JavaTM 2 Platform
Standard Ed. 6

javax.swing.plaf.basic
類別 BasicToolBarUI.ToolBarContListener

java.lang.Object
  繼承者 javax.swing.plaf.basic.BasicToolBarUI.ToolBarContListener
所有已實作的介面:
ContainerListener, EventListener
直接已知子類別:
MetalToolBarUI.MetalContainerListener
正在封閉類別:
BasicToolBarUI

protected class BasicToolBarUI.ToolBarContListener
extends Object
implements ContainerListener


建構子摘要
protected BasicToolBarUI.ToolBarContListener()
           
 
方法摘要
 void componentAdded(ContainerEvent e)
          已將元件添加到容器中時調用。
 void componentRemoved(ContainerEvent e)
          已從容器中移除元件時調用。
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

建構子詳細資訊

BasicToolBarUI.ToolBarContListener

protected BasicToolBarUI.ToolBarContListener()
方法詳細資訊

componentAdded

public void componentAdded(ContainerEvent e)
從介面 ContainerListener 複製的描述
已將元件添加到容器中時調用。

指定者:
介面 ContainerListener 中的 componentAdded

componentRemoved

public void componentRemoved(ContainerEvent e)
從介面 ContainerListener 複製的描述
已從容器中移除元件時調用。

指定者:
介面 ContainerListener 中的 componentRemoved

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only