uic.pjava.widgets.tabbedpane
Class TabSelectionEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byuic.pjava.widgets.tabbedpane.TabSelectionEvent
All Implemented Interfaces:
Serializable

public class TabSelectionEvent
extends EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TabSelectionEvent(Object source, Object visibleComponent, int physicalTab, String selectedName, int[] visibleComponentNum)
          TabSelectionEvent constructor comment.
 
Method Summary
 int getPhysicalTab()
           
 String getSelectedName()
           
 Object getVisibleComponent()
           
 String toString()
           
 int[] visibleComponentNum()
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TabSelectionEvent

public TabSelectionEvent(Object source,
                         Object visibleComponent,
                         int physicalTab,
                         String selectedName,
                         int[] visibleComponentNum)
TabSelectionEvent constructor comment.

Parameters:
source - java.lang.Object
Method Detail

getPhysicalTab

public int getPhysicalTab()

getSelectedName

public String getSelectedName()

getVisibleComponent

public Object getVisibleComponent()

toString

public String toString()

visibleComponentNum

public int[] visibleComponentNum()


Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence