站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Class org.netbeans.swing.tabcontrol.event.ComplexListDataEvent (Tab Control) - NetBeans API Javadoc (Current Development Version)

org.netbeans.swing.tabcontrol 1.8

Uses of Class
org.netbeans.swing.tabcontrol.event.ComplexListDataEvent

Packages that use ComplexListDataEvent
org.netbeans.swing.tabcontrol.event   
org.netbeans.swing.tabcontrol.plaf   
 

Uses of ComplexListDataEvent in org.netbeans.swing.tabcontrol.event
 

Subclasses of ComplexListDataEvent in org.netbeans.swing.tabcontrol.event
 class VeryComplexListDataEvent
          Event which provides granular data on setTabs() events which may contain arbitrary differences, moves, additions and removals of array contents (or no changes at all).
 

Methods in org.netbeans.swing.tabcontrol.event with parameters of type ComplexListDataEvent
 void ComplexListDataListener.indicesAdded(ComplexListDataEvent e)
          Elements have been added at the indices specified by the event's getIndices() value
 void ComplexListDataListener.indicesChanged(ComplexListDataEvent e)
          Elements have been changed at the indices specified by the event's getIndices() value.
 void ComplexListDataListener.indicesRemoved(ComplexListDataEvent e)
          Elements have been removed at the indices specified by the event's getIndices() value
 

Uses of ComplexListDataEvent in org.netbeans.swing.tabcontrol.plaf
 

Methods in org.netbeans.swing.tabcontrol.plaf with parameters of type ComplexListDataEvent
 void DefaultTabbedContainerUI.ModelListener.indicesAdded(ComplexListDataEvent e)
           
 void BasicTabDisplayerUI.BasicModelListener.indicesAdded(ComplexListDataEvent e)
           
 void AbstractTabDisplayerUI.ModelListener.indicesAdded(ComplexListDataEvent e)
          No-op implementation
 void DefaultTabbedContainerUI.ModelListener.indicesChanged(ComplexListDataEvent e)
           
 void BasicTabDisplayerUI.BasicModelListener.indicesChanged(ComplexListDataEvent e)
           
 void AbstractTabDisplayerUI.ModelListener.indicesChanged(ComplexListDataEvent e)
          No-op implementation
 void DefaultTabbedContainerUI.ModelListener.indicesRemoved(ComplexListDataEvent e)
           
 void BasicTabDisplayerUI.BasicModelListener.indicesRemoved(ComplexListDataEvent e)
           
 void AbstractTabDisplayerUI.ModelListener.indicesRemoved(ComplexListDataEvent e)
          No-op implementation
 


org.netbeans.swing.tabcontrol 1.8

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.