java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ToolBarUI
javax.swing.plaf.basic.BasicToolBarUI
- All Implemented Interfaces:
- SwingConstants
- Direct Known Subclasses:
- MetalToolBarUI,- SynthToolBarUI
A Basic L&F implementation of ToolBarUI.  This implementation
 is a "combined" view/controller.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionclassThis class should be treated as a "protected" inner class.protected classThe window which appears during dragging theJToolBar.protected classThe class listens for window events.protected classThe class listens for property changed events.protected classThe class listens for component events.protected classThe class listens for focus events.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected StringThe layout before floating.protected ColorThe color of the docking border.protected ColorThe background color of the docking border.protected MouseInputListenerThe instance of aMouseInputListener.protected KeyStrokeDeprecated.As of Java 2 platform v1.3.protected BasicToolBarUI.DragWindowThe instance ofDragWindow.protected ColorThe color of the not docking border.protected ColorThe background color of the not docking border.protected intThe index of the focused component.protected KeyStrokeDeprecated.As of Java 2 platform v1.3.protected PropertyChangeListenerThe instance of aPropertyChangeListener.protected KeyStrokeDeprecated.As of Java 2 platform v1.3.protected JToolBarThe instance ofJToolBar.protected ContainerListenerThe instance of aContainerListener.protected FocusListenerThe instance of aFocusListener.protected KeyStrokeDeprecated.As of Java 2 platform v1.3.Fields declared in interface javax.swing.SwingConstantsBOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturnstrueif theJToolBarcan dock at the given position.protected MouseInputListenerReturns an instance ofMouseInputListener.protected BasicToolBarUI.DragWindowcreateDragWindow(JToolBar toolbar) Returns an instance ofDragWindow.protected JFramecreateFloatingFrame(JToolBar toolbar) Deprecated, for removal: This API element is subject to removal in a future version.It is recommended thatcreateFloatingWindow(JToolBar)be used insteadprotected RootPaneContainercreateFloatingWindow(JToolBar toolbar) Creates a window which contains the toolbar after it has been dragged out from its containerprotected WindowListenerConstructs a new instance ofWindowListener.protected BorderCreates the non rollover border for toolbar components.protected PropertyChangeListenerReturns an instance ofPropertyChangeListener.protected BorderCreates a rollover border for toolbar components.protected ContainerListenerReturns an instance ofContainerListener.protected FocusListenerReturns an instance ofFocusListener.static ComponentUIConstructs a new instance ofBasicToolBarUI.protected voidThe method is used to dragDragWindowduring theJToolBaris being dragged.protected voidThe method is called at end of dragging to place the frame in either its original place or in its floating frame.Gets the color displayed when over a docking areaGets the color displayed when over a floating areaprotected BorderReturns a non-rollover border for the button.protected BorderReturns a rollover border for the button.protected voidRegisters components.protected voidInstalls default properties.protected voidRegisters keyboard actions.protected voidRegisters listeners.protected voidInstalls non-rollover borders on all the child components of the JComponent.protected voidInstalls normal borders on all the child components of the JComponent.protected voidInstalls rollover borders on all the child components of the JComponent.booleanReturnstrueif theJToolBaris floatingbooleanReturns a flag to determine whether rollover button borders are enabled.protected voidnavigateFocusedComp(int direction) Navigates the focused component.protected voidPaints the contents of the window used for dragging.protected voidSets the border of the component to have a non-rollover border which was created by thecreateNonRolloverBorder()method.protected voidSets the border of the component to have a normal border.protected voidSets the border of the component to have a rollover border which was created by thecreateRolloverBorder()method.voidSets the color displayed when over a docking areavoidsetFloating(boolean b, Point p) Sets the floating property.voidSets the color displayed when over a floating areavoidsetFloatingLocation(int x, int y) Sets the floating location.voidsetOrientation(int orientation) Sets the tool bar's orientation.voidsetRolloverBorders(boolean rollover) Sets the flag for enabling rollover borders on the toolbar and it will also install the appropriate border depending on the state of the flag.protected voidUnregisters components.protected voidUninstalls default properties.protected voidUnregisters keyboard actions.protected voidUnregisters listeners.Methods declared in class javax.swing.plaf.ComponentUIcontains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
