|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.tigris.toolbar.layouts.DockingConstraints
Class representing the edge and indicies at which a toolbar should be docked.
Field Summary | |
---|---|
static int |
EAST
|
static int |
MAX
|
static int |
NORTH
|
static int |
SOUTH
|
static int |
WEST
|
Constructor Summary | |
---|---|
DockingConstraints()
Creates a DockingConstraints object with a default edge of NORTH, row of 0, and index of MAX. |
|
DockingConstraints(int edge)
Creates a DockingConstraints object at the specified edge with a default row of 0 and index of MAX. |
|
DockingConstraints(int edge,
int index)
Creates a DockingConstraints object at the specified edge and index with a default row of 0. |
|
DockingConstraints(int edge,
int row,
int index)
Creates a DockingConstraints object at the specified edge, row, and index. |
Method Summary | |
---|---|
int |
getEdge()
Returns an int representing the edge in which the toolbar is docked. |
int |
getIndex()
Returns an int representing the index within the row in which the toolbar is docked. |
int |
getRow()
Returns an int representing the row index within the DockBoundary in which the toolbar is docked. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int MAX
public static final int NORTH
public static final int SOUTH
public static final int EAST
public static final int WEST
Constructor Detail |
public DockingConstraints()
public DockingConstraints(int edge)
public DockingConstraints(int edge, int index)
public DockingConstraints(int edge, int row, int index)
Method Detail |
public int getEdge()
public int getRow()
public int getIndex()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |