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

M

MAXIMIZE_BUTTON_PROPERTIES - Static variable in class net.infonode.docking.properties.TabWindowProperties
The maximize button property values.
MAXIMIZE_BUTTON_PROPERTIES - Static variable in class net.infonode.docking.properties.ViewTitleBarStateProperties
The minimize button property values.
MAXIMIZE_ENABLED - Static variable in class net.infonode.docking.properties.DockingWindowProperties
Enables/disables window maximize by the user.
MAXIMIZE_RESTORE - Static variable in class net.infonode.docking.action.StateDependentWindowAction
If the window is maximized or minimized it is restored, otherwise it is maximized.
MAXIMIZE_RESTORE_WITH_ABORT - Static variable in class net.infonode.docking.action.StateDependentWindowAction
If the window is maximized or minimized it is restored, otherwise it is maximized.
MIDDLE_BUTTON_CLOSE_LISTENER - Static variable in class net.infonode.docking.mouse.DockingWindowActionMouseButtonListener
A listener that closes a window when its tab is clicked with the middle mouse button.
MINIMIZE_BUTTON_PROPERTIES - Static variable in class net.infonode.docking.properties.TabWindowProperties
The minimize button property values.
MINIMIZE_BUTTON_PROPERTIES - Static variable in class net.infonode.docking.properties.ViewTitleBarStateProperties
The minimize button property values.
MINIMIZE_BUTTON_PROPERTIES - Static variable in class net.infonode.docking.properties.WindowTabStateProperties
The minimize button property values.
MINIMIZE_ENABLED - Static variable in class net.infonode.docking.properties.DockingWindowProperties
Enables/disables window minimize by the user.
MINIMUM_SIZE_PROVIDER - Static variable in class net.infonode.docking.properties.ViewTitleBarProperties
Title bar minimum size property
MINIMUM_SIZE_PROVIDER - Static variable in class net.infonode.tabbedpanel.titledtab.TitledTabProperties
Tab minimum size property
MINIMUM_WIDTH - Static variable in class net.infonode.docking.properties.WindowBarProperties
The minimum width of the window bar.
MORE_THAN_ONE_TAB - Static variable in class net.infonode.tabbedpanel.TabAreaVisiblePolicy
More than one visible policy.
MORE_THAN_ONE_TAB - Static variable in class net.infonode.tabbedpanel.TabDropDownListVisiblePolicy
More than one tab list policy.
MOUSE_PRESS - Static variable in class net.infonode.tabbedpanel.TabSelectTrigger
Mouse press select trigger.
MOUSE_RELEASE - Static variable in class net.infonode.tabbedpanel.TabSelectTrigger
Mouse release select trigger.
MaximizeWindowAction - class net.infonode.docking.action.MaximizeWindowAction.
Maximizes a TabWindow.
MaximizeWithAbortWindowAction - class net.infonode.docking.action.MaximizeWithAbortWindowAction.
Maximizes a TabWindow.
MinimizeWithAbortWindowAction - class net.infonode.docking.action.MinimizeWithAbortWindowAction.
Minimizes a window.
MixedViewHandler - class net.infonode.docking.util.MixedViewHandler.
The mixed view map simplifies mixing static and dynamic views inside the same root window.
MixedViewHandler(AbstractViewMap, ViewSerializer) - Constructor for class net.infonode.docking.util.MixedViewHandler
Constructor.
MouseButtonListener - interface net.infonode.gui.mouse.MouseButtonListener.
A listener for mouse button events, ie press, release and click.
makeVisible() - Method in class net.infonode.docking.DockingWindow
Makes this window visible.
maximize() - Method in class net.infonode.docking.DockingWindow
Maximizes this window in its root window or in its floating window.
maximizeWithAbort() - Method in class net.infonode.docking.DockingWindow
Same as DockingWindow.maximize(), but the DockingWindowListener.windowMaximized(DockingWindow) method of the window listeners will be called before maximizing the window, giving them the possibility to abort the maximize operation.
minimize() - Method in class net.infonode.docking.DockingWindow
Minimizes this window.
minimize(Direction) - Method in class net.infonode.docking.DockingWindow
Minimizes this window to a WindowBarlocated in direction.
minimize() - Method in class net.infonode.docking.FloatingWindow
Floating window cannot be minimized
minimize(Direction) - Method in class net.infonode.docking.FloatingWindow
Floating window cannot be minimized
minimizeWithAbort() - Method in class net.infonode.docking.DockingWindow
Same as DockingWindow.minimize(), but the DockingWindowListener.windowMinimizing(DockingWindow) method of the window listeners will be called before minimizing the window, giving them the possibility to abort the minimize operation.
minimizeWithAbort(Direction) - Method in class net.infonode.docking.DockingWindow
Same as DockingWindow.minimize(Direction), but the DockingWindowListener.windowMinimizing(DockingWindow) method of the window listeners will be called before minimizing the window, giving them the possibility to abort the minimize operation.
mouseButtonEvent(MouseEvent) - Method in class net.infonode.docking.mouse.DockingWindowActionMouseButtonListener
 
mouseButtonEvent(MouseEvent) - Method in interface net.infonode.gui.mouse.MouseButtonListener
A mouse button event occured.
mouseEntered(HoverEvent) - Method in class net.infonode.docking.TabWindowHoverAction
 
mouseEntered(HoverEvent) - Method in class net.infonode.gui.hover.CompoundHoverListener
 
mouseEntered(HoverEvent) - Method in interface net.infonode.gui.hover.HoverListener
Called when the mouse enters the hoverable component
mouseEntered(HoverEvent) - Method in class net.infonode.tabbedpanel.hover.TabbedPanelHoverAction
 
mouseEntered(HoverEvent) - Method in class net.infonode.tabbedpanel.hover.TabbedPanelTitledTabHoverAction
 
mouseEntered(HoverEvent) - Method in class net.infonode.tabbedpanel.hover.TitledTabDelayedMouseExitHoverAction
 
mouseEntered(HoverEvent) - Method in class net.infonode.tabbedpanel.hover.TitledTabHoverAction
 
mouseEntered(HoverEvent) - Method in class net.infonode.tabbedpanel.hover.TitledTabTabbedPanelHoverAction
 
mouseExited(HoverEvent) - Method in class net.infonode.docking.TabWindowHoverAction
 
mouseExited(HoverEvent) - Method in class net.infonode.gui.hover.CompoundHoverListener
 
mouseExited(HoverEvent) - Method in interface net.infonode.gui.hover.HoverListener
Called when the mouse exits the hoverable component
mouseExited(HoverEvent) - Method in class net.infonode.tabbedpanel.hover.TabbedPanelHoverAction
 
mouseExited(HoverEvent) - Method in class net.infonode.tabbedpanel.hover.TabbedPanelTitledTabHoverAction
 
mouseExited(HoverEvent) - Method in class net.infonode.tabbedpanel.hover.TitledTabDelayedMouseExitHoverAction
 
mouseExited(HoverEvent) - Method in class net.infonode.tabbedpanel.hover.TitledTabHoverAction
 
mouseExited(HoverEvent) - Method in class net.infonode.tabbedpanel.hover.TitledTabTabbedPanelHoverAction
 
moveTab(Tab, Point) - Method in class net.infonode.tabbedpanel.TabbedPanel
Move tab to point p.

A B C D E F G H I L M N O P R S T U V W
Copyright © 2007 NNL Technology AB. All Rights Reserved.