- Inherits from:
- EOSimpleWindowController : EOWindowController : EOComponentController : EOController : Object
- Package:
- com.apple.client.eoapplication
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 |
DIALOGCONTROLLER |
windowController |
- All methods
- EODialogController
- runControllerInNewDialog
- generateBorderSize
- newWindow
- setWindowResizable
- setWindowTitle
public EODialogController(EOXMLUnarchiver anEOXMLUnarchiver)
public static void runControllerInNewDialog(
EOComponentController anEOComponentController,
String aString)
protected java.awt.Dimension generateBorderSize()
protected java.awt.Window newWindow(javax.swing.JComponent aJComponent)
protected void setWindowResizable(
java.awt.Window aWindow,
boolean aBoolean)
protected void setWindowTitle(
java.awt.Window aWindow,
String aString)
DRAFT