- 
Field Details- 
toolBarThe instance ofJToolBar.
- 
dragWindowThe instance ofDragWindow.
- 
focusedCompIndexprotected int focusedCompIndexThe index of the focused component.
- 
dockingColorThe background color of the docking border.
- 
floatingColorThe background color of the not docking border.
- 
dockingBorderColorThe color of the docking border.
- 
floatingBorderColorThe color of the not docking border.
- 
dockingListenerThe instance of aMouseInputListener.
- 
propertyListenerThe instance of aPropertyChangeListener.
- 
toolBarContListenerThe instance of aContainerListener.
- 
toolBarFocusListenerThe instance of aFocusListener.
- 
constraintBeforeFloatingThe layout before floating.
- 
upKeyDeprecated.As of Java 2 platform v1.3.As of Java 2 platform v1.3 this previously undocumented field is no longer used. Key bindings are now defined by the LookAndFeel, please refer to the key bindings specification for further details.
- 
downKeyDeprecated.As of Java 2 platform v1.3.As of Java 2 platform v1.3 this previously undocumented field is no longer used. Key bindings are now defined by the LookAndFeel, please refer to the key bindings specification for further details.
- 
leftKeyDeprecated.As of Java 2 platform v1.3.As of Java 2 platform v1.3 this previously undocumented field is no longer used. Key bindings are now defined by the LookAndFeel, please refer to the key bindings specification for further details.
- 
rightKeyDeprecated.As of Java 2 platform v1.3.As of Java 2 platform v1.3 this previously undocumented field is no longer used. Key bindings are now defined by the LookAndFeel, please refer to the key bindings specification for further details.
 
- 
- 
Constructor Details- 
BasicToolBarUIpublic BasicToolBarUI()Constructs aBasicToolBarUI.
 
- 
- 
Method Details- 
createUIConstructs a new instance ofBasicToolBarUI.- Parameters:
- c- a component
- Returns:
- a new instance of BasicToolBarUI
 
- 
installDefaultsprotected void installDefaults()Installs default properties.
- 
uninstallDefaultsprotected void uninstallDefaults()Uninstalls default properties.
- 
installComponentsprotected void installComponents()Registers components.
- 
uninstallComponentsprotected void uninstallComponents()Unregisters components.
- 
installListenersprotected void installListeners()Registers listeners.
- 
uninstallListenersprotected void uninstallListeners()Unregisters listeners.
- 
installKeyboardActionsprotected void installKeyboardActions()Registers keyboard actions.
- 
uninstallKeyboardActionsprotected void uninstallKeyboardActions()Unregisters keyboard actions.
- 
createRolloverBorderCreates a rollover border for toolbar components. The rollover border will be installed if rollover borders are enabled.Override this method to provide an alternate rollover border. - Returns:
- a rollover border for toolbar components
- Since:
- 1.4
 
- 
createNonRolloverBorderCreates the non rollover border for toolbar components. This border will be installed as the border for components added to the toolbar if rollover borders are not enabled.Override this method to provide an alternate rollover border. - Returns:
- the non rollover border for toolbar components
- Since:
- 1.4
 
- 
createFloatingFrameDeprecated, for removal: This API element is subject to removal in a future version.It is recommended thatcreateFloatingWindow(JToolBar)be used insteadNo longer used, use BasicToolBarUI.createFloatingWindow(JToolBar)- Parameters:
- toolbar- an instance of- JToolBar
- Returns:
- an instance of JFrame
- See Also:
 
- 
createFloatingWindowCreates a window which contains the toolbar after it has been dragged out from its container- Parameters:
- toolbar- an instance of- JToolBar
- Returns:
- a RootPaneContainerobject, containing the toolbar
- Since:
- 1.4
 
- 
createDragWindowReturns an instance ofDragWindow.- Parameters:
- toolbar- an instance of- JToolBar
- Returns:
- an instance of DragWindow
 
- 
isRolloverBorderspublic boolean isRolloverBorders()Returns a flag to determine whether rollover button borders are enabled.- Returns:
- true if rollover borders are enabled; false otherwise
- Since:
- 1.4
- See Also:
 
- 
setRolloverBorderspublic void setRolloverBorders(boolean rollover) Sets the flag for enabling rollover borders on the toolbar and it will also install the appropriate border depending on the state of the flag.- Parameters:
- rollover- if true, rollover borders are installed. Otherwise non-rollover borders are installed
- Since:
- 1.4
- See Also:
 
