Uses of Class
com.fg.ftreenodes.FAbstractToggleNode

Packages that use FAbstractToggleNode
com.fg.ftreenodes   
 

Uses of FAbstractToggleNode in com.fg.ftreenodes
 

Subclasses of FAbstractToggleNode 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 FToggleDataNode
          FToggleDataNode extends FToggleNode with "value" field and provides not-empty implementation for the "value" access methods.
 class FToggleMutableNode
          FToggleMutableNode extends FToggleDataNode with "extraClassOrId" field and provides a setter method to it.
 class FToggleNode
          FToggleNode extends FAbstractToggleNode abstract class with "associate" field and provides access methods 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.
 

Methods in com.fg.ftreenodes that return FAbstractToggleNode
 FAbstractToggleNode FToggleSwitchNode.getSubstituteNode()
           
 FAbstractToggleNode FAbstractToggleNode.getSubstituteNode()
           
 FAbstractToggleNode FAbstractToggleNode.setToggleSelected(boolean toggleSelected)