Package | Description |
---|---|
icy.gui.dialog |
Contains all custom Dialog (modal frame)
|
Modifier and Type | Method and Description |
---|---|
LoaderOptionPanel.LoaderLoadingType |
LoaderOptionPanel.getLoadingType() |
static LoaderOptionPanel.LoaderLoadingType |
LoaderOptionPanel.LoaderLoadingType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LoaderOptionPanel.LoaderLoadingType[] |
LoaderOptionPanel.LoaderLoadingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LoaderOptionPanel(LoaderOptionPanel.LoaderLoadingType loadType)
Create the panel.
|