Developer Documentation
PATH  WebObjects 4.5 Documentation > EOApplication Reference

Table of Contents

EOFrameController


Inherits from:
EOSimpleWindowController : EOWindowController : EOComponentController : EOController : Object
Package:
com.apple.client.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)




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)




Table of Contents

DRAFT