edu.rice.cs.hpc.viewer.scope.ScopeActions Class Reference

Inheritance diagram for edu.rice.cs.hpc.viewer.scope.ScopeActions:
Inheritance graph
[legend]
Collaboration diagram for edu.rice.cs.hpc.viewer.scope.ScopeActions:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ScopeActions (Shell shell, Composite parent, CoolBar coolbar)
void setColumnStatus (boolean[]status)
abstract void updateContent (Experiment exp, RootScope scope)
 The tree has been updated or has new content.
abstract void resizeColumns ()
 Resize the columns.
abstract void checkNodeButtons ()
 Check if zooms and hot-path button need to be disabled or not This is required to solve bug no 132: https://outreach.scidac.gov/tracker/index.php?func=detail&aid=132&group_id=22&atid=169.
abstract void setTreeViewer (ScopeTreeViewer tree)
 Update the content of tree viewer.

Static Public Attributes

static double fTHRESHOLD = 0.6

Protected Member Functions

abstract Composite createGUI (Composite parent, CoolBar coolbar)
 Create your own specific GUI.

Protected Attributes

IScopeActionsGUI objActionsGUI
Composite parent
Shell objShell

Detailed Description

Author:
laksonoadhianto

Definition at line 20 of file ScopeActions.java.


Constructor & Destructor Documentation

edu.rice.cs.hpc.viewer.scope.ScopeActions.ScopeActions ( Shell  shell,
Composite  parent,
CoolBar  coolbar 
)

Member Function Documentation

abstract void edu.rice.cs.hpc.viewer.scope.ScopeActions.checkNodeButtons (  )  [pure virtual]

Check if zooms and hot-path button need to be disabled or not This is required to solve bug no 132: https://outreach.scidac.gov/tracker/index.php?func=detail&aid=132&group_id=22&atid=169.

Implemented in edu.rice.cs.hpc.viewer.scope.ScopeViewActions.

abstract Composite edu.rice.cs.hpc.viewer.scope.ScopeActions.createGUI ( Composite  parent,
CoolBar  coolbar 
) [protected, pure virtual]
abstract void edu.rice.cs.hpc.viewer.scope.ScopeActions.resizeColumns (  )  [pure virtual]

Resize the columns.

Implemented in edu.rice.cs.hpc.viewer.scope.ScopeViewActions.

void edu.rice.cs.hpc.viewer.scope.ScopeActions.setColumnStatus ( boolean[]  status  ) 
abstract void edu.rice.cs.hpc.viewer.scope.ScopeActions.setTreeViewer ( ScopeTreeViewer  tree  )  [pure virtual]

Update the content of tree viewer.

Parameters:
tree 

Implemented in edu.rice.cs.hpc.viewer.scope.ScopeViewActions.

abstract void edu.rice.cs.hpc.viewer.scope.ScopeActions.updateContent ( Experiment  exp,
RootScope  scope 
) [pure virtual]

The tree has been updated or has new content.

This object needs to refresh the data and variable initialization too.

Parameters:
exp 
scope 
columns 

Implemented in edu.rice.cs.hpc.viewer.scope.ScopeViewActions.


Member Data Documentation

Definition at line 22 of file ScopeActions.java.

Definition at line 24 of file ScopeActions.java.


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

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1