|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ExpandablePanel.Position>
tecgraf.javautils.gui.panel.ExpandablePanel.Position
public static enum ExpandablePanel.Position
Constantes para definir o posicionamento do botão de controle.
| Enum Constant Summary | |
|---|---|
CONTROL_LEFT
Controle à esquerda do título. |
|
CONTROL_RIGHT
Controle imediatamente à direita do título. |
|
CONTROL_RIGHTMOST
Controle à direita do título, junto ao limite do painel (alinhamento "east"). |
|
| Method Summary | |
|---|---|
static ExpandablePanel.Position |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ExpandablePanel.Position[] |
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 ExpandablePanel.Position CONTROL_LEFT
public static final ExpandablePanel.Position CONTROL_RIGHT
public static final ExpandablePanel.Position CONTROL_RIGHTMOST
| Method Detail |
|---|
public static ExpandablePanel.Position[] values()
for (ExpandablePanel.Position c : ExpandablePanel.Position.values()) System.out.println(c);
public static ExpandablePanel.Position 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 null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||