rails.ui.swing.elements
Interface DialogOwner

All Known Implementing Classes:
GameUIManager, GameUIManager_1835, GameUIManager_18EU, ORUIManager, ORUIManager_18AL

public interface DialogOwner


Method Summary
 void dialogActionPerformed()
           
 javax.swing.JDialog getCurrentDialog()
           
 PossibleAction getCurrentDialogAction()
           
 void setCurrentDialog(javax.swing.JDialog dialog, PossibleAction action)
           
 

Method Detail

dialogActionPerformed

void dialogActionPerformed()

getCurrentDialog

javax.swing.JDialog getCurrentDialog()

getCurrentDialogAction

PossibleAction getCurrentDialogAction()

setCurrentDialog

void setCurrentDialog(javax.swing.JDialog dialog,
                      PossibleAction action)