public class PaneInformation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static byte |
PANE_LOWER_LEFT
Constant for active pane being the lower left
|
static byte |
PANE_LOWER_RIGHT
Constant for active pane being the lower right
|
static byte |
PANE_UPPER_LEFT
Constant for active pane being the upper left
|
static byte |
PANE_UPPER_RIGHT
Constant for active pane being the upper right
|
Constructor and Description |
---|
PaneInformation(short x,
short y,
short top,
short left,
byte active,
boolean frozen) |
Modifier and Type | Method and Description |
---|---|
byte |
getActivePane()
Returns the active pane
|
short |
getHorizontalSplitPosition()
Returns the horizontal position of the split.
|
short |
getHorizontalSplitTopRow()
For a horizontal split returns the top row in the BOTTOM pane.
|
short |
getVerticalSplitLeftColumn()
For a vertical split returns the left column in the RIGHT pane.
|
short |
getVerticalSplitPosition()
Returns the vertical position of the split.
|
boolean |
isFreezePane()
Returns true if this is a Freeze pane, false if it is a split pane.
|
public static final byte PANE_LOWER_RIGHT
public static final byte PANE_UPPER_RIGHT
public static final byte PANE_LOWER_LEFT
public static final byte PANE_UPPER_LEFT
public PaneInformation(short x, short y, short top, short left, byte active, boolean frozen)
public short getVerticalSplitPosition()
public short getHorizontalSplitPosition()
public short getHorizontalSplitTopRow()
public short getVerticalSplitLeftColumn()
public byte getActivePane()
PANE_LOWER_RIGHT
,
PANE_UPPER_RIGHT
,
PANE_LOWER_LEFT
,
PANE_UPPER_LEFT
public boolean isFreezePane()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.