Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > EOApplication Reference

Table of Contents

EOModalDialogController


Inherits from:
EODialogController : EOWindowController : EOComponentController : EOController : Object
Implements:
EOComponentController.Modal
Package:
com.apple.client.eoapplication


Class Description


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




Method Types


All methods
EOModalDialogController
runControllerInNewModalDialog
activateWindow
closeWindow
isModal
newWindow


Constructors



EOModalDialogController

public EOModalDialogController(EOXMLUnarchiver anEOXMLUnarchiver)




Static Methods



runControllerInNewModalDialog

public static void runControllerInNewModalDialog( EOComponentController anEOComponentController, String aString)




Instance Methods



activateWindow

public void activateWindow()



closeWindow

public boolean closeWindow()



isModal

public boolean isModal()



newWindow

protected java.awt.Window newWindow(javax.swing.JComponent aJComponent)




Table of Contents

DRAFT