Package | Description |
---|---|
net.pandoragames.far.ui.swing.dialog.config |
Configuration dialogs.
|
Modifier and Type | Method and Description |
---|---|
static ConfigurationDialog.CONFIG_TAB |
ConfigurationDialog.CONFIG_TAB.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationDialog.CONFIG_TAB[] |
ConfigurationDialog.CONFIG_TAB.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ConfigurationDialog(javax.swing.JFrame owner,
SwingConfig config,
ComponentRepository repository,
ConfigurationDialog.CONFIG_TAB selectedTab)
Constructor takes root window, the application configuration and the
component repository.
|