Uses of Class
net.sourceforge.olduvai.treejuxtaposer.TreeJuxtaposer

Packages that use TreeJuxtaposer
net.sourceforge.olduvai.treejuxtaposer   
 

Uses of TreeJuxtaposer in net.sourceforge.olduvai.treejuxtaposer
 

Fields in net.sourceforge.olduvai.treejuxtaposer declared as TreeJuxtaposer
private  TreeJuxtaposer SettingsFrame.tj
          Treejuxtaposer object for referencing state and all drawers.
private  TreeJuxtaposer IncrementalSearch.tj
          The TJ for this set of found results, for calling updates to the drawers.
private  TreeJuxtaposer AccordionTreeDrawerFinal.tj
          The treejuxtaposer object for referencing the program instance that responds to user actions found in this class.
private  TreeJuxtaposer TreeRemovalPanel.tj
          The TJ object used to get the tree names.
private  TreeJuxtaposer TreeWriter.tj
          TreeJuxtaposer used to reset the differences and search dialog with postDeleteTrees().
private  TreeJuxtaposer UI.tj
          TreeJuxtaposer object.
private  TreeJuxtaposer StateFrame.tj
          Treejuxtaposer object, for referencing groups and other state.
 

Constructors in net.sourceforge.olduvai.treejuxtaposer with parameters of type TreeJuxtaposer
AccordionTreeDrawerFinal(Tree t, int w, int h, TreeJuxtaposer thetj, javax.swing.JProgressBar jpb)
          Constructor for a drawer with defined key and mouse interaction methods, and bindings from the drawer to the TreeJuxtaposer application.
IncrementalSearch(TreeJuxtaposer tj)
          Initialize the search box with default values.
IncrementalSearch(TreeJuxtaposer tj, java.util.ArrayList initialList)
          Initialize the search box with a list of names.
SettingsFrame(TreeJuxtaposer tj)
          Constructor.
StateFrame(TreeJuxtaposer tj)
          Constructor for StateFrame.
TreeRemovalPanel(TreeJuxtaposer tj_)
          Creates a tree removal panel from the current active trees drawn in the input TJ.
TreeWriter(TreeNode renameNode, TreeJuxtaposer tj)
          Start a tree writer dialog that allows a user to enter a new name for a node.
UI(TreeJuxtaposer tj, java.lang.String title)
          Initializes the drawing surface and menu bar on the main frame.