|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.edit.compile.ISeriesCompileEditManager
public class ISeriesCompileEditManager
Field Summary | |
---|---|
static String |
Copyright
|
Method Summary | |
---|---|
void |
clearMessageForMarker(LpexView view,
IMarker marker)
Clears the message in the view for the specified marker |
void |
clearOldMessages(Object[] elements)
Clear any old errors currently being displayed in the editor. |
static ISeriesCompileEditManager |
getDefault()
Get the singleton istance |
protected String |
getOSPath(String path)
|
IEditorPart |
openEditor(Object[] elements,
Object selectedElement,
String messageLevel,
boolean loop,
QSYSErrorMarkerListener errorMarkerListener,
boolean openIfClosed)
Open the editor, but specify whether or not to force open |
IEditorPart |
openEditor(Object[] elements,
Object selectedElement,
String messageLevel,
QSYSErrorMarkerListener errorMarkerListener)
Open the editor on the marker |
void |
setMarksInView(LpexView primaryView,
LpexView secondaryView,
String markNames,
QSYSErrorMarkerListener errorMarkerListener)
Set marks in the secondary view that correspond to the marks for compile messages in the primary view Should be removed when we use LPEX 3.1 since LPEX 3.1 will handle this for us |
void |
showAccordingToMessageLevel(SystemTextEditor editor,
Object[] elements,
IMarker marker,
String messageLevel,
boolean loop,
QSYSErrorMarkerListener errorMarkerListener,
boolean openingNewView,
LpexView newView)
Do as appropriate for message level |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String Copyright
Method Detail |
---|
public static ISeriesCompileEditManager getDefault()
public IEditorPart openEditor(Object[] elements, Object selectedElement, String messageLevel, QSYSErrorMarkerListener errorMarkerListener)
public IEditorPart openEditor(Object[] elements, Object selectedElement, String messageLevel, boolean loop, QSYSErrorMarkerListener errorMarkerListener, boolean openIfClosed)
openEditor
in interface ICompileEditManager
public void showAccordingToMessageLevel(SystemTextEditor editor, Object[] elements, IMarker marker, String messageLevel, boolean loop, QSYSErrorMarkerListener errorMarkerListener, boolean openingNewView, LpexView newView)
public void setMarksInView(LpexView primaryView, LpexView secondaryView, String markNames, QSYSErrorMarkerListener errorMarkerListener)
primaryView
- secondaryView
- markNames
- errorMarkerListener
- public void clearOldMessages(Object[] elements)
clearOldMessages
in interface ICompileEditManager
elements
- the markers to scan throughprotected String getOSPath(String path)
public void clearMessageForMarker(LpexView view, IMarker marker)
clearMessageForMarker
in interface ICompileEditManager
view
- the view to remove the marker's messagemarker
- the marker that the message belongs to.
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |