Uses of Class
com.fg.ftree.FBasicNode

Packages that use FBasicNode
com.fg.ftree   
com.fg.ftreenodes   
 

Uses of FBasicNode in com.fg.ftree
 

Methods in com.fg.ftree with parameters of type FBasicNode
 void FBasicNode.moveContentTo(FBasicNode node)
           
 

Uses of FBasicNode in com.fg.ftreenodes
 

Subclasses of FBasicNode in com.fg.ftreenodes
 class FAbstractToggleNode
          FAbstractToggleNode class is an ancestor of multiple toggle-node classes, which can be displayed by the custom Swing tree component FTree.
 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.