Class InternalDockingUtil
java.lang.Object
net.infonode.docking.internalutil.InternalDockingUtil
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addDebugMenuItems
(JPopupMenu menu, DockingWindow window) static void
addToRootWindow
(DockingWindow window, RootWindow rootWindow) static RootWindow
createInnerRootWindow
(View[] views) static void
dump
(DockingWindow window, Printer printer) static void
getViews
(DockingWindow window, ArrayList views) static DockingWindow
getWindow
(DockingWindow relativeToWindow, IntList windowPath) Returns the window located at windowPath.static IntList
getWindowPath
(DockingWindow window) static boolean
updateButtons
(ButtonInfo[] buttonInfos, AbstractButton[] buttons, Container container, DockingWindow window, PropertyMap map, Map changes)
-
Field Details
-
DEFAULT_BUTTON_ICON_SIZE
public static final int DEFAULT_BUTTON_ICON_SIZE- See Also:
-
-
Method Details
-
getViews
-
getWindowPath
-
getWindow
Returns the window located at windowPath.- Parameters:
relativeToWindow
- the window the path is relative towindowPath
- the window path- Returns:
- the window located at windowPath
-
addDebugMenuItems
-
dump
-
createInnerRootWindow
-
updateButtons
public static boolean updateButtons(ButtonInfo[] buttonInfos, AbstractButton[] buttons, Container container, DockingWindow window, PropertyMap map, Map changes) -
addToRootWindow
-