Uses of Class
editorListener.handlers.EditorState

Packages that use EditorState
editorListener.handlers   
metricsOverlay.handlers   
 

Uses of EditorState in editorListener.handlers
 

Methods in editorListener.handlers that return EditorState
 EditorState UpdatedEditor.getTheState()
          Gets the state of the current editor.
static EditorState EditorState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EditorState[] EditorState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in editorListener.handlers with parameters of type EditorState
UpdatedEditor(org.eclipse.jface.text.IDocument theDocument, org.eclipse.ui.IWorkbenchPart thePart, EditorState theState)
          The primary constructor.
 

Uses of EditorState in metricsOverlay.handlers
 

Methods in metricsOverlay.handlers that return EditorState
 EditorState MetricFile.getState()