Package | Description |
---|---|
net.pandoragames.far.ui |
The user interface layer.
|
net.pandoragames.far.ui.model |
UI model classes.
|
net.pandoragames.far.ui.swing |
The main package for application user.
|
Modifier and Type | Method and Description |
---|---|
void |
FARConfigurationFactory.loadConfig(FARConfig config)
Adds stored information to the configuration object.
|
boolean |
FARConfigurationFactory.saveConfig(FARConfig config)
Saves the configuration object and returns true if the operation was successfull.
|
Constructor and Description |
---|
UIBean(FARConfig config,
MessageBox sink)
Constructor requires a sink for (error) messages
|
Modifier and Type | Field and Description |
---|---|
protected FARConfig |
AbstractFileRepository.farconfig
Protected member for inheriting classes
|
Constructor and Description |
---|
AbstractFileRepository(FARConfig cfg,
FindForm find,
ReplaceForm replace,
MessageBox errorsink)
Constructor takes both forms and a FARConfig instance.
|
Modifier and Type | Class and Description |
---|---|
class |
SwingConfig
Swing extension of the configuration class.
|