edu.rice.cs.hpc.viewer.util.TreeItemManager Class Reference

Collaboration diagram for edu.rice.cs.hpc.viewer.util.TreeItemManager:
Collaboration graph
[legend]

List of all members.

Classes

class  ElementDescriptor
 Class containing elements for the context. More...

Public Member Functions

 TreeItemManager ()
 Constructor.
void saveContext (TreeViewer treeViewer)
 save the context of the tree view (such as the top row header)
void restoreContext (TreeViewer treeViewer)
 Restore the saved context into the tree view.

Private Member Functions

ElementDescriptor getTopItem (Tree tree)
 Retrieve the descriptor context of the top item in the tree.

Private Attributes

Stack< ElementDescriptorstackElement

Detailed Description

Author:
laksonoadhianto

Definition at line 19 of file TreeItemManager.java.


Constructor & Destructor Documentation

edu.rice.cs.hpc.viewer.util.TreeItemManager.TreeItemManager (  ) 

Constructor.

this class has to be initialized

Definition at line 26 of file TreeItemManager.java.

References edu.rice.cs.hpc.viewer.util.TreeItemManager.stackElement.


Member Function Documentation

ElementDescriptor edu.rice.cs.hpc.viewer.util.TreeItemManager.getTopItem ( Tree  tree  )  [private]

Retrieve the descriptor context of the top item in the tree.

Parameters:
tree 
Returns:

Definition at line 64 of file TreeItemManager.java.

Referenced by edu.rice.cs.hpc.viewer.util.TreeItemManager.saveContext().

void edu.rice.cs.hpc.viewer.util.TreeItemManager.restoreContext ( TreeViewer  treeViewer  ) 
void edu.rice.cs.hpc.viewer.util.TreeItemManager.saveContext ( TreeViewer  treeViewer  ) 

save the context of the tree view (such as the top row header)

Parameters:
tree 

Definition at line 34 of file TreeItemManager.java.

References edu.rice.cs.hpc.viewer.util.TreeItemManager.getTopItem(), and edu.rice.cs.hpc.viewer.util.TreeItemManager.stackElement.

Referenced by edu.rice.cs.hpc.viewer.util.Utilities.resetView().


Member Data Documentation


The documentation for this class was generated from the following file:

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1