edu.rice.cs.hpc.viewer.editor.SourceCodeEditor Class Reference

Inheritance diagram for edu.rice.cs.hpc.viewer.editor.SourceCodeEditor:
Inheritance graph
[legend]
Collaboration diagram for edu.rice.cs.hpc.viewer.editor.SourceCodeEditor:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 SourceCodeEditor ()
void setExperiment (Experiment experiment)
boolean validateEditorInputState ()
 Disable editing the editor.
void setPartNamePrefix (String partNamePrefix)
boolean isEditable ()
 Description copied from interface: ITextEditor Returns whether the text in this text editor can be changed by the user.
String getEditorPartName ()
void setEditorPartName (String title)
Experiment getExperiment ()

Static Public Attributes

static String ID = "edu.rice.cs.hpc.viewer.util.SourceCodeEditor"

Protected Member Functions

boolean isLineNumberRulerVisible ()
 Override the AbstractDecoratedTextEditor method to force to show the line number.

Private Attributes

Experiment _experiment

Detailed Description

Author:
laksono

Definition at line 12 of file SourceCodeEditor.java.


Constructor & Destructor Documentation

edu.rice.cs.hpc.viewer.editor.SourceCodeEditor.SourceCodeEditor (  ) 

Definition at line 16 of file SourceCodeEditor.java.


Member Function Documentation

String edu.rice.cs.hpc.viewer.editor.SourceCodeEditor.getEditorPartName (  ) 

Implements edu.rice.cs.hpc.viewer.editor.IViewerEditor.

Definition at line 61 of file SourceCodeEditor.java.

Experiment edu.rice.cs.hpc.viewer.editor.SourceCodeEditor.getExperiment (  ) 
boolean edu.rice.cs.hpc.viewer.editor.SourceCodeEditor.isEditable (  ) 

Description copied from interface: ITextEditor Returns whether the text in this text editor can be changed by the user.

Definition at line 57 of file SourceCodeEditor.java.

boolean edu.rice.cs.hpc.viewer.editor.SourceCodeEditor.isLineNumberRulerVisible (  )  [protected]

Override the AbstractDecoratedTextEditor method to force to show the line number.

Definition at line 37 of file SourceCodeEditor.java.

void edu.rice.cs.hpc.viewer.editor.SourceCodeEditor.setEditorPartName ( String  title  ) 

Implements edu.rice.cs.hpc.viewer.editor.IViewerEditor.

Definition at line 67 of file SourceCodeEditor.java.

void edu.rice.cs.hpc.viewer.editor.SourceCodeEditor.setExperiment ( Experiment  experiment  ) 
void edu.rice.cs.hpc.viewer.editor.SourceCodeEditor.setPartNamePrefix ( String  partNamePrefix  ) 

Definition at line 42 of file SourceCodeEditor.java.

boolean edu.rice.cs.hpc.viewer.editor.SourceCodeEditor.validateEditorInputState (  ) 

Disable editing the editor.

Definition at line 28 of file SourceCodeEditor.java.


Member Data Documentation

String edu.rice.cs.hpc.viewer.editor.SourceCodeEditor.ID = "edu.rice.cs.hpc.viewer.util.SourceCodeEditor" [static]

Definition at line 13 of file SourceCodeEditor.java.


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

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1