Uses of Class
javax.swing.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
Modifier and TypeFieldDescriptionprotected JToolBar
BasicToolBarUI.DockingListener.toolBar
The instance ofJToolBar
.protected JToolBar
BasicToolBarUI.toolBar
The instance ofJToolBar
.Modifier and TypeMethodDescriptionprotected BasicToolBarUI.DragWindow
BasicToolBarUI.createDragWindow
(JToolBar toolbar) Returns an instance ofDragWindow
.protected JFrame
BasicToolBarUI.createFloatingFrame
(JToolBar toolbar) Deprecated, for removal: This API element is subject to removal in a future version.protected RootPaneContainer
BasicToolBarUI.createFloatingWindow
(JToolBar toolbar) Creates a window which contains the toolbar after it has been dragged out from its containerModifierConstructorDescriptionConstructs a new instance ofDockingListener
. -
Uses of JToolBar in javax.swing.plaf.metal
ModifierConstructorDescriptionConstructs theMetalDockingListener
.
BasicToolBarUI.createFloatingWindow(JToolBar)
be used instead