Uses of Class
com.fg.ftreenodes.FToggleDataNode

Packages that use FToggleDataNode
com.fg.ftreenodes   
 

Uses of FToggleDataNode in com.fg.ftreenodes
 

Subclasses of FToggleDataNode in com.fg.ftreenodes
 class FChoiceNode
          FChoiceNode represents a toggle-node which exposes FChoice extra-control for displaying/editing of the node value.
 class FComboBoxNode
          FComboBoxNode represents a toggle-node which exposes FComboBox extra-control for displaying/editing of the node value.
 class FTextFieldNode
          FTextFieldNode represents a toggle-node which exposes FTextField extra-control for displaying/editing of the node value.
 class FTextLabelNode
          FTextLabelNode represents a toggle-node which exposes FTextLabel extra-control for displaying of the node value.
 class FToggleMutableNode
          FToggleMutableNode extends FToggleDataNode with "extraClassOrId" field and provides a setter method to it.
 class FToggleSwitchNode
          FToggleSwitchNode represents a particular kind of toggle-node which was developed as a substitution for the radio-group of toggle nodes.