public class JInternalFrameExtensions extends Object
JInternalFrameExtensions.| Constructor and Description |
|---|
JInternalFrameExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addJInternalFrame(JDesktopPane desktopPane,
JInternalFrame internalFrame)
Adds the given
JInternalFrame to the given JDesktopPane and bring it to the front. |
static void |
setViewAndControllerForJInternalFrame(JInternalFrame internalFrame,
View<?,?> view)
Sets the view and controller for j internal frame.
|
public static void setViewAndControllerForJInternalFrame(JInternalFrame internalFrame, View<?,?> view)
internalFrame - the internal frameview - the viewpublic 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–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.