net.sf.sdedit.ui
Interface UserInterfaceListener

All Known Implementing Classes:
Editor

public interface UserInterfaceListener

An interface for receivers of call-backs from a UserInterface.

Author:
Markus Strauch

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

codeChanged

void codeChanged(boolean checkSyntaxOnly)
The code has changed and a new diagram must be drawn.

Parameters:
checkSyntaxOnly - flag denoting if only syntax should be checked and no diagram should be drawn yet

currentTabClosing

void currentTabClosing()
The current tab shall be closed.


hyperlinkClicked

void hyperlinkClicked(String hyperlink)
A hyperlink has been clicked. The argument is a string containing a colon, the part before the colon denotes the type of the hyperlink, the part after the colon denotes its name.

Parameters:
hyperlink - a string containing a colon, the part before the colon denotes the type of the hyperlink, the part after the colon denotes its name

getPanelPaintDeviceListener

PanelPaintDeviceListener getPanelPaintDeviceListener()


Copyright © 2011. All Rights Reserved.