|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.brains2b.swingext.dialog.DialogHelper
public class DialogHelper
[Short description] [Long description]
Constructor Summary | |
---|---|
DialogHelper()
|
Method Summary | |
---|---|
static javax.swing.JDesktopPane |
getDesktopPane(java.awt.Component parent)
get the Desktoppane which is ancestor of a component |
static java.awt.Window |
getWindowPane(java.awt.Component parent)
get the Window which is ancestor of a component |
static void |
showDialog(java.awt.Component parent,
java.awt.Container pane,
java.lang.String title)
shows a JDialog on the Window in the hierarchy of the component supplied |
static void |
showInternalDialog(java.awt.Component parent,
java.awt.Container pane,
java.lang.String title,
javax.swing.Icon icon)
shows a JInternalFrame on the Window in the hierarchy of the component supplied |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DialogHelper()
Method Detail |
---|
public static final void showDialog(java.awt.Component parent, java.awt.Container pane, java.lang.String title)
component
- Component, the component on which this object should be suppliedpublic static final void showInternalDialog(java.awt.Component parent, java.awt.Container pane, java.lang.String title, javax.swing.Icon icon)
component
- Component, the component on which this object should be suppliedpublic static final javax.swing.JDesktopPane getDesktopPane(java.awt.Component parent)
parent
- Component, the component to find the JDesktopPane for
public static final java.awt.Window getWindowPane(java.awt.Component parent)
parent
- Component, the component to find the Window for
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |