Documentation Archive Developer
Search
PATH Documentation > WebObjects

Table of Contents

EOModalDialogController


Inherits from:
EODialogController : EOWindowController : EOComponentController : EOController : Object
Implements:
EOComponentController.Modal
Package:
com.webobjects.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)

Description forthcoming.

public EOModalDialogController()

Description forthcoming.


Static Methods



runControllerInNewModalDialog

public static void runControllerInNewModalDialog( EOComponentController anEOComponentController, String aString)

Description forthcoming.


Instance Methods



activateWindow

public void activateWindow()

Description forthcoming.

closeWindow

public boolean closeWindow()

Description forthcoming.

isModal

public boolean isModal()

Description forthcoming.

newWindow

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

Description forthcoming.

© 2001 Apple Computer, Inc. (Last Published April 14, 2001)


Table of Contents