|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<WebFileChooserPanel.UpdateSource> com.alee.laf.filechooser.WebFileChooserPanel.UpdateSource
protected static enum WebFileChooserPanel.UpdateSource
This enumeration represents the type of source that caused view update.
Enum Constant Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
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
Method Detail |
---|
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 name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |