| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
oracle.dss.dataView.DataviewEvent
oracle.dss.dataView.ControllerEvent
oracle.dss.dataView.SizeEvent
public class SizeEvent
Event describing a component sizing.
| Field Summary | |
|---|---|
| static int | COMPONENT_SIZEDSized | 
| static int | COMPONENT_SIZINGSizing | 
| 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 | 
|---|
public static final int COMPONENT_SIZING
public static final int COMPONENT_SIZED
protected int id
| Constructor Detail | 
|---|
public SizeEvent(java.lang.Object source,
                 int ID,
                 ComponentHandle comp)
source - the event source| Method Detail | 
|---|
public int getID()
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||