protected static enum BorderLayoutPaneBase.PropertyKeys extends java.lang.Enum<BorderLayoutPaneBase.PropertyKeys>
| Enum Constant and Description |
|---|
borderWidth |
closable |
collapsed |
collapseSize |
effect |
effectLength |
footerText |
headerText |
maxSize |
minSize |
position |
resizable |
size |
style |
styleClass |
toggleable |
toggleButtonPosition |
visible |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static BorderLayoutPaneBase.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BorderLayoutPaneBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BorderLayoutPaneBase.PropertyKeys borderWidth
public static final BorderLayoutPaneBase.PropertyKeys closable
public static final BorderLayoutPaneBase.PropertyKeys collapseSize
public static final BorderLayoutPaneBase.PropertyKeys collapsed
public static final BorderLayoutPaneBase.PropertyKeys effect
public static final BorderLayoutPaneBase.PropertyKeys effectLength
public static final BorderLayoutPaneBase.PropertyKeys footerText
public static final BorderLayoutPaneBase.PropertyKeys headerText
public static final BorderLayoutPaneBase.PropertyKeys maxSize
public static final BorderLayoutPaneBase.PropertyKeys minSize
public static final BorderLayoutPaneBase.PropertyKeys position
public static final BorderLayoutPaneBase.PropertyKeys resizable
public static final BorderLayoutPaneBase.PropertyKeys size
public static final BorderLayoutPaneBase.PropertyKeys style
public static final BorderLayoutPaneBase.PropertyKeys styleClass
public static final BorderLayoutPaneBase.PropertyKeys toggleButtonPosition
public static final BorderLayoutPaneBase.PropertyKeys toggleable
public static final BorderLayoutPaneBase.PropertyKeys visible
public static BorderLayoutPaneBase.PropertyKeys[] values()
for (BorderLayoutPaneBase.PropertyKeys c : BorderLayoutPaneBase.PropertyKeys.values()) System.out.println(c);
public static BorderLayoutPaneBase.PropertyKeys valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<BorderLayoutPaneBase.PropertyKeys>Copyright 2025 ICEsoft Technologies Canada Corp., All Rights Reserved.