com.tensegrity.gui.swing.dialog.graphfilechooser
Class GraphFileChooserOptionLabel

java.lang.Object
  extended bycom.tensegrity.gui.swing.dialog.graphfilechooser.GraphFileChooserOption
      extended bycom.tensegrity.gui.swing.dialog.graphfilechooser.GraphFileChooserOptionLabel

public class GraphFileChooserOptionLabel
extends GraphFileChooserOption

GraphFileChooserOptionLabel

Author:
BurkhardWick

Field Summary
 
Fields inherited from class com.tensegrity.gui.swing.dialog.graphfilechooser.GraphFileChooserOption
file, filter
 
Constructor Summary
GraphFileChooserOptionLabel(java.lang.String text)
          Constructor
 
Method Summary
protected  java.lang.Object getInitialValue()
          Called at initialization time to determine the initial value
protected  void parentValueChanged(java.lang.Object newVal)
          Called when the parent option changes the value
 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, getValue, isEnabled, removeChild, revalidate, updateIndentation, updateState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphFileChooserOptionLabel

public GraphFileChooserOptionLabel(java.lang.String text)
Constructor

Parameters:
text - The text to display in the label
Method Detail

parentValueChanged

protected void parentValueChanged(java.lang.Object newVal)
Description copied from class: GraphFileChooserOption
Called when the parent option changes the value

Specified by:
parentValueChanged in class GraphFileChooserOption
Parameters:
newVal - The new value of the option

getInitialValue

protected java.lang.Object getInitialValue()
Description copied from class: GraphFileChooserOption
Called at initialization time to determine the initial value

Specified by:
getInitialValue in class GraphFileChooserOption
Returns:
The initial value of this option

setValue

public void setValue(java.lang.Object val)
Description copied from class: GraphFileChooserOption
Sets the new value of this option

Overrides:
setValue in class GraphFileChooserOption
Parameters:
val - the new value of this option to set


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.