java.lang.Object
java.awt.event.WindowAdapter
de.grogra.docking.DockManager
- All Implemented Interfaces:
DragGestureListener,WindowFocusListener,WindowListener,WindowStateListener,EventListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidDockable[]createFloatingWindow(Dockable dockable) Dockable[]dispose()voiddragFrame(JComponent f, int newX, int newY) voidvoidvoidDockable[]getDockables(DockableFilter filter) static DockContainervoidvoidsetLayout(FloatingWindow window) voidvoidsupply(LayoutConsumer lc) voidwrap(DockComponent c, boolean wrap) Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
-
Field Details
-
RES_BUNDLE
-
-
Constructor Details
-
DockManager
-
-
Method Details
-
setLayout
-
setLayout
-
supply
-
wrap
-
getDockParent
-
windowClosing
- Specified by:
windowClosingin interfaceWindowListener- Overrides:
windowClosingin classWindowAdapter
-
createFloatingWindow
-
hideFloatingWindows
public void hideFloatingWindows() -
showFloatingWindows
public void showFloatingWindows() -
select
-
floatDockable
-
closeDockable
-
dispose
-
closeDockables
-
getDockables
-
beginDraggingFrame
-
dragFrame
-
endDraggingFrame
-
dragGestureRecognized
- Specified by:
dragGestureRecognizedin interfaceDragGestureListener
-