|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Config | |
---|---|
org.crosswire.bibledesktop.desktop | The desktop is the main screen of Bible Desktop. |
org.crosswire.common.config.swing | The Config package is view independent and so needs a view package to be useful in providing a user interface - this package implements a Swing UI for config. |
Uses of Config in org.crosswire.bibledesktop.desktop |
---|
Fields in org.crosswire.bibledesktop.desktop declared as Config | |
---|---|
private Config |
Desktop.config
The configuration engine |
Methods in org.crosswire.bibledesktop.desktop that return Config | |
---|---|
Config |
Desktop.getConfig()
|
Uses of Config in org.crosswire.common.config.swing |
---|
Fields in org.crosswire.common.config.swing declared as Config | |
---|---|
private Config |
ConfigEditorFactory.URIActionListener.config
The config to save if needed |
protected Config |
AbstractConfigEditor.config
The class that represents the Fields that we display |
Methods in org.crosswire.common.config.swing with parameters of type Config | |
---|---|
void |
ConfigEditor.construct(Config config)
The equivalent of a constructor, create a Config base with the set of Fields that it will display. |
void |
AbstractConfigEditor.construct(Config aConfig)
|
static void |
ConfigEditorFactory.showDialog(Config config,
Component parent,
ActionListener al)
Create a dialog to house a TreeConfig component using the default set of Fields |
static void |
ConfigEditorFactory.showDialog(Config config,
Component parent,
URI uri)
Create a dialog to house a TreeConfig component using the default set of Fields, with the default accept action of config.localToApplication and config,localToPermanent |
Constructors in org.crosswire.common.config.swing with parameters of type Config | |
---|---|
ConfigEditorFactory.URIActionListener(Config config,
URI uri)
To save to a URI |
|
Copyright ? 2003-2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |