|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for defining the Error Panel. This is the panel that is shown below the main panel while parsing the whole document.
Method Summary | |
void |
addErrorSelectionListener(ErrorSelectionListener listener)
Add a selection listener for listening error choosen |
void |
dispose()
Call when the view is not be used more. |
javax.swing.JComponent |
getView()
It must always return the same view object. |
boolean |
isShownForOnTheFly()
|
void |
removeErrorSelectionListener(ErrorSelectionListener listener)
Remove a selection listener for listening error not choosen |
Methods inherited from interface com.japisoft.xmlpad.error.ErrorListener |
initErrorProcessing, notifyError, notifyNoError, stopErrorProcessing |
Method Detail |
public javax.swing.JComponent getView()
public boolean isShownForOnTheFly()
true
if the error panel is shown for onTheFly error (while inserting characters)public void addErrorSelectionListener(ErrorSelectionListener listener)
public void removeErrorSelectionListener(ErrorSelectionListener listener)
public void dispose()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |