Documentation Archive Developer
Search
PATH Documentation > WebObjects

Table of Contents

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)

Description forthcoming.

public EOFrameController()

Description forthcoming.


Static Methods



runControllerInNewFrame

public static void runControllerInNewFrame( EOComponentController anEOComponentController, String aString)

Description forthcoming.


Instance Methods



dispose

public void dispose()

Description forthcoming.

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.

verifyContentMinimumSize

protected java.awt.Dimension verifyContentMinimumSize( java.awt.Window aWindow, java.awt.Dimension aDimension)

Description forthcoming.

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


Table of Contents