- 
installRolloverBordersInstalls rollover borders on all the child components of the JComponent.This is a convenience method to call setBorderToRolloverfor each child component.- Parameters:
- c- container which holds the child components (usually a JToolBar)
- Since:
- 1.4
- See Also:
 
- 
installNonRolloverBordersInstalls non-rollover borders on all the child components of the JComponent. A non-rollover border is the border that is installed on the child component while it is in the toolbar.This is a convenience method to call setBorderToNonRolloverfor each child component.- Parameters:
- c- container which holds the child components (usually a JToolBar)
- Since:
- 1.4
- See Also:
 
- 
installNormalBordersInstalls normal borders on all the child components of the JComponent. A normal border is the original border that was installed on the child component before it was added to the toolbar.This is a convenience method to call setBorderNormalfor each child component.- Parameters:
- c- container which holds the child components (usually a JToolBar)
- Since:
- 1.4
- See Also:
 
- 
setBorderToRolloverSets the border of the component to have a rollover border which was created by thecreateRolloverBorder()method.- Parameters:
- c- component which will have a rollover border installed
- Since:
- 1.4
- See Also:
 
- 
getRolloverBorderReturns a rollover border for the button.- Parameters:
- b- the button to calculate the rollover border for
- Returns:
- the rollover border
- Since:
- 1.6
- See Also:
 
- 
setBorderToNonRolloverSets the border of the component to have a non-rollover border which was created by thecreateNonRolloverBorder()method.- Parameters:
- c- component which will have a non-rollover border installed
- Since:
- 1.4
- See Also:
 
- 
getNonRolloverBorderReturns a non-rollover border for the button.- Parameters:
- b- the button to calculate the non-rollover border for
- Returns:
- the non-rollover border
- Since:
- 1.6
- See Also:
 
- 
setBorderToNormalSets the border of the component to have a normal border. A normal border is the original border that was installed on the child component before it was added to the toolbar.- Parameters:
- c- component which will have a normal border re-installed
- Since:
- 1.4
- See Also:
 
- 
setFloatingLocationpublic void setFloatingLocation(int x, int y) Sets the floating location.- Parameters:
- x- an X coordinate
- y- an Y coordinate
 
- 
isFloatingpublic boolean isFloating()Returnstrueif theJToolBaris floating- Returns:
- trueif the- JToolBaris floating
 
- 
setFloatingSets the floating property.- Parameters:
- b-- trueif the- JToolBaris floating
- p- the position
 
- 
setOrientationpublic void setOrientation(int orientation) Sets the tool bar's orientation.- Parameters:
- orientation- the new orientation
 
- 
getDockingColorGets the color displayed when over a docking area- Returns:
- the color displayed when over a docking area
 
- 
setDockingColorSets the color displayed when over a docking area- Parameters:
- c- the new color
 
- 
getFloatingColorGets the color displayed when over a floating area- Returns:
- the color displayed when over a floating area
 
- 
setFloatingColorSets the color displayed when over a floating area- Parameters:
- c- the new color
 
- 
canDockReturnstrueif theJToolBarcan dock at the given position.- Parameters:
- c- a component
- p- a position
- Returns:
- trueif the- JToolBarcan dock at the given position
 
- 
dragToThe method is used to dragDragWindowduring theJToolBaris being dragged.- Parameters:
- position- the relative to the- JTollBarposition
- origin- the screen position of- JToolBarbefore dragging
 
- 
floatAtThe method is called at end of dragging to place the frame in either its original place or in its floating frame.- Parameters:
- position- the relative to the- JTollBarposition
- origin- the screen position of- JToolBarbefore dragging
 
- 
createToolBarContListenerReturns an instance ofContainerListener.- Returns:
- an instance of ContainerListener
 
- 
createToolBarFocusListenerReturns an instance ofFocusListener.- Returns:
- an instance of FocusListener
 
- 
createPropertyListenerReturns an instance ofPropertyChangeListener.- Returns:
- an instance of PropertyChangeListener
 
- 
createDockingListenerReturns an instance ofMouseInputListener.- Returns:
- an instance of MouseInputListener
 
- 
createFrameListenerConstructs a new instance ofWindowListener.- Returns:
- a new instance of WindowListener
 
- 
paintDragWindowPaints the contents of the window used for dragging.- Parameters:
- g- Graphics to paint to.
- Throws:
- NullPointerException- is- gis null
- Since:
- 1.5
 
 
-