Java プラットフォーム 1.2

javax.swing.plaf.metal
クラス 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

ToolBarUI の Metal Look & Feel による実装です。この実装は、ビューとコントローラを一体化したものです。


内部クラスの概要
protected  class MetalToolBarUI.MetalContainerListener
           
protected  class MetalToolBarUI.MetalDockingListener
           
protected  class MetalToolBarUI.MetalRolloverListener
           
 
クラス javax.swing.plaf.basic.BasicToolBarUI から継承した内部クラス
BasicToolBarUI.DockingListener, BasicToolBarUI.DragWindow, BasicToolBarUI.FrameListener, BasicToolBarUI.PropertyListener, BasicToolBarUI.ToolBarContListener, BasicToolBarUI.ToolBarFocusListener
 
フィールドの概要
protected  ContainerListener contListener
           
protected  PropertyChangeListener rolloverListener
           
 
クラス javax.swing.plaf.basic.BasicToolBarUI から継承したフィールド
dockingBorderColor, dockingColor, dockingListener, downKey, dragWindow, floatingBorderColor, floatingColor, focusedCompIndex, leftKey, propertyListener, rightKey, toolBar, toolBarContListener, toolBarFocusListener, upKey
 
コンストラクタの概要
MetalToolBarUI()
           
 
メソッドの概要
protected  ContainerListener createContainerListener()
           
protected  MouseInputListener createDockingListener()
           
protected  PropertyChangeListener createRolloverListener()
           
static ComponentUI createUI(JComponent c)
           
protected  void installListeners()
           
protected  void installNonRolloverBorders(JComponent c)
           
protected  void installNormalBorders(JComponent c)
           
protected  void installRolloverBorders(JComponent c)
           
 void installUI(JComponent c)
           
 boolean isRolloverBorders()
           
protected  void setBorderToNonRollover(Component c)
           
protected  void setBorderToNormal(Component c)
           
protected  void setBorderToRollover(Component c)
           
protected  void setDragOffset(Point p)
           
 void setRolloverBorders(boolean rollover)
           
protected  void uninstallListeners()
           
 void uninstallUI(JComponent c)
           
 
クラス 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
 
クラス javax.swing.plaf.ComponentUI から継承したメソッド
contains, getAccessibleChild, getAccessibleChildrenCount, paint, update
 
クラス 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)
オーバーライド:
クラス BasicToolBarUI 内の installUI

uninstallUI

public void uninstallUI(JComponent c)
オーバーライド:
クラス BasicToolBarUI 内の uninstallUI

installListeners

protected void installListeners()
オーバーライド:
クラス BasicToolBarUI 内の installListeners

uninstallListeners

protected void uninstallListeners()
オーバーライド:
クラス BasicToolBarUI 内の uninstallListeners

createContainerListener

protected ContainerListener createContainerListener()

createRolloverListener

protected PropertyChangeListener createRolloverListener()

createDockingListener

protected MouseInputListener createDockingListener()
オーバーライド:
クラス BasicToolBarUI 内の createDockingListener

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)

Java プラットフォーム 1.2

バグや機能要求の報告
新しい javadoc の表示についてのコメントやご提案
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.