- Inherits from:
- EODialogController : EOWindowController : EOComponentController : EOController : Object
- Implements:
- EOComponentController.Modal
- Package:
- com.apple.client.eoapplication
Documentation for this class is forthcoming. For information on using this class, see the book Getting Started with Direct to Java Client.
XML Tag | Default Rule System Controller Type |
MODALDIALOGCONTROLLER |
modalDialogController |
- All methods
- EOModalDialogController
- runControllerInNewModalDialog
- activateWindow
- closeWindow
- isModal
- newWindow
public EOModalDialogController(EOXMLUnarchiver anEOXMLUnarchiver)
public static void runControllerInNewModalDialog(
EOComponentController anEOComponentController,
String aString)
public void activateWindow()
public boolean closeWindow()
public boolean isModal()
protected java.awt.Window newWindow(javax.swing.JComponent aJComponent)
DRAFT