javax.swing.plaf.basic
Class BasicToolBarUIjava.lang.Object | +--javax.swing.plaf.ComponentUI | +--javax.swing.plaf.ToolBarUI | +--javax.swing.plaf.basic.BasicToolBarUI
- All Implemented Interfaces:
- SwingConstants
- Direct Known Subclasses:
- MetalToolBarUI
- public class BasicToolBarUI
- extends ToolBarUI
- implements SwingConstants
A Basic L&F implementation of ToolBarUI. This implementation is a "combined" view/controller.
Nested Class Summary
class BasicToolBarUI.DockingListener
This inner class is marked "public" due to a compiler bug.protected class BasicToolBarUI.DragWindow
protected class BasicToolBarUI.FrameListener
protected class BasicToolBarUI.PropertyListener
protected class BasicToolBarUI.ToolBarContListener
protected class BasicToolBarUI.ToolBarFocusListener
Field Summary
protected String constraintBeforeFloating
protected Color dockingBorderColor
protected Color dockingColor
protected MouseInputListener dockingListener
protected KeyStroke downKey
Deprecated. As of Java 2 platform v1.3.protected BasicToolBarUI.DragWindow dragWindow
protected Color floatingBorderColor
protected Color floatingColor
protected int focusedCompIndex
protected KeyStroke leftKey
Deprecated. As of Java 2 platform v1.3.protected PropertyChangeListener propertyListener
protected KeyStroke rightKey
Deprecated. As of Java 2 platform v1.3.protect