PATH Documentation > WebObjects

Table of Contents

EODialogController


Inherits from:
EOSimpleWindowController : EOWindowController : EOComponentController : EOController : Object
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
DIALOGCONTROLLER windowController




Method Types


All methods
EODialogController
runControllerInNewDialog
generateBorderSize
newWindow
setWindowResizable
setWindowTitle


Constructors



EODialogController

public EODialogController(EOXMLUnarchiver anEOXMLUnarchiver)

Description forthcoming.

public EODialogController()

Description forthcoming.


Static Methods



runControllerInNewDialog

public static void runControllerInNewDialog( EOComponentController anEOComponentController, String aString)

Description forthcoming.


Instance Methods



generateBorderSize

protected java.awt.Dimension generateBorderSize()

Description forthcoming.

newWindow

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

Description forthcoming.

setWindowResizable

protected void setWindowResizable( java.awt.Window aWindow, boolean aBoolean)

Description forthcoming.

setWindowTitle

protected void setWindowTitle( java.awt.Window aWindow, String aString)

Description forthcoming.

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


Table of Contents