public class JInternalFrameExtensions extends Object
JInternalFrameExtensions.| Constructor and Description |
|---|
JInternalFrameExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addComponentToFrame(JInternalFrame internalFrame,
Component component)
Adds the given
Component object to the given JInternalFrame object. |
static void |
addJInternalFrame(JDesktopPane desktopPane,
JInternalFrame internalFrame)
Adds the given
JInternalFrame to the given JDesktopPane and bring it to the
front. |
static void |
addViewToFrame(JInternalFrame internalFrame,
View<?,?> view)
Adds the given
View object to the given JInternalFrame object. |
static void |
setViewAndControllerForJInternalFrame(JInternalFrame internalFrame,
View<?,?> view)
Deprecated.
use instead
addViewToFrame(JInternalFrame, View) |
@Deprecated public static void setViewAndControllerForJInternalFrame(JInternalFrame internalFrame, View<?,?> view)
addViewToFrame(JInternalFrame, View)View object to the given JInternalFrame object.internalFrame - the JInternalFrame object.view - the View object to add.public static void addViewToFrame(JInternalFrame internalFrame, View<?,?> view)
View object to the given JInternalFrame object.internalFrame - the JInternalFrame object.view - the View object to addpublic static void addComponentToFrame(JInternalFrame internalFrame, Component component)
Component object to the given JInternalFrame object.internalFrame - the JInternalFrame object.component - the Component object to addpublic static void addJInternalFrame(JDesktopPane desktopPane, JInternalFrame internalFrame)
JInternalFrame to the given JDesktopPane and bring it to the
front.desktopPane - the desktop paneinternalFrame - the internal frameCopyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.