public static enum DataViewTilingPane.Layout extends Enum<DataViewTilingPane.Layout>
| Modifier and Type | Method and Description |
|---|---|
Node |
getIcon() |
String |
getName() |
static DataViewTilingPane.Layout |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataViewTilingPane.Layout[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataViewTilingPane.Layout HBOX
public static final DataViewTilingPane.Layout VBOX
public static final DataViewTilingPane.Layout GRID
public static final DataViewTilingPane.Layout MAXIMISE
public static DataViewTilingPane.Layout[] values()
for (DataViewTilingPane.Layout c : DataViewTilingPane.Layout.values()) System.out.println(c);
public static DataViewTilingPane.Layout 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 Node getIcon()
public String getName()
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.