Uses of Interface
com.fg.ftree.FActionConstants

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

Uses of FActionConstants in com.fg.ftree
 

Subinterfaces of FActionConstants in com.fg.ftree
 interface FNodeCellGUI
          FNodeCellGUI interface is supposed to be implemented by FTree nodes.
 interface FTreeCellGUI
          Interface defines GUI functionality of the FTree component.
 

Classes in com.fg.ftree that implement FActionConstants
 class DefaultFTreeCellGUI
          DefaultFTreeCellGUI provides the following implementation of the FTreeCellGUI interface: within each method it checks if a passed node implements FNodeCellGUI interface and, when it does, calls respective FNodeCellGUI method.
 class FTree
          FTree is a Swing-based tree component, which allows displaying and edititing of various tree-structured data.
 

Uses of FActionConstants in com.fg.ftreenodes
 

Classes in com.fg.ftreenodes that implement FActionConstants
 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.