|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.gui.window.support.AbstractGUIWindow<B>
net.sf.doolin.gui.window.support.AbstractRootPaneGUIWindow<B>
net.sf.doolin.gui.window.support.FrameGUIWindow<B>
B - Type of the window datapublic class FrameGUIWindow<B>
Application window based on a JFrame.
| Field Summary |
|---|
| Fields inherited from class net.sf.doolin.gui.window.support.AbstractRootPaneGUIWindow |
|---|
menuBarContextMap |
| Constructor Summary | |
|---|---|
FrameGUIWindow()
|
|
| Method Summary | |
|---|---|
protected void |
build()
Builds the window. |
void |
close()
Saves in preferences when the frame is closed Notifies the window descriptor. |
void |
display()
Displays the window on the screen. |
protected void |
setSize(WindowSize size)
Sets the size of the frame |
void |
setWindowIcon(Icon icon)
Sets the icon for the window |
void |
setWindowTitle(String value)
Sets the frame title. |
| Methods inherited from class net.sf.doolin.gui.window.support.AbstractRootPaneGUIWindow |
|---|
getRootPanel, getWindowPanel, installMenuBar, installMenuBar, installToolBar, uninstallMenuBar, uninstallToolBar |
| Methods inherited from class net.sf.doolin.gui.window.support.AbstractGUIWindow |
|---|
addGUIWindowListener, addView, build, canClose, getActionContext, getApplication, getId, getOpenViews, getProperty, getView, getWindowData, getWindowDescriptor, getWindowListeners, isClosed, onPostCreate, removeView, setProperty, showView |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FrameGUIWindow()
| Method Detail |
|---|
public void close()
close in interface GUIWindow<B>close in class AbstractGUIWindow<B>public void display()
public void setWindowIcon(Icon icon)
GUIWindow
icon - Icon to setpublic void setWindowTitle(String value)
value - Window titleprotected void build()
build in class AbstractRootPaneGUIWindow<B>AbstractGUIWindow.getApplication(),
AbstractGUIWindow.getWindowData()protected void setSize(WindowSize size)
size - Size specification
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||