|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ccg.values.View
public final class View
Utility to test a implementation of a ValuesEditor.
This utility can be used to dynamically load (and initialize) any full
implementation of the ValuesEditor. You start this
utility via:
java com.ccg.values.View -class CLASS [CLASS_SETTINGS]
For example, to try out the TimeSpanEditor, one
could use:
java com.ccg.values.View -class com.ccg.values.stock.TimeSpanEditor \
-start.label "Search From: " -end.label "Until: "
Currently, this method only lets one try out implementations of GUI editors -
you can not actually save/load anything which you change. However, the
ValuesFactoryTree class provides a fuller
implementation allowing one to save/load/create configurations of objects -
but it requires that you also provide a ValuesConfig
implementation.
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent ae)
|
static void |
main(String[] args)
Starts up GUI test application. |
void |
stateChanged(ChangeEvent ce)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void main(String[] args)
args - Command line arguments. At a minimum "-class CLASS" must be specified.public void stateChanged(ChangeEvent ce)
stateChanged in interface ChangeListenerpublic void actionPerformed(ActionEvent ae)
actionPerformed in interface ActionListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||