|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.gui.window.support.AbstractIWindow<JDialog>
net.sf.doolin.gui.window.support.DialogIWindow
public class DialogIWindow
Window implementation based on a JDialog.
| Constructor Summary | |
|---|---|
DialogIWindow(ActionContext actionContext)
Constructor. |
|
| Method Summary | |
|---|---|
protected JDialog |
buildWindow()
Creates a JDialog. |
Container |
getContentPane()
Gets the content pane of the window |
JRootPane |
getRootPane()
Gets the root pane of the underlying window. |
boolean |
isModal()
Returns true if the underlying implementation is modal (like
if using a JDialog). |
void |
pack()
|
void |
setDefaultButton(JButton button)
|
void |
setTitle(String value)
Sets the title of the window |
| Methods inherited from class net.sf.doolin.gui.window.support.AbstractIWindow |
|---|
addWindowListener, dispose, getActionContext, getHeight, getWidth, getWindow, setIcon, setLocation, setSize, show |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DialogIWindow(ActionContext actionContext)
actionContext - Action context| Method Detail |
|---|
protected JDialog buildWindow()
JDialog.
buildWindow in class AbstractIWindow<JDialog>SwingUtils.createWindow(Class, java.awt.Component)public Container getContentPane()
IWindow
public JRootPane getRootPane()
IWindow
public boolean isModal()
IWindowtrue if the underlying implementation is modal (like
if using a JDialog).
true if the window is modalpublic void pack()
public void setDefaultButton(JButton button)
public void setTitle(String value)
IWindow
value - Title to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||