A B C D E F G H I J L M N O P R S T U V W

M

MAXIMIZED - Static variable in class com.javadocking.dockable.DockableState
This is the integer for the state when the dockable is maximized.
MaximizeHeader - Class in com.javadocking.component
The default header for a maximized dockable.
MaximizeHeader(Dockable, int) - Constructor for class com.javadocking.component.MaximizeHeader
Constructs a header for a maximized dockable.
MINIMIZE_ALL_ACTION - Static variable in class com.javadocking.dockable.action.DefaultPopupMenuFactory
The constant that defines that the minimize all action has to be added to the popup menu.
MINIMIZE_BAR - Static variable in class com.javadocking.dockable.DockingMode
The dockable can be docked in a horizontal or vertical minimize bar or in a minimize grid.
MINIMIZE_GRID - Static variable in class com.javadocking.dockable.DockingMode
The dockable can be docked in a minimze grid.
MINIMIZE_OTHERS_ACTION - Static variable in class com.javadocking.dockable.action.DefaultPopupMenuFactory
The constant that defines that the minimize others action has to be added to the popup menu.
MINIMIZED - Static variable in class com.javadocking.dockable.DockableState
This is the integer for the state when the dockable is minimized.
MinimizerPanel - Class in com.javadocking.visualizer
A visualizer that shows minimized dockables in a line in a panel.
MinimizerPanel() - Constructor for class com.javadocking.visualizer.MinimizerPanel
Constructs a visualizer that shows minimized dockables in a panel.
MinimizerPanel(int) - Constructor for class com.javadocking.visualizer.MinimizerPanel
Constructs a visualizer that shows minimized dockables in a panel.
MinimzeHeader - Class in com.javadocking.component
A header for a minimized dockable.
MinimzeHeader(Dockable, int) - Constructor for class com.javadocking.component.MinimzeHeader
Constructs a header for a dockable that is minimized.
MinimzeHeader(Dockable, int, ShowActionMode, ShowActionMode) - Constructor for class com.javadocking.component.MinimzeHeader
Constructs a header for a dockable that is docked in a tabbed pane.
MODE_GENERAL - Static variable in class com.javadocking.dock.BorderDock
When the border dock is set to this mode, the docking mode for dockables in child docks should have one of the folowing values: for Position.TOP: DockingMode.TOP, for Position.BOTTOM: DockingMode.BOTTOM, for Position.LEFT: DockingMode.LEFT, and for Position.RIGHT: DockingMode.RIGHT.
MODE_MINIMIZE_BAR - Static variable in class com.javadocking.dock.BorderDock
When the border dock is set to this mode, the docking mode for dockables in child docks should have one of the folowing values: for Position.TOP: DockingMode.HORIZONTAL_MINIMIZE, for Position.BOTTOM: DockingMode.HORIZONTAL_MINIMIZE, for Position.LEFT: DockingMode.VERTICAL_MINIMIZE, and for Position.RIGHT: DockingMode.VERTICAL_MINIMIZE.
MODE_TOOL_BAR - Static variable in class com.javadocking.dock.BorderDock
When the border dock is set to this mode, the docking mode for dockables in child docks should have one of the folowing values: for Position.TOP: DockingMode.HORIZONTAL_TOOLBAR, for Position.BOTTOM: DockingMode.HORIZONTAL_TOOLBAR, for Position.LEFT: DockingMode.VERTICAL_TOOLBAR, and for Position.RIGHT: DockingMode.VERTICAL_TOOLBAR.
mouseClicked(MouseEvent) - Method in class com.javadocking.drag.DefaultDragListener
 
mouseDragged(MouseEvent) - Method in class com.javadocking.drag.DefaultDragListener
 
mouseEntered(MouseEvent) - Method in class com.javadocking.drag.DefaultDragListener
 
mouseExited(MouseEvent) - Method in class com.javadocking.drag.DefaultDragListener
 
mouseMoved(MouseEvent) - Method in class com.javadocking.drag.DefaultDragListener
 
mousePressed(MouseEvent) - Method in class com.javadocking.drag.DefaultDragListener
 
mouseReleased(MouseEvent) - Method in class com.javadocking.drag.DefaultDragListener
 
moveDock(Dock, Point, Point) - Method in class com.javadocking.dock.FloatDock
Moves the given child dock to the new location.
moveDockable(Dockable, Point) - Method in class com.javadocking.dock.GridDock
 
moveDockable(Dockable, Point) - Method in interface com.javadocking.dock.LeafDock
Moves a dockable to a new position in this dock.
moveDockable(Dockable, Point) - Method in class com.javadocking.dock.LineDock
 
moveDockable(Dockable, Point) - Method in class com.javadocking.dock.SingleDock
 
moveDockable(Dockable, Point) - Method in class com.javadocking.dock.TabDock
 
moveExternalizedDockable(Dockable, Point, Point) - Method in interface com.javadocking.visualizer.Externalizer
 
moveExternalizedDockable(Dockable, Point, Point) - Method in class com.javadocking.visualizer.FloatExternalizer
Moves the externalized dockable in this float dock.

A B C D E F G H I J L M N O P R S T U V W