Rational Developer for Power Systems Software
V7.6

com.ibm.etools.systems.editor
Interface ISystemEditor


public interface ISystemEditor

Interface for launchable editors that optionally have, or are, a system text editor.


Method Summary
 ISystemTextEditor getSystemTextEditor()
          Returns the editor's system text editor.
 void setEditorInput(IEditorInput input)
          Sets the editor input.
 void setReadOnly(boolean bReadOnly)
          Sets the editor to read only, or read/write
 void updateDirtyIndicator()
          Updates the editor's dirty indicator
 

Method Detail

getSystemTextEditor

ISystemTextEditor getSystemTextEditor()
Returns the editor's system text editor. Null is returned if there is no text editor.


setEditorInput

void setEditorInput(IEditorInput input)
Sets the editor input. This is meant to be the IReusableEditor.setInput( IEditorInput input) method, except it is not hidden by EditorPart which makes the setInput method protected. So, implementers of setEditorInput usually call super.setInput( input );


setReadOnly

void setReadOnly(boolean bReadOnly)
Sets the editor to read only, or read/write


updateDirtyIndicator

void updateDirtyIndicator()
Updates the editor's dirty indicator


Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.