org.xistrat.gui
Interface ModalDialogOwner

All Known Implementing Classes:
DisplayPanel, XiStratPanel

public interface ModalDialogOwner

Interface for DialogOwner, (try to bypass jdk1.0.2 bug with modal dialogs)

Since:
0.5.42

Method Summary
 void endModal()
           
 void popup()
           
 void startModal()
           
 

Method Detail

startModal

void startModal()

endModal

void endModal()

popup

void popup()