|
Extension SDK 10.1.2 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.EventObject
oracle.ide.composite.CompositeFileElementEvent
An event class which indicates that the internal state of composite file elements may have changed.
| Field Summary | |
static int |
COMPOSITE_STATE_CHANGED
This event indicates that composite file element states may have changed. |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
CompositeFileElementEvent(Element[] compositeElements,
int id)
Constructs a CompositeFileElementEvent object. |
|
| Method Summary | |
Element[] |
getCompositeElements()
Gets the composite element instances for the event. |
int |
getID()
Gets the event type. |
| 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 COMPOSITE_STATE_CHANGED
| Constructor Detail |
public CompositeFileElementEvent(Element[] compositeElements,
int id)
CompositeFileElementEvent object.
compositeElements - the composite element instances for the event.id - the event type.| Method Detail |
public int getID()
public Element[] getCompositeElements()
|
Extension SDK | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2004, Oracle. All rights reserved.