|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.crosswire.common.config.swing.ConfigEditorFactory
public final class ConfigEditorFactory
Allow a swing program to display a Dialog box displaying a set of config options.
for license details.
The copyright to this program is held by it's authors.
Nested Class Summary | |
---|---|
(package private) static class |
ConfigEditorFactory.URLActionListener
A quick class to save a config to a url |
Constructor Summary | |
---|---|
private |
ConfigEditorFactory()
Prevent Instansiation |
Method Summary | |
---|---|
static void |
showDialog(Config config,
Component parent,
ActionListener al)
Create a dialog to house a TreeConfig component using the default set of Fields |
static void |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private ConfigEditorFactory()
Method Detail |
---|
public static void showDialog(Config config, Component parent, ActionListener al)
config
- The set of Choices to displayparent
- A component to use to find a frame to use as a dialog parental
- The action when the user clicks on ok or applypublic static void showDialog(Config config, Component parent, URL url)
config
- The set of Choices to displayparent
- A component to use to find a frame to use as a dialog parent
|
Copyright ยจ 2003-2005 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |