|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.EventObject
edu.washington.cs.supple.wlib.awt.TabSelectionEvent
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:
| 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 |
public TabSelectionEvent(java.lang.Object source,
java.lang.Object visibleComponent,
int physicalTab,
java.lang.String selectedName,
int[] visibleComponentNum)
source - java.lang.Object| Method Detail |
public int getPhysicalTab()
public java.lang.String getSelectedName()
public java.lang.Object getVisibleComponent()
public java.lang.String toString()
public int[] visibleComponentNum()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||