Extension SDK 10.1.2

oracle.ide.controls
Class TabbedWindowEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byoracle.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

Field Summary
 
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
 

Constructor Detail

TabbedWindowEvent

public TabbedWindowEvent(java.lang.Object source,
                         java.lang.Object data)
Method Detail

getData

public java.lang.Object getData()

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.