|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ConfigurationPanel.Listener
Interface for classes interested in the state of the
ConfigurationPanel
| Method Summary | |
|---|---|
void |
widgetAdded(java.lang.Object variable,
javax.swing.JComponent widget)
Called when a widget is added to the panel |
void |
widgetRemoved(java.lang.Object variable,
javax.swing.JComponent widget)
Called when a widget is removed from the panel |
| Method Detail |
|---|
void widgetAdded(java.lang.Object variable,
javax.swing.JComponent widget)
variable - The variable name or subconfiguratorwidget - The widget that controls that variable
void widgetRemoved(java.lang.Object variable,
javax.swing.JComponent widget)
variable - The variable name or subconfiguratorwidget - The widget that controls that variable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||