protected static enum WebFileChooserPanel.UpdateSource extends java.lang.Enum<WebFileChooserPanel.UpdateSource>
| Enum Constant and Description |
|---|
history
History action source.
|
list
Files list source.
|
other
Other source.
|
path
Path field source.
|
table
Files table source.
|
toolbar
Toolbar button source.
|
tree
Files tree source.
|
| Modifier and Type | Method and Description |
|---|---|
static WebFileChooserPanel.UpdateSource |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WebFileChooserPanel.UpdateSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebFileChooserPanel.UpdateSource path
public static final WebFileChooserPanel.UpdateSource tree
public static final WebFileChooserPanel.UpdateSource list
public static final WebFileChooserPanel.UpdateSource table
public static final WebFileChooserPanel.UpdateSource toolbar
public static final WebFileChooserPanel.UpdateSource history
public static final WebFileChooserPanel.UpdateSource other
public static WebFileChooserPanel.UpdateSource[] values()
for (WebFileChooserPanel.UpdateSource c : WebFileChooserPanel.UpdateSource.values()) System.out.println(c);
public static WebFileChooserPanel.UpdateSource 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 null