Uses of Class
javax.swing.JToolBar
Packages that use JToolBar
Package
Description
Provides user interface objects built according to the Basic look and feel.
Provides user interface objects built according to the Java look and feel
(once codenamed Metal), which is the default look and feel.
-
Uses of JToolBar in javax.swing.plaf.basic
Fields in javax.swing.plaf.basic declared as JToolBarModifier and TypeFieldDescriptionprotected JToolBar
BasicToolBarUI.DockingListener.toolBar
The instance ofJToolBar
.protected JToolBar
BasicToolBarUI.toolBar
The instance ofJToolBar
.Methods in javax.swing.plaf.basic with parameters of type JToolBarModifier and TypeMethodDescriptionprotected BasicToolBarUI.DragWindow
BasicToolBarUI.createDragWindow
(JToolBar toolbar) Returns an instance ofDragWindow
.protected JFrame
BasicToolBarUI.createFloatingFrame
(JToolBar toolbar) Deprecated.protected RootPaneContainer
BasicToolBarUI.createFloatingWindow
(JToolBar toolbar) Creates a window which contains the toolbar after it has been dragged out from its containerConstructors in javax.swing.plaf.basic with parameters of type JToolBarModifierConstructorDescriptionConstructs a new instance ofDockingListener
. -
Uses of JToolBar in javax.swing.plaf.metal
Constructors in javax.swing.plaf.metal with parameters of type JToolBarModifierConstructorDescriptionConstructs theMetalDockingListener
.
BasicToolBarUI.createFloatingWindow(JToolBar)
be used instead