Home / Development / Documentation / 2.0.44 / Uses of Package info.bioinfweb.treegraph.gui.treeframe
TreeGraph 2
 


Uses of Package
info.bioinfweb.treegraph.gui.treeframe

Packages that use info.bioinfweb.treegraph.gui.treeframe
info.bioinfweb.treegraph.document Contains the classes that represent the data structure of TreeGraph 2 (document elements and formats) as well as all edit operations in the undo-package to manipulate the data structure and classes to read and write a document from and to different formats (io- subpackage). 
info.bioinfweb.treegraph.graphics.positionpaint The classes in this package implement the output of an TreeGraph 2 document with Graphics2D
info.bioinfweb.treegraph.gui.actions Contains the actions classes used in the TreeGraph 2 GUI. 
info.bioinfweb.treegraph.gui.actions.edit   
info.bioinfweb.treegraph.gui.actions.file   
info.bioinfweb.treegraph.gui.actions.format   
info.bioinfweb.treegraph.gui.actions.select   
info.bioinfweb.treegraph.gui.actions.view   
info.bioinfweb.treegraph.gui.actions.window   
info.bioinfweb.treegraph.gui.dialogs Contains dialogs of the TreeGraph 2 GUI. 
info.bioinfweb.treegraph.gui.dialogs.elementformats   
info.bioinfweb.treegraph.gui.dialogs.io   
info.bioinfweb.treegraph.gui.dialogs.io.exporttographic   
info.bioinfweb.treegraph.gui.mainframe Contains all classes directly related to the main frame. 
info.bioinfweb.treegraph.gui.treeframe Contains all classes that make up a document window. 
info.bioinfweb.treegraph.gui.treeframe.ruler   
 

Classes in info.bioinfweb.treegraph.gui.treeframe used by info.bioinfweb.treegraph.document
TreeInternalFrame
          The internal frame displaying a document.
 

Classes in info.bioinfweb.treegraph.gui.treeframe used by info.bioinfweb.treegraph.graphics.positionpaint
TreeSelection
          This class manages the selection of multiple elements in an tree view panel.
 

Classes in info.bioinfweb.treegraph.gui.treeframe used by info.bioinfweb.treegraph.gui.actions
TreeInternalFrame
          The internal frame displaying a document.
TreeSelection
          This class manages the selection of multiple elements in an tree view panel.
 

Classes in info.bioinfweb.treegraph.gui.treeframe used by info.bioinfweb.treegraph.gui.actions.edit
TreeInternalFrame
          The internal frame displaying a document.
TreeSelection
          This class manages the selection of multiple elements in an tree view panel.
 

Classes in info.bioinfweb.treegraph.gui.treeframe used by info.bioinfweb.treegraph.gui.actions.file
TreeInternalFrame
          The internal frame displaying a document.
TreeSelection
          This class manages the selection of multiple elements in an tree view panel.
 

Classes in info.bioinfweb.treegraph.gui.treeframe used by info.bioinfweb.treegraph.gui.actions.format
TreeInternalFrame
          The internal frame displaying a document.
TreeSelection
          This class manages the selection of multiple elements in an tree view panel.
 

Classes in info.bioinfweb.treegraph.gui.treeframe used by info.bioinfweb.treegraph.gui.actions.select
TreeInternalFrame
          The internal frame displaying a document.
TreeSelection
          This class manages the selection of multiple elements in an tree view panel.
 

Classes in info.bioinfweb.treegraph.gui.treeframe used by info.bioinfweb.treegraph.gui.actions.view
TreeInternalFrame
          The internal frame displaying a document.
TreeSelection
          This class manages the selection of multiple elements in an tree view panel.
 

Classes in info.bioinfweb.treegraph.gui.treeframe used by info.bioinfweb.treegraph.gui.actions.window
TreeInternalFrame
          The internal frame displaying a document.
TreeSelection
          This class manages the selection of multiple elements in an tree view panel.
 

Classes in info.bioinfweb.treegraph.gui.treeframe used by info.bioinfweb.treegraph.gui.dialogs
TreeSelection
          This class manages the selection of multiple elements in an tree view panel.
 

Classes in info.bioinfweb.treegraph.gui.treeframe used by info.bioinfweb.treegraph.gui.dialogs.elementformats
TreeSelection
          This class manages the selection of multiple elements in an tree view panel.
 

Classes in info.bioinfweb.treegraph.gui.treeframe used by info.bioinfweb.treegraph.gui.dialogs.io
TreeViewPanel
          Shows the tree saved in the associated document in a swing GUI.
 

Classes in info.bioinfweb.treegraph.gui.treeframe used by info.bioinfweb.treegraph.gui.dialogs.io.exporttographic
TreeInternalFrame
          The internal frame displaying a document.
TreeSelection
          This class manages the selection of multiple elements in an tree view panel.
 

Classes in info.bioinfweb.treegraph.gui.treeframe used by info.bioinfweb.treegraph.gui.mainframe
TreeInternalFrame
          The internal frame displaying a document.
 

Classes in info.bioinfweb.treegraph.gui.treeframe used by info.bioinfweb.treegraph.gui.treeframe
DocumentTableModel
          Table modes to display the node/branch data of a document in a JTable.
TreeEditlInputListener
          This listener implements the reactions to user inputs for editing the tree in a tree window.
TreeSelection
          This class manages the selection of multiple elements in an tree view panel.
TreeViewPanel
          Shows the tree saved in the associated document in a swing GUI.
TreeViewPanelListener
          Classes that have to be informed about changes happening in a TreeViewPanel should implement this interface.
 

Classes in info.bioinfweb.treegraph.gui.treeframe used by info.bioinfweb.treegraph.gui.treeframe.ruler
TreeViewPanel
          Shows the tree saved in the associated document in a swing GUI.
TreeViewPanelListener
          Classes that have to be informed about changes happening in a TreeViewPanel should implement this interface.