edu.rice.cs.hpc.viewer.metric.MetricPropertyDialog Class Reference

Inheritance diagram for edu.rice.cs.hpc.viewer.metric.MetricPropertyDialog:
Inheritance graph
[legend]
Collaboration diagram for edu.rice.cs.hpc.viewer.metric.MetricPropertyDialog:
Collaboration graph
[legend]

List of all members.

Classes

class  PropertiesModel
 Data model for the column properties Containing two items: the state and the title. More...

Public Member Functions

 MetricPropertyDialog (Shell parentShell, IWorkbenchWindow window)

Static Public Member Functions

static void main (String[] args)

Protected Member Functions

Control createContents (Composite parent)
Control createDialogArea (Composite aParent)
Control createButtonBar (Composite parent)
void setShellStyle (int newShellStyle)

Private Member Functions

void initTableViewer (Composite composite)
void updateContent (Composite component, ViewerWindow vw)
 Populate the content of the database table if we have more than 1 databases.
ArrayList< PropertiesModelcreateInput (Experiment exp)
void setElements (Experiment exp)
void setExperiment (Experiment exp)
PropertiesModel getSelectElement ()
void doAction ()
void updateMetricName (BaseMetric metric, String sNewName)

Private Attributes

TableViewer viewer
Button btnEdit
Experiment experiment
final IWorkbenchWindow window

Detailed Description

Definition at line 55 of file MetricPropertyDialog.java.


Constructor & Destructor Documentation

edu.rice.cs.hpc.viewer.metric.MetricPropertyDialog.MetricPropertyDialog ( Shell  parentShell,
IWorkbenchWindow  window 
)

Member Function Documentation

Control edu.rice.cs.hpc.viewer.metric.MetricPropertyDialog.createButtonBar ( Composite  parent  )  [protected]
Control edu.rice.cs.hpc.viewer.metric.MetricPropertyDialog.createContents ( Composite  parent  )  [protected]

Definition at line 85 of file MetricPropertyDialog.java.

Control edu.rice.cs.hpc.viewer.metric.MetricPropertyDialog.createDialogArea ( Composite  aParent  )  [protected]
ArrayList<PropertiesModel> edu.rice.cs.hpc.viewer.metric.MetricPropertyDialog.createInput ( Experiment  exp  )  [private]
void edu.rice.cs.hpc.viewer.metric.MetricPropertyDialog.doAction (  )  [private]
PropertiesModel edu.rice.cs.hpc.viewer.metric.MetricPropertyDialog.getSelectElement (  )  [private]
void edu.rice.cs.hpc.viewer.metric.MetricPropertyDialog.initTableViewer ( Composite  composite  )  [private]
static void edu.rice.cs.hpc.viewer.metric.MetricPropertyDialog.main ( String[]  args  )  [static]
void edu.rice.cs.hpc.viewer.metric.MetricPropertyDialog.setElements ( Experiment  exp  )  [private]
void edu.rice.cs.hpc.viewer.metric.MetricPropertyDialog.setExperiment ( Experiment  exp  )  [private]
void edu.rice.cs.hpc.viewer.metric.MetricPropertyDialog.setShellStyle ( int  newShellStyle  )  [protected]

Definition at line 416 of file MetricPropertyDialog.java.

void edu.rice.cs.hpc.viewer.metric.MetricPropertyDialog.updateContent ( Composite  component,
ViewerWindow  vw 
) [private]

Populate the content of the database table if we have more than 1 databases.

Parameters:
component : parent composite

Definition at line 274 of file MetricPropertyDialog.java.

References edu.rice.cs.hpc.viewer.window.ViewerWindow.getExperiments(), and edu.rice.cs.hpc.viewer.metric.MetricPropertyDialog.setElements().

Referenced by edu.rice.cs.hpc.viewer.metric.MetricPropertyDialog.initTableViewer().

void edu.rice.cs.hpc.viewer.metric.MetricPropertyDialog.updateMetricName ( BaseMetric  metric,
String  sNewName 
) [private]

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