public static enum Organigram.PropertyKeys extends Enum<Organigram.PropertyKeys>
Enum Constant and Description |
---|
autoScrollToSelection |
leafNodeConnectorHeight |
selection |
style |
styleClass |
value |
var |
widgetVar |
zoom |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Organigram.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Organigram.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Organigram.PropertyKeys widgetVar
public static final Organigram.PropertyKeys value
public static final Organigram.PropertyKeys var
public static final Organigram.PropertyKeys selection
public static final Organigram.PropertyKeys style
public static final Organigram.PropertyKeys styleClass
public static final Organigram.PropertyKeys leafNodeConnectorHeight
public static final Organigram.PropertyKeys zoom
public static final Organigram.PropertyKeys autoScrollToSelection
public static Organigram.PropertyKeys[] values()
for (Organigram.PropertyKeys c : Organigram.PropertyKeys.values()) System.out.println(c);
public static Organigram.PropertyKeys valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<Organigram.PropertyKeys>
Copyright © 2017. All rights reserved.