Uses of Package
com.fg.ftree

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

Classes in com.fg.ftree used by com.fg.ftree
FActionConstants
          Interface defines a set of constants to be returned (possibly as a "bitwise OR" combination) by the FTreeCellGUI.cellClicked(FTree, Object, JComponent, int, int, java.util.List) and FNodeCellGUI.cellClicked(FTree, JComponent, int, int, java.util.List) methods.
FBasicNode
          FBasicNode is a simple implementation of the MutableTreeNode interface, which is an ancestor of various kinds of nodes used with FTree component.
FCancelException
          FCancelException trown from the FTreeExpansionListener.nodeWillExpand(FTreeNodeEvent) or FTreeExpansionListener.nodeWillCollapse(FTreeNodeEvent) prevents node from being expanded or collapsed.
FTree
          FTree is a Swing-based tree component, which allows displaying and edititing of various tree-structured data.
FTreeActionEvent
          Interfave for FTree cell actions notification.
FTreeActionListener
          Defines an object which listens for FTreeActionEvent events.
FTreeCellGUI
          Interface defines GUI functionality of the FTree component.
FTreeEditorEvent
          Interface for FTree cell edotors events notification.
FTreeEditorListener
          Interface defines an object which listens for FTree field editing events (editing started, will stop, stopped, value changed).
FTreeExpansBarListener
          Interface defines an object which listens for the expansion bar "mouse entered" and "mouse exited" events (Expansion bar is a narrow vertical button, which is located along the left border of each folder and which allows to expand and collapse folder with a mouse click).
FTreeExpansionListener
          Interface defines an object which listens for the FTree node expansion events - "will expand", "expanded", "will collapse", "collapsed".
FTreeModel
          Data-model interface for FTree component.
FTreeModelEvent
          Interface for FTreeModel changes notification.
FTreeModelListener
          Interface defines an object which listens for changes in FTreeModel data-model object.
FTreeNodeEvent
          FTreeNodeEvent provides generic information about current state of an FTree node object ("expanded", "selected", "editing").
FTreeSelectionListener
          Defines an object which listens for the FTree node selection events.
 

Classes in com.fg.ftree used by com.fg.ftreenodes
FActionConstants
          Interface defines a set of constants to be returned (possibly as a "bitwise OR" combination) by the FTreeCellGUI.cellClicked(FTree, Object, JComponent, int, int, java.util.List) and FNodeCellGUI.cellClicked(FTree, JComponent, int, int, java.util.List) methods.
FBasicNode
          FBasicNode is a simple implementation of the MutableTreeNode interface, which is an ancestor of various kinds of nodes used with FTree component.
FNodeCellGUI
          FNodeCellGUI interface is supposed to be implemented by FTree nodes.
FTree
          FTree is a Swing-based tree component, which allows displaying and edititing of various tree-structured data.
 

Classes in com.fg.ftree used by com.fg.xmleditor
DefaultFTreeModel
          A simple implementation of the FTreeModel interface that uses tree of nodes which implement javax.swing.tree.TreeNode interface.
FTree
          FTree is a Swing-based tree component, which allows displaying and edititing of various tree-structured data.
FTreeModel
          Data-model interface for FTree component.