|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.gui.swing.dialog.graphfilechooser.GraphFileChooserOption
com.tensegrity.gui.swing.dialog.graphfilechooser.GraphFileChooserOptionComboBox
GraphFileChooserOptionCheckBox
| Field Summary |
| Fields inherited from class com.tensegrity.gui.swing.dialog.graphfilechooser.GraphFileChooserOption |
file, filter |
| Constructor Summary | |
GraphFileChooserOptionComboBox(java.util.List items)
Constructor |
|
GraphFileChooserOptionComboBox(java.lang.Object[] items)
Constructor |
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
|
protected java.lang.Object |
getInitialValue()
Called at initialization time to determine the initial value |
java.lang.Object |
getValue()
Returns the current value of this option |
protected void |
parentValueChanged(java.lang.Object newVal)
Called when the parent option changes the value |
void |
revalidate()
Revalidates the state of this option and its children after a change of settings |
void |
setValue(java.lang.Object val)
Sets the new value of this option |
| Methods inherited from class com.tensegrity.gui.swing.dialog.graphfilechooser.GraphFileChooserOption |
addChild, getChild, getChildCount, getComponent, getDepth, getIndentation, getParent, isEnabled, removeChild, updateIndentation, updateState |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GraphFileChooserOptionComboBox(java.lang.Object[] items)
items - The items of the comboboxpublic GraphFileChooserOptionComboBox(java.util.List items)
items - The items of the combobox| Method Detail |
public java.lang.Object getValue()
GraphFileChooserOption
getValue in class GraphFileChooserOptionpublic void setValue(java.lang.Object val)
GraphFileChooserOption
setValue in class GraphFileChooserOptionval - the new value of this option to setpublic void revalidate()
GraphFileChooserOption
revalidate in class GraphFileChooserOptionprotected void parentValueChanged(java.lang.Object newVal)
GraphFileChooserOption
parentValueChanged in class GraphFileChooserOptionnewVal - The new value of the optionprotected java.lang.Object getInitialValue()
GraphFileChooserOption
getInitialValue in class GraphFileChooserOptionpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListener
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||