oracle.ide.controls
Class TabbedWindowEvent
java.lang.Object
  
java.util.EventObject
      
oracle.ide.controls.TabbedWindowEvent
- All Implemented Interfaces: 
 - java.io.Serializable
 
public class TabbedWindowEvent
- extends java.util.EventObject
 
A TabbedWindowEvent class.
 
 The DividerEvent contains the information passed to the
 DividerListener about how much the divider has moved and in what direction.
 
- See Also:
 - Serialized Form
 
 
| Fields inherited from class java.util.EventObject | 
source | 
 
| 
Constructor Summary | 
TabbedWindowEvent(java.lang.Object source,
                  java.lang.Object data)
 
            | 
 
| 
Method Summary | 
 java.lang.Object | 
getData()
 
            | 
 
| Methods inherited from class java.util.EventObject | 
getSource, toString | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
TabbedWindowEvent
public TabbedWindowEvent(java.lang.Object source,
                         java.lang.Object data)
getData
public java.lang.Object getData()
 
Copyright © 1997, 2010, Oracle. All rights reserved.