edu.washington.cs.supple.wlib.awt
Class TabSelectionEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byedu.washington.cs.supple.wlib.awt.TabSelectionEvent
All Implemented Interfaces:
java.io.Serializable

public class TabSelectionEvent
extends java.util.EventObject

Use this code at your own risk! MageLang Institute is not responsible for any damage caused directly or indirectly through use of this code.

SOFTWARE RIGHTS

TabSplitter, version 2.0, Scott Stanchfield, MageLang Institute

We reserve no legal rights to this code--it is fully in the public domain. An individual or company may do whatever they wish with source code distributed with it, including including the incorporation of it into commerical software.

However, this code cannot be sold as a standalone product.

We encourage users to develop software with this code. However, we do ask that credit is given to us for developing it By "credit", we mean that if you use these components or incorporate any source code into one of your programs (commercial product, research project, or otherwise) that you acknowledge this fact somewhere in the documentation, research report, etc... If you like these components and have developed a nice tool with the output, please mention that you developed it using these components. In addition, we ask that the headers remain intact in our source code. As long as these guidelines are kept, we expect to continue enhancing this system and expect to make other tools available as they are completed.

The MageLang Support Classes Gang:

Version:
TabSplitter 2.0, MageLang Insitute, Jan 18, 1998
Author:
Scott Stanchfield, MageLang Institute
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TabSelectionEvent(java.lang.Object source, java.lang.Object visibleComponent, int physicalTab, java.lang.String selectedName, int[] visibleComponentNum)
          TabSelectionEvent constructor comment.
 
Method Summary
 int getPhysicalTab()
           
 java.lang.String getSelectedName()
           
 java.lang.Object getVisibleComponent()
           
 java.lang.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(java.lang.Object source,
                         java.lang.Object visibleComponent,
                         int physicalTab,
                         java.lang.String selectedName,
                         int[] visibleComponentNum)
TabSelectionEvent constructor comment.

Parameters:
source - java.lang.Object
Method Detail

getPhysicalTab

public int getPhysicalTab()

getSelectedName

public java.lang.String getSelectedName()

getVisibleComponent

public java.lang.Object getVisibleComponent()

toString

public java.lang.String toString()

visibleComponentNum

public int[] visibleComponentNum()