| net.infonode.docking.DockingWindow net.infonode.docking.AbstractTabWindow
All known Subclasses: net.infonode.docking.WindowBar, net.infonode.docking.TabWindow,
AbstractTabWindow | abstract public class AbstractTabWindow extends DockingWindow (Code) | | Abstract base class for windows containing a tabbed panel.
author: $Author: jesper $ version: $Revision: 1.72 $ |
Method Summary | |
protected DropAction | acceptInteriorDrop(Point p, DockingWindow window) | public void | addTab(DockingWindow window) Adds a window tab last in this tab window. | public int | addTab(DockingWindow window, int index) Inserts a window tab at an index in this tab window. | protected int | addTabNoSelect(DockingWindow window, int index) | protected boolean | childInsideTab() | protected void | clearChildrenFocus(DockingWindow child, View view) | protected void | clearFocus(View view) | WindowTab | createGhostTab(DockingWindow window) | protected void | doRemoveWindow(DockingWindow window) | protected void | doReplace(DockingWindow oldWindow, DockingWindow newWindow) | public DockingWindow | getChildWindow(int index) | public int | getChildWindowCount() | final public java.util.List | getCustomTabAreaComponents()
Returns a list containing the custom tab area components. | public Icon | getIcon() | final protected boolean | getIgnoreSelected() | protected DockingWindow | getLocationWindow() | protected DockingWindow | getPreferredFocusChild() | public DockingWindow | getSelectedWindow() Returns the currently selected window in the tabbed panel. | protected int | getTabAreaComponentCount() | protected void | getTabAreaComponents(int index, JComponent[] components) | abstract public TabWindowProperties | getTabWindowProperties() Returns the properties for this tab window. | protected TabbedPanel | getTabbedPanel() | protected void | initMouseListener() | protected boolean | isChildShowingInRootWindow(DockingWindow child) | protected boolean | isInsideTabArea(Point p2) | protected DockingWindow | newRead(ObjectInputStream in, ReadContext context, ViewReader viewReader) | protected DockingWindow | oldRead(ObjectInputStream in, ReadContext context) | void | removeWindowComponent(DockingWindow window) | void | restoreWindowComponent(DockingWindow window) | void | setDraggedTabIndex(int index) | public void | setSelectedTab(int index) Selects the tab with the index. | protected void | setTabWindowProperties(TabWindowProperties properties) | protected void | showChildWindow(DockingWindow window) | protected boolean | showsWindowTitle() | protected void | tabSelected(WindowTab tab) | protected void | updateSelectedTab() | protected void | updateTabAreaComponents() | protected void | write(ObjectOutputStream out, WriteContext context, ViewWriter viewWriter) |
AbstractTabWindow | protected AbstractTabWindow(boolean showContent, WindowItem windowItem)(Code) | | |
addTab | public void addTab(DockingWindow window)(Code) | | Adds a window tab last in this tab window.
Parameters: window - the window |
addTab | public int addTab(DockingWindow window, int index)(Code) | | Inserts a window tab at an index in this tab window.
Parameters: window - the window Parameters: index - the index where to insert the tab the index of the added tab, this might not be the same asindex if the tab already is added to this tab window |
childInsideTab | protected boolean childInsideTab()(Code) | | |
clearFocus | protected void clearFocus(View view)(Code) | | |
getChildWindowCount | public int getChildWindowCount()(Code) | | |
getCustomTabAreaComponents | final public java.util.List getCustomTabAreaComponents()(Code) | |
Returns a list containing the custom tab area components. Changes to the
list will be propagated to the tab area.
The custom tab area components will between the scroll buttons and the
window buttons in the tab area components panel. The components are shown
in the same order as they appear in the list. The tab area components
container layout is rotated with the tab window tab orientation.
a list containing the custom tab area components, list elements areof type JComponent since: IDW 1.3.0 |
getIgnoreSelected | final protected boolean getIgnoreSelected()(Code) | | |
getSelectedWindow | public DockingWindow getSelectedWindow()(Code) | | Returns the currently selected window in the tabbed panel.
the currently selected window in the tabbed panel |
getTabAreaComponentCount | protected int getTabAreaComponentCount()(Code) | | |
getTabAreaComponents | protected void getTabAreaComponents(int index, JComponent[] components)(Code) | | |
getTabWindowProperties | abstract public TabWindowProperties getTabWindowProperties()(Code) | | Returns the properties for this tab window.
the properties for this tab window |
initMouseListener | protected void initMouseListener()(Code) | | |
isChildShowingInRootWindow | protected boolean isChildShowingInRootWindow(DockingWindow child)(Code) | | |
isInsideTabArea | protected boolean isInsideTabArea(Point p2)(Code) | | |
setDraggedTabIndex | void setDraggedTabIndex(int index)(Code) | | |
setSelectedTab | public void setSelectedTab(int index)(Code) | | Selects the tab with the index.
Parameters: index - the tab index |
showsWindowTitle | protected boolean showsWindowTitle()(Code) | | |
updateSelectedTab | protected void updateSelectedTab()(Code) | | |
updateTabAreaComponents | protected void updateTabAreaComponents()(Code) | | |
Methods inherited from net.infonode.docking.DockingWindow | protected DropAction acceptChildDrop(Point p, DockingWindow window)(Code)(Java Doc) DropAction acceptDrop(Point p, DockingWindow window)(Code)(Java Doc) protected DropAction acceptInteriorDrop(Point p, DockingWindow window)(Code)(Java Doc) protected DropAction acceptSplitDrop(Point p, DockingWindow window, int splitDistance)(Code)(Java Doc) protected boolean acceptsSplitWith(DockingWindow window)(Code)(Java Doc) public void addListener(DockingWindowListener listener)(Code)(Java Doc) public void addTabMouseButtonListener(MouseButtonListener listenerDocking)(Code)(Java Doc) final protected DockingWindow addWindow(DockingWindow window)(Code)(Java Doc) protected void addWindowItem(DockingWindow w, int index)(Code)(Java Doc) protected void afterWindowRemoved(DockingWindow window)(Code)(Java Doc) protected void beforeDrop(DockingWindow target) throws OperationAbortedException(Code)(Java Doc) protected static void beginOptimize(DockingWindow window)(Code)(Java Doc) protected static void beginUpdateModel()(Code)(Java Doc) void childGainedFocus(DockingWindow child, View view)(Code)(Java Doc) protected boolean childInsideTab()(Code)(Java Doc) protected void childRemoved(DockingWindow child)(Code)(Java Doc) protected void cleanUpModel()(Code)(Java Doc) protected void clearChildrenFocus(DockingWindow child, View view)(Code)(Java Doc) protected void clearFocus(View view)(Code)(Java Doc) public void close()(Code)(Java Doc) public void closeWithAbort() throws OperationAbortedException(Code)(Java Doc) abstract protected PropertyMap createPropertyObject()(Code)(Java Doc) protected DropAction createTabWindow(DockingWindow window)(Code)(Java Doc) final protected void detach()(Code)(Java Doc) protected DropAction doAcceptDrop(Point p, DockingWindow window)(Code)(Java Doc) abstract protected void doRemoveWindow(DockingWindow window)(Code)(Java Doc) abstract protected void doReplace(DockingWindow oldWindow, DockingWindow newWindow)(Code)(Java Doc) public void dock()(Code)(Java Doc) public void dockWithAbort() throws OperationAbortedException(Code)(Java Doc) protected static void endOptimize()(Code)(Java Doc) protected static void endUpdateModel()(Code)(Java Doc) void fireTabWindowMouseButtonEvent(MouseEvent event)(Code)(Java Doc) void fireTabWindowMouseButtonEvent(DockingWindow window, MouseEvent event)(Code)(Java Doc) protected void fireTitleChanged()(Code)(Java Doc) protected void fireViewFocusChanged(View previouslyFocusedView, View focusedView)(Code)(Java Doc) void fireWindowDocked(DockingWindow window, DockingWindow[] oldAncestors)(Code)(Java Doc) void fireWindowDocked(ArrayList dockedViews)(Code)(Java Doc) void fireWindowDocking(DockingWindow window) throws OperationAbortedException(Code)(Java Doc) protected void fireWindowHidden(DockingWindow window)(Code)(Java Doc) void fireWindowMaximized(DockingWindow window)(Code)(Java Doc) void fireWindowMaximizing(DockingWindow window) throws OperationAbortedException(Code)(Java Doc) void fireWindowMinimized(DockingWindow window, DockingWindow[] oldAncestors)(Code)(Java Doc) void fireWindowMinimizing(DockingWindow window) throws OperationAbortedException(Code)(Java Doc) void fireWindowRestored(DockingWindow window)(Code)(Java Doc) void fireWindowRestoring(DockingWindow window) throws OperationAbortedException(Code)(Java Doc) protected void fireWindowShown(DockingWindow window)(Code)(Java Doc) void fireWindowUndocked(DockingWindow window, DockingWindow[] oldAncestors)(Code)(Java Doc) void fireWindowUndocking(DockingWindow window) throws OperationAbortedException(Code)(Java Doc) protected DockingWindow[] getAncestors()(Code)(Java Doc) protected DockingWindow getBestFittedWindow(DockingWindow parentWindow)(Code)(Java Doc) DropFilter getChildDropFilter()(Code)(Java Doc) protected int getChildEdgeDepth(DockingWindow window, Direction dir)(Code)(Java Doc) abstract public DockingWindow getChildWindow(int index)(Code)(Java Doc) abstract public int getChildWindowCount()(Code)(Java Doc) public int getChildWindowIndex(DockingWindow window)(Code)(Java Doc) protected DockingWindow getContentWindow(DockingWindow parent)(Code)(Java Doc) DropAction getDefaultDropAction()(Code)(Java Doc) protected int getEdgeDepth(Direction dir)(Code)(Java Doc) abstract public Icon getIcon()(Code)(Java Doc) DropFilter getInsertTabDropFilter()(Code)(Java Doc) DropFilter getInteriorDropFilter()(Code)(Java Doc) public DockingWindow getLastFocusedChildWindow()(Code)(Java Doc) protected DockingWindow getLocationWindow()(Code)(Java Doc) protected DockingWindow getOptimizedWindow()(Code)(Java Doc) public WindowPopupMenuFactory getPopupMenuFactory()(Code)(Java Doc) protected DockingWindow getPreferredFocusChild()(Code)(Java Doc) public Direction getPreferredMinimizeDirection()(Code)(Java Doc) abstract protected PropertyMap getPropertyObject()(Code)(Java Doc) public RootWindow getRootWindow()(Code)(Java Doc) DropFilter getSplitDropFilter()(Code)(Java Doc) WindowTab getTab()(Code)(Java Doc) public String getTitle()(Code)(Java Doc) protected boolean getUpdateModel()(Code)(Java Doc) protected WindowItem getWindowItem()(Code)(Java Doc) public DockingWindow getWindowParent()(Code)(Java Doc) public DockingWindowProperties getWindowProperties()(Code)(Java Doc) protected boolean hasParent(DockingWindow w)(Code)(Java Doc) protected void init()(Code)(Java Doc) protected boolean insideTab()(Code)(Java Doc) protected void internalClose()(Code)(Java Doc) protected DockingWindow internalReplaceChildWindow(DockingWindow oldWindow, DockingWindow newWindow)(Code)(Java Doc) protected boolean isChildShowingInRootWindow(DockingWindow child)(Code)(Java Doc) public boolean isClosable()(Code)(Java Doc) public boolean isDockable()(Code)(Java Doc) public boolean isMaximizable()(Code)(Java Doc) public boolean isMaximized()(Code)(Java Doc) public boolean isMinimizable()(Code)(Java Doc) public boolean isMinimized()(Code)(Java Doc) public boolean isRestorable()(Code)(Java Doc) protected boolean isShowingInRootWindow()(Code)(Java Doc) public boolean isUndockable()(Code)(Java Doc) public boolean isUndocked()(Code)(Java Doc) public void makeVisible()(Code)(Java Doc) final public void maximize()(Code)(Java Doc) public void maximizeWithAbort() throws OperationAbortedException(Code)(Java Doc) public void minimize()(Code)(Java Doc) public void minimize(Direction direction)(Code)(Java Doc) public void minimizeWithAbort() throws OperationAbortedException(Code)(Java Doc) public void minimizeWithAbort(Direction direction) throws OperationAbortedException(Code)(Java Doc) protected boolean needsTitleWindow()(Code)(Java Doc) protected void notifyListeners(WindowAncestors ancestors)(Code)(Java Doc) protected DockingWindow oldRead(ObjectInputStream in, ReadContext context) throws IOException(Code)(Java Doc) protected static void optimizeAfter(DockingWindow window, Runnable runnable)(Code)(Java Doc) protected void optimizeWindowLayout()(Code)(Java Doc) final protected void readLocations(ObjectInputStream in, RootWindow rootWindow, int version) throws IOException(Code)(Java Doc) final protected void removeChildWindow(DockingWindow window)(Code)(Java Doc) public void removeListener(DockingWindowListener listener)(Code)(Java Doc) public void removeTabMouseButtonListener(MouseButtonListener listenerDocking)(Code)(Java Doc) final protected void removeWindow(DockingWindow window)(Code)(Java Doc) abstract void removeWindowComponent(DockingWindow window)(Code)(Java Doc) public void replaceChildWindow(DockingWindow oldWindow, DockingWindow newWindow)(Code)(Java Doc) public void restore()(Code)(Java Doc) public void restoreFocus()(Code)(Java Doc) abstract void restoreWindowComponent(DockingWindow window)(Code)(Java Doc) public void restoreWithAbort() throws OperationAbortedException(Code)(Java Doc) protected void rootChanged(RootWindow oldRoot, RootWindow newRoot)(Code)(Java Doc) protected void setFocused(boolean focused)(Code)(Java Doc) protected void setLastMinimizedDirection(Direction direction)(Code)(Java Doc) public void setPopupMenuFactory(WindowPopupMenuFactory popupMenuFactory)(Code)(Java Doc) public void setPreferredMinimizeDirection(Direction direction)(Code)(Java Doc) protected void showChildWindow(DockingWindow window)(Code)(Java Doc) void showPopupMenu(MouseEvent event)(Code)(Java Doc) protected boolean showsWindowTitle()(Code)(Java Doc) public SplitWindow split(DockingWindow splitWithWindow, Direction direction, float dividerLocation)(Code)(Java Doc) protected DropAction split(DockingWindow window, Direction splitDir)(Code)(Java Doc) public DockingWindowDragger startDrag(RootWindow dropTarget)(Code)(Java Doc) protected WindowAncestors storeAncestors()(Code)(Java Doc) public String toString()(Code)(Java Doc) public FloatingWindow undock(Point location)(Code)(Java Doc) public FloatingWindow undockWithAbort(Point location) throws OperationAbortedException(Code)(Java Doc) abstract protected void update()(Code)(Java Doc) protected void updateButtonVisibility()(Code)(Java Doc) protected void updateWindowItem(RootWindow rootWindow)(Code)(Java Doc) final protected void updateWindowItems()(Code)(Java Doc) protected void write(ObjectOutputStream out, WriteContext context, ViewWriter viewWriter) throws IOException(Code)(Java Doc) protected void writeLocations(ObjectOutputStream out) throws IOException(Code)(Java Doc)
|
|
|