|
WebObjects 5.4.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webobjects.eoapplication.EOController
com.webobjects.eoapplication.EOComponentController
com.webobjects.eoapplication.EOWindowController
com.webobjects.eoapplication.EOSimpleWindowController
public abstract class EOSimpleWindowController
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.webobjects.eoapplication.EOComponentController |
---|
EOComponentController.ActionCollector, EOComponentController.Activation, EOComponentController.EndEditing, EOComponentController.Modal, EOComponentController.ResetUserInterface |
Nested classes/interfaces inherited from class com.webobjects.eoapplication.EOController |
---|
EOController.Enumeration |
Nested classes/interfaces inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions |
---|
NSKeyValueCodingAdditions.DefaultImplementation, NSKeyValueCodingAdditions.Utility |
Field Summary |
---|
Fields inherited from class com.webobjects.eoapplication.EOComponentController |
---|
Bottom, BottomLeft, BottomRight, Center, Left, Right, Top, TopLeft, TopRight |
Fields inherited from class com.webobjects.eoapplication.EOController |
---|
ControllerAndSubcontrollersEnumeration, ControllerAndSupercontrollersEnumeration, SubcontrollersEnumeration, SupercontrollersEnumeration |
Fields inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions |
---|
KeyPathSeparator |
Constructor Summary | |
---|---|
EOSimpleWindowController()
|
|
EOSimpleWindowController(EOXMLUnarchiver unarchiver)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EOSimpleWindowController()
public EOSimpleWindowController(EOXMLUnarchiver unarchiver)
unarchiver
- Method Detail |
---|
public void dispose()
dispose
in interface NSDisposable
dispose
in class EOWindowController
protected void addComponentOfSubcontroller(EOComponentController controller)
addComponentOfSubcontroller
in class EOComponentController
controller
- protected Window newWindow()
public void resetUserInterface()
resetUserInterface
in interface EOComponentController.ResetUserInterface
public void setLabel(String string)
setLabel
in class EOComponentController
string
- public void activateWindow()
activateWindow
in class EOWindowController
public void deactivateWindow()
public void subcontrollerMinimumSizeDidChange(EOComponentController controller, JComponent component, Dimension updateMinimumSize)
subcontrollerMinimumSizeDidChange
in class EOComponentController
controller
- component
- updateMinimumSize
- public void setDisposeIfDeactivated(boolean flag)
flag
- public boolean disposeIfDeactivated()
protected void integrationComponentDidBecomeVisible()
integrationComponentDidBecomeVisible
in class EOComponentController
protected void integrationComponentDidBecomeInvisible()
integrationComponentDidBecomeInvisible
in class EOComponentController
protected void componentDidBecomeVisible()
componentDidBecomeVisible
in class EOComponentController
protected void componentDidBecomeInvisible()
componentDidBecomeInvisible
in class EOWindowController
public boolean makeVisible()
makeVisible
in class EOComponentController
public void subcontrollerEditedDidChange(EOController controller)
controller
- protected abstract Window newWindow(JComponent component)
component
- protected Dimension verifyContentMinimumSize(Window window, Dimension size)
window
- size
- protected abstract void setWindowResizable(Window window, boolean flag)
window
- flag
- protected abstract void setWindowTitle(Window window, String title)
window
- title
- protected void startListeningToWindow()
protected void stopListeningToWindow()
public void setWindow(Window window)
public Window window()
public boolean closeWindow()
public void windowOpened(WindowEvent event)
windowOpened
in interface WindowListener
event
- public void windowClosing(WindowEvent event)
windowClosing
in interface WindowListener
event
- public void windowClosed(WindowEvent event)
windowClosed
in interface WindowListener
event
- public void windowActivated(WindowEvent event)
windowActivated
in interface WindowListener
event
- public void windowDeactivated(WindowEvent event)
windowDeactivated
in interface WindowListener
event
- public void windowDeiconified(WindowEvent event)
windowDeiconified
in interface WindowListener
event
- public void windowIconified(WindowEvent event)
windowIconified
in interface WindowListener
event
- public void componentHidden(ComponentEvent event)
componentHidden
in interface ComponentListener
event
- public void componentMoved(ComponentEvent event)
componentMoved
in interface ComponentListener
event
- public void componentResized(ComponentEvent event)
componentResized
in interface ComponentListener
event
- public void componentShown(ComponentEvent event)
componentShown
in interface ComponentListener
event
-
|
Last updated June 2008 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |