|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IConfigEditor
A component that supports the editing of configuration options.
This code is licensed under the DARPA BioCOMP Open Source License. See LICENSE for more details.
| Method Summary | |
|---|---|
void |
addOption(java.lang.String name,
java.lang.String description,
java.lang.Class type)
Adds a new option to edit. |
void |
addOption(java.lang.String name,
java.lang.String description,
java.lang.Object[] choices,
boolean editable,
java.lang.Class type)
Adds a new option to edit. |
javax.swing.JDialog |
createConfigDialog()
Creates a dialog based configuration editor. |
| Method Detail |
|---|
void addOption(java.lang.String name,
java.lang.String description,
java.lang.Class type)
name - Name of the optiondescription - Text description of the optiontype - Type of option
void addOption(java.lang.String name,
java.lang.String description,
java.lang.Object[] choices,
boolean editable,
java.lang.Class type)
name - Name of the optiondescription - Text description of the optionchoices - Option choiceseditable - Whether the option choices are editabletype - Type of optionjavax.swing.JDialog createConfigDialog()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||