|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.lpex.core.LpexViewAdapter
com.ibm.etools.iseries.core.compile.ISeriesErrorMarkerListener
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 | |
---|---|
ISeriesErrorMarkerListener(IFile markerFile)
The constructor for this class |
Method Summary | |
---|---|
void |
addView(com.ibm.lpex.core.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(com.ibm.lpex.core.LpexView view)
Used to clean up the error list view when a LPEX view is closed. |
void |
markChanged(com.ibm.lpex.core.LpexView view,
int markId)
Updates the error list marker which is associated with the markId with a check; |
void |
markDeleted(com.ibm.lpex.core.LpexView view,
int markId)
Updates the error list marker which is associated with the markId with an 'x' |
Methods inherited from class com.ibm.lpex.core.LpexViewAdapter |
---|
readonly, renamed, renaming, saved, saving, showing, shown, updateProfile |
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 ISeriesErrorMarkerListener(IFile markerFile)
markerFile
- The file that contains the markers in the error list view.Method Detail |
public void disposed(com.ibm.lpex.core.LpexView view)
disposed
in interface com.ibm.lpex.core.LpexViewListener
LpexViewListener.disposed(com.ibm.lpex.core.LpexView)
public void markChanged(com.ibm.lpex.core.LpexView view, int markId)
markChanged
in interface com.ibm.lpex.core.LpexMarkListener
LpexMarkListener.markChanged(com.ibm.lpex.core.LpexView, int)
public void markDeleted(com.ibm.lpex.core.LpexView view, int markId)
markDeleted
in interface com.ibm.lpex.core.LpexMarkListener
LpexMarkListener.markDeleted(com.ibm.lpex.core.LpexView, int)
public void clearMarks()
public void addView(com.ibm.lpex.core.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.
|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |