|
||||||||||
| 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.
The GNU General Public License for details.| Nested Class Summary | |
|---|---|
(package private) static class |
ConfigEditorFactory.URIActionListener
A quick class to save a config to a uri |
| Constructor Summary | |
|---|---|
private |
ConfigEditorFactory()
Prevent instantiation |
| Method Summary | |
|---|---|
static void |
showDialog(org.crosswire.common.config.Config config,
Component parent,
ActionListener al)
Create a dialog to house a TreeConfig component using the default set of Fields |
static void |
showDialog(org.crosswire.common.config.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 |
| 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(org.crosswire.common.config.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 apply
public static void showDialog(org.crosswire.common.config.Config config,
Component parent,
URI uri)
config - The set of Choices to displayparent - A component to use to find a frame to use as a dialog parent
|
Copyright ยจ 2003-2015 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||