public class RootWindowItem extends WindowItem
emptyProperties| Constructor and Description |
|---|
RootWindowItem() |
RootWindowItem(RootWindowItem windowItem) |
| Modifier and Type | Method and Description |
|---|---|
WindowItem |
copy() |
protected PropertyMap |
createPropertyObject() |
protected DockingWindow |
createWindow(ViewReader viewReader,
java.util.ArrayList childWindows) |
protected PropertyMap |
getPropertyObject() |
RootWindowItem |
getRootItem() |
RootWindowProperties |
getRootWindowProperties() |
boolean |
isRestoreWindow() |
addWindow, addWindow, cleanUp, clearWindows, getChildWindowContaining, getConnectedWindow, getDockingWindowProperties, getFirstChildWindow, getFirstWindow, getInsideDockingWindow, getLastMinimizedDirection, getParent, getParentDockingWindowProperties, getTopItem, getVisibleDockingWindow, getWindow, getWindowCount, getWindowIndex, hasAncestor, read, readChildWindows, readSettings, removeAll, removeWindow, removeWindowRefs, replaceWith, setConnectedWindow, setLastMinimizedDirection, setParentDockingWindowProperties, toString, write, writeSettingspublic RootWindowItem()
public RootWindowItem(RootWindowItem windowItem)
protected PropertyMap createPropertyObject()
protected PropertyMap getPropertyObject()
getPropertyObject in class WindowItempublic RootWindowProperties getRootWindowProperties()
public boolean isRestoreWindow()
isRestoreWindow in class WindowItemprotected DockingWindow createWindow(ViewReader viewReader, java.util.ArrayList childWindows)
createWindow in class WindowItempublic RootWindowItem getRootItem()
getRootItem in class WindowItempublic WindowItem copy()
copy in class WindowItem