protected static enum LayoutPane.PropertyKeys extends java.lang.Enum<LayoutPane.PropertyKeys>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static LayoutPane.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LayoutPane.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LayoutPane.PropertyKeys position
public static final LayoutPane.PropertyKeys paneSelector
public static final LayoutPane.PropertyKeys combinedPosition
public static final LayoutPane.PropertyKeys styleHeader
public static final LayoutPane.PropertyKeys styleClassHeader
public static final LayoutPane.PropertyKeys styleContent
public static final LayoutPane.PropertyKeys styleClassContent
public static final LayoutPane.PropertyKeys resizable
public static final LayoutPane.PropertyKeys slideable
public static final LayoutPane.PropertyKeys closable
public static final LayoutPane.PropertyKeys size
public static final LayoutPane.PropertyKeys minSize
public static final LayoutPane.PropertyKeys maxSize
public static final LayoutPane.PropertyKeys minWidth
public static final LayoutPane.PropertyKeys maxWidth
public static final LayoutPane.PropertyKeys minHeight
public static final LayoutPane.PropertyKeys maxHeight
public static final LayoutPane.PropertyKeys spacing_open
public static final LayoutPane.PropertyKeys spacing_closed
public static final LayoutPane.PropertyKeys initClosed
public static final LayoutPane.PropertyKeys initHidden
public static final LayoutPane.PropertyKeys resizeWhileDragging
public static final LayoutPane.PropertyKeys togglerTip_open
public static final LayoutPane.PropertyKeys togglerTip_closed
public static final LayoutPane.PropertyKeys resizerTip
public static final LayoutPane.PropertyKeys sliderTip
public static final LayoutPane.PropertyKeys maskContents
public static final LayoutPane.PropertyKeys maskObjects
public static LayoutPane.PropertyKeys[] values()
for (LayoutPane.PropertyKeys c : LayoutPane.PropertyKeys.values()) System.out.println(c);
public static LayoutPane.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<LayoutPane.PropertyKeys>Copyright © 2011–2021. All rights reserved.