|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserInterfaceListener
An interface for receivers of call-backs from a UserInterface.
| Method Summary | |
|---|---|
void |
codeChanged(boolean checkSyntaxOnly)
The code has changed and a new diagram must be drawn. |
void |
currentTabClosing()
The current tab shall be closed. |
PanelPaintDeviceListener |
getPanelPaintDeviceListener()
|
void |
hyperlinkClicked(String hyperlink)
A hyperlink has been clicked. |
| Method Detail |
|---|
void codeChanged(boolean checkSyntaxOnly)
checkSyntaxOnly - flag denoting if only syntax should be checked
and no diagram should be drawn yetvoid currentTabClosing()
void hyperlinkClicked(String hyperlink)
hyperlink - a string containing a colon, the part before the colon denotes
the type of the hyperlink, the part after the colon denotes
its namePanelPaintDeviceListener getPanelPaintDeviceListener()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||