PATH |
EOFrameController
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 |
FRAMECONTROLLER |
windowController |
Method Types
All methods EOFrameController runControllerInNewFrame dispose generateBorderSize newWindow setWindowResizable setWindowTitle verifyContentMinimumSize
Constructors
EOFrameController
public EOFrameController(EOXMLUnarchiver anEOXMLUnarchiver)
public EOFrameController()
Static Methods
runControllerInNewFrame
public static void runControllerInNewFrame( EOComponentController anEOComponentController, String aString)
Instance Methods
dispose
public void dispose()
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)
verifyContentMinimumSize
protected java.awt.Dimension verifyContentMinimumSize( java.awt.Window aWindow, java.awt.Dimension aDimension)
© 2001 Apple Computer, Inc. (Last Published April 14, 2001)