net.infonode.docking.internalutil
public class InternalDockingUtil extends Object
Version: $Revision: 1.27 $
| Field Summary | |
|---|---|
| static int | DEFAULT_BUTTON_ICON_SIZE |
| Method Summary | |
|---|---|
| static 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) |
Parameters: relativeToWindow the window the path is relative to windowPath the window path
Returns: the window located at windowPath