Uses of Package
com.fg.ftreenodes

Packages that use com.fg.ftreenodes
com.fg.custnodes   
com.fg.ftreenodes   
com.fg.xmleditor   
 

Classes in com.fg.ftreenodes used by com.fg.custnodes
ICellControl
          ICellControl iterface has to be implemented by any "extra-control" object, which is to be instantiated/found with value, returned by FAbstractToggleNode.getExtraClassOrId() method.
Params
          Params interface declares methods for accessing a List and a Map of parameters.
 

Classes in com.fg.ftreenodes used by com.fg.ftreenodes
CommonSettings
          A CommonSettings instance is passed as a parameter to some constructors of classes, descendant from the FAbstractToggleNode).
FAbstractToggleNode
          FAbstractToggleNode class is an ancestor of multiple toggle-node classes, which can be displayed by the custom Swing tree component FTree.
FLabel
          Represents a custom 3D label, used by toggle-node GUI components for displaying toggle-node label text.
FToggleControl
          Basic toggle-node GUI component, which displays a toggle-control (check-box or radio button), node icon and label.
FToggleDataNode
          FToggleDataNode extends FToggleNode with "value" field and provides not-empty implementation for the "value" access methods.
FToggleNode
          FToggleNode extends FAbstractToggleNode abstract class with "associate" field and provides access methods to it.
FToggleNodeAttributes
           
ICellControl
          ICellControl iterface has to be implemented by any "extra-control" object, which is to be instantiated/found with value, returned by FAbstractToggleNode.getExtraClassOrId() method.
Params
          Params interface declares methods for accessing a List and a Map of parameters.
Shared
          A helper class which is used to keep some shared objects for the toggle-nodes.
TransparentCheckBox
          An extension of the javax.swing.JCheckBox which is used as a check-box toggle-control for the toggle-nodes GUI.
 

Classes in com.fg.ftreenodes used by com.fg.xmleditor
FToggleNode
          FToggleNode extends FAbstractToggleNode abstract class with "associate" field and provides access methods to it.
ListParams
          Represents an ArrayList which implements Params interface in such a way that ListParams.getList() method returns self-reference and ListParams.getMap() method always returns null.
Params
          Params interface declares methods for accessing a List and a Map of parameters.