Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > EOApplication Reference

Table of Contents

EOSimpleWindowController


Inherits from:
EOWindowController : EOComponentController : EOController : Object
Implements:
WindowListener
(java.awt.event package)
ComponentListener (java.awt.event package)
EOComponentController.ResetUserInterface
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
None (abstract class) windowController




Method Types


All methods
EOSimpleWindowController
activateWindow
addComponentOfSubcontroller
closeWindow
componentDidBecomeInvisible
componentDidBecomeVisible
componentHidden
componentMoved
componentResized
componentShown
deactivateWindow
dispose
disposeIfDeactivated
integrationComponentDidBecomeInvisible
integrationComponentDidBecomeVisible
makeVisible
newWindow
newWindow
resetUserInterface
setDisposeIfDeactivated
setLabel
setWindow
setWindowResizable
setWindowTitle
startListeningToWindow
stopListeningToWindow
subcontrollerEditedDidChange
subcontrollerMinimumSizeDidChange
verifyContentMinimumSize
window
windowActivated
windowClosed
windowClosing
windowDeactivated
windowDeiconified
windowIconified
windowOpened


Constructors



EOSimpleWindowController

public EOSimpleWindowController(EOXMLUnarchiver anEOXMLUnarchiver)




Instance Methods



activateWindow

public void activateWindow()



addComponentOfSubcontroller

protected void addComponentOfSubcontroller(EOComponentController anEOComponentController)



closeWindow

public boolean closeWindow()



componentDidBecomeInvisible

protected void componentDidBecomeInvisible()



componentDidBecomeVisible

protected void componentDidBecomeVisible()



componentHidden

public void componentHidden(java.awt.event.ComponentEvent aComponentEvent)



componentMoved

public void componentMoved(java.awt.event.ComponentEvent aComponentEvent)



componentResized

public void componentResized(java.awt.event.ComponentEvent aComponentEvent)



componentShown

public void componentShown(java.awt.event.ComponentEvent aComponentEvent)



deactivateWindow

public void deactivateWindow()



dispose

public void dispose()



disposeIfDeactivated

public boolean disposeIfDeactivated()



integrationComponentDidBecomeInvisible

protected void integrationComponentDidBecomeInvisible()



integrationComponentDidBecomeVisible

protected void integrationComponentDidBecomeVisible()



makeVisible

public boolean makeVisible()



newWindow

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



newWindow

protected java.awt.Window newWindow()



resetUserInterface

public void resetUserInterface()



setDisposeIfDeactivated

public void setDisposeIfDeactivated(boolean aBoolean)



setLabel

public void setLabel(String aString)



setWindow

public void setWindow(java.awt.Window aWindow)



setWindowResizable

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



setWindowTitle

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



startListeningToWindow

protected void startListeningToWindow()



stopListeningToWindow

protected void stopListeningToWindow()



subcontrollerEditedDidChange

public void subcontrollerEditedDidChange(EOController anEOController)



subcontrollerMinimumSizeDidChange

public void subcontrollerMinimumSizeDidChange( EOComponentController anEOComponentController, javax.swing.JComponent aJComponent, java.awt.Dimension aDimension)



verifyContentMinimumSize

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



window

public java.awt.Window window()



windowActivated

public void windowActivated(java.awt.event.WindowEvent aWindowEvent)



windowClosed

public void windowClosed(java.awt.event.WindowEvent aWindowEvent)



windowClosing

public void windowClosing(java.awt.event.WindowEvent aWindowEvent)



windowDeactivated

public void windowDeactivated(java.awt.event.WindowEvent aWindowEvent)



windowDeiconified

public void windowDeiconified(java.awt.event.WindowEvent aWindowEvent)



windowIconified

public void windowIconified(java.awt.event.WindowEvent aWindowEvent)



windowOpened

public void windowOpened(java.awt.event.WindowEvent aWindowEvent)




Table of Contents

DRAFT