Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.2.0)

E17492-03


oracle.dss.dataView
Class SizeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.dss.dataView.DataviewEvent
          extended by oracle.dss.dataView.ControllerEvent
              extended by oracle.dss.dataView.SizeEvent

All Implemented Interfaces:
java.io.Serializable

public class SizeEvent
extends ControllerEvent

Event describing a component sizing.

See Also:
Serialized Form

Field Summary
static int COMPONENT_SIZED
          Sized
static int COMPONENT_SIZING
          Sizing
protected  int id
           

 

Fields inherited from class oracle.dss.dataView.ControllerEvent
component

 

Fields inherited from class oracle.dss.dataView.DataviewEvent
consumed

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
SizeEvent(java.lang.Object source, int ID, ComponentHandle comp)
          Class constructor.

 

Method Summary
 int getID()
          Return the ID of the event.

 

Methods inherited from class oracle.dss.dataView.ControllerEvent
getComponentHandle

 

Methods inherited from class oracle.dss.dataView.DataviewEvent
consume, isConsumed

 

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

 

Field Detail

COMPONENT_SIZING

public static final int COMPONENT_SIZING
Sizing
See Also:
Constant Field Values

COMPONENT_SIZED

public static final int COMPONENT_SIZED
Sized
See Also:
Constant Field Values

id

protected int id
For internal use only. Application developers should not use this
ID of event

Constructor Detail

SizeEvent

public SizeEvent(java.lang.Object source,
                 int ID,
                 ComponentHandle comp)
Class constructor.
Parameters:
source - the event source

Method Detail

getID

public int getID()
Return the ID of the event.
Returns:
ID number of event

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.2.0)

E17492-03


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