|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Config | |
---|---|
org.crosswire.bibledesktop.desktop | The swing section is in charge of turning the XML from the source section into a screen view. |
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 | |
---|---|
protected Config |
AbstractConfigEditor.config
The class that represents the Fields that we display |
private Config |
ConfigEditorFactory.URLActionListener.config
The URL to save to if needed |
Methods in org.crosswire.common.config.swing with parameters of type Config | |
---|---|
void |
AbstractConfigEditor.construct(Config aConfig)
|
void |
ConfigEditor.construct(Config config)
The equivalent of a constructor, create a Config base with the set of Fields that it will display. |
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,
URL url)
Create a dialog to house a TreeConfig component using the default set of Fields, with the default accept action of config.localToAppliation and config,localToPermanentURL |
Constructors in org.crosswire.common.config.swing with parameters of type Config | |
---|---|
ConfigEditorFactory.URLActionListener(Config config,
URL url)
To save to a URL |
|
Copyright ยจ 2003-2005 | |||||||||
PREV NEXT | FRAMES NO FRAMES |