|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gumbo.util.AbstractDisposable | +--gumbo.app.MainWindow | +--gumbo.app.RootWindow
A main window intended for use as the root application window. As such, the only window type is a frame window, and the default close action is EXIT_ON_CLOSE.
Constructor Summary | |
RootWindow(javax.swing.JFrame window,
java.lang.String appName)
Creates an instance. |
Methods inherited from class gumbo.app.MainWindow |
getContentPane, getMenuBar, getStatusBar, getStatusText, getTitleText, getToolBar, getWindowGraphic, getWindowName, implDispose, initWindowGraphic, pack, setDefaultCloseOperation, setMainArea, setStatusText, setTitleText, setVisible, setWindowName, showProblemMessage, showProblemMessage |
Methods inherited from class gumbo.util.AbstractDisposable |
dispose, isDisposed |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RootWindow(javax.swing.JFrame window, java.lang.String appName)
window
- The delegate window. Never null.appName
- The application name used in the
title bar and error messages. None if null.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |