|
|||||||||||
| 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.GraphFileChooserOptionRow
GraphFileChooserOptionRow
| Field Summary |
| Fields inherited from class com.tensegrity.gui.swing.dialog.graphfilechooser.GraphFileChooserOption |
file, filter |
| Constructor Summary | |
GraphFileChooserOptionRow(GraphFileChooserOption[] components)
Constructor |
|
| Method Summary | |
static void |
alignLines(GraphFileChooserOptionRow[] rows)
Aligns all options from different rows, so that the components are building columns. |
protected java.lang.Object |
getInitialValue()
Called at initialization time to determine the initial value |
GraphFileChooserOption |
getOptionAt(int index)
Returns the option with the given index |
int |
getOptionCount()
Returns the number of options in this row |
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 |
updateState(javax.swing.filechooser.FileFilter filter,
java.io.File file)
Updates the state when the user selected a different file filter in the dialog |
| Methods inherited from class com.tensegrity.gui.swing.dialog.graphfilechooser.GraphFileChooserOption |
addChild, getChild, getChildCount, getComponent, getDepth, getIndentation, getParent, getValue, isEnabled, removeChild, setValue, updateIndentation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GraphFileChooserOptionRow(GraphFileChooserOption[] components)
components - The options to add to the line| Method Detail |
public GraphFileChooserOption getOptionAt(int index)
index - the index of the option to return
public int getOptionCount()
public 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 static void alignLines(GraphFileChooserOptionRow[] rows)
rows - The rows to align the items of
public void updateState(javax.swing.filechooser.FileFilter filter,
java.io.File file)
GraphFileChooserOption
updateState in class GraphFileChooserOptionfilter - The selected filter in the dialogfile - The selected file in the dialog
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||