|
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.ObjectLpexViewAdapter
com.ibm.etools.iseries.rse.ui.compile.QSYSErrorMarkerListener
public class QSYSErrorMarkerListener
This class is used to handle the todo aspect of the error list. It takes care up updating the list with 'x' or a check when a line with an error is modified
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
QSYSErrorMarkerListener(IFile markerFile)
The constructor for this class |
Method Summary | |
---|---|
void |
addView(LpexView view)
adds the specified view to the list of views (used for cleanup) |
void |
clearMarks()
Used when an error list is removed from the error list view. |
void |
disposed(LpexView view)
Used to clean up the error list view when a LPEX view is closed. |
void |
markChanged(LpexView view,
int markId)
Updates the error list marker which is associated with the markId with a check; |
void |
markDeleted(LpexView view,
int markId)
Updates the error list marker which is associated with the markId with an 'x' |
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
Constructor Detail |
---|
public QSYSErrorMarkerListener(IFile markerFile)
markerFile
- The file that contains the markers in the error list view.Method Detail |
---|
public void disposed(LpexView view)
com.ibm.lpex.core.LpexViewListener#disposed(com.ibm.lpex.core.LpexView)
public void markChanged(LpexView view, int markId)
com.ibm.lpex.core.LpexMarkListener#markChanged(com.ibm.lpex.core.LpexView, int)
public void markDeleted(LpexView view, int markId)
com.ibm.lpex.core.LpexMarkListener#markDeleted(com.ibm.lpex.core.LpexView, int)
public void clearMarks()
public void addView(LpexView view)
view
- the Lpex view to add to the list of views to cleanup marks after either
the view is closed, or the error list is removed from the error list view.
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |