PATH |
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)
public EODialogController()
Static Methods
runControllerInNewDialog
public static void runControllerInNewDialog( EOComponentController anEOComponentController, String aString)
Instance Methods
generateBorderSize
protected java.awt.Dimension generateBorderSize()
newWindow
protected java.awt.Window newWindow(javax.swing.JComponent aJComponent)
setWindowResizable
protected void setWindowResizable( java.awt.Window aWindow, boolean aBoolean)
setWindowTitle
protected void setWindowTitle( java.awt.Window aWindow, String aString)
© 2001 Apple Computer, Inc. (Last Published April 14, 2001)