javax.swing.plaf.metal
Class MetalToolBarUI
java.lang.Object
|
+--javax.swing.plaf.ComponentUI
|
+--javax.swing.plaf.ToolBarUI
|
+--javax.swing.plaf.basic.BasicToolBarUI
|
+--javax.swing.plaf.metal.MetalToolBarUI
- public class MetalToolBarUI
- extends BasicToolBarUI
A Metal Look and Feel implementation of ToolBarUI. This implementation
is a "combined" view/controller.
Fields inherited from class javax.swing.plaf.basic.BasicToolBarUI |
dockingBorderColor,
dockingColor,
dockingListener,
downKey,
dragWindow,
floatingBorderColor,
floatingColor,
focusedCompIndex,
leftKey,
propertyListener,
rightKey,
toolBar,
toolBarContListener,
toolBarFocusListener,
upKey |
Methods inherited from class javax.swing.plaf.basic.BasicToolBarUI |
canDock,
createDragWindow,
createFloatingFrame,
createFrameListener,
createPropertyListener,
createToolBarContListener,
createToolBarFocusListener,
dragTo,
floatAt,
getDockingColor,
getFloatingColor,
getMaximumSize,
getMinimumSize,
getPreferredSize,
installComponents,
installDefaults,
installKeyboardActions,
isFloating,
navigateFocusedComp,
setDockingColor,
setFloating,
setFloatingColor,
setFloatingLocation,
setOrientation,
uninstallComponents,
uninstallDefaults,
uninstallKeyboardActions |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
contListener
protected ContainerListener contListener
rolloverListener
protected PropertyChangeListener rolloverListener
MetalToolBarUI
public MetalToolBarUI()
createUI
public static ComponentUI createUI(JComponent c)
installUI
public void installUI(JComponent c)
- Overrides:
- installUI in class BasicToolBarUI
uninstallUI
public void uninstallUI(JComponent c)
- Overrides:
- uninstallUI in class BasicToolBarUI
installListeners
protected void installListeners()
- Overrides:
- installListeners in class BasicToolBarUI
uninstallListeners
protected void uninstallListeners()
- Overrides:
- uninstallListeners in class BasicToolBarUI
createContainerListener
protected ContainerListener createContainerListener()
createRolloverListener
protected PropertyChangeListener createRolloverListener()
createDockingListener
protected MouseInputListener createDockingListener()
- Overrides:
- createDockingListener in class BasicToolBarUI
setDragOffset
protected void setDragOffset(Point p)
isRolloverBorders
public boolean isRolloverBorders()
setRolloverBorders
public void setRolloverBorders(boolean rollover)
installRolloverBorders
protected void installRolloverBorders(JComponent c)
installNonRolloverBorders
protected void installNonRolloverBorders(JComponent c)
installNormalBorders
protected void installNormalBorders(JComponent c)
setBorderToRollover
protected void setBorderToRollover(Component c)
setBorderToNonRollover
protected void setBorderToNonRollover(Component c)
setBorderToNormal
protected void setBorderToNormal(Component c)
Submit a bug or feature Version 1.2 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.