|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<BarPosition>
net.sf.doolin.gui.action.path.toolbar.BarPosition
public enum BarPosition
Specification for the position of a tool bar in its hosting component.
| Enum Constant Summary | |
|---|---|
BOTTOM
At the bottom |
|
LEFT
At the left |
|
RIGHT
At the right |
|
TOP
At the top |
|
| Method Summary | |
|---|---|
Object |
getBorderConstraint()
Gets the constraint for a BorderLayout. |
int |
getOrientation()
Orientation of the tool bar, as defined in JToolBar.setOrientation(int). |
static BarPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BarPosition[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final BarPosition TOP
public static final BarPosition BOTTOM
public static final BarPosition LEFT
public static final BarPosition RIGHT
| Method Detail |
|---|
public static BarPosition[] values()
for (BarPosition c : BarPosition.values()) System.out.println(c);
public static BarPosition valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic Object getBorderConstraint()
BorderLayout.
public int getOrientation()
JToolBar.setOrientation(int).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||