|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.eclipse.birt.chart.event.ChartEvent
org.eclipse.birt.chart.event.StructureChangeEvent
public final class StructureChangeEvent
A event type indicates a structure change.
| Field Summary | |
|---|---|
static int |
AFTER
|
static int |
BEFORE
|
static int |
UNDEFINED
|
| Constructor Summary | |
|---|---|
StructureChangeEvent(java.lang.Object source)
The constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getEventName(boolean bStripType)
Returns the event name. |
int |
getEventType()
A convenience method provided to indicate if the event occurs before the start of a structure definition or after the end of a structure definition. |
void |
reset()
Resets the inner state of current event. |
void |
setEventName(java.lang.String sEventName)
Sets the event name. |
| Methods inherited from class org.eclipse.birt.chart.event.ChartEvent |
|---|
setSourceObject |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int UNDEFINED
public static final int BEFORE
public static final int AFTER
| Constructor Detail |
|---|
public StructureChangeEvent(java.lang.Object source)
| Method Detail |
|---|
public final java.lang.String getEventName(boolean bStripType)
bStripType - Specifies if the name if striped.
public final void setEventName(java.lang.String sEventName)
sEventName - This must include the 'before' or 'after' prefix as defined by
each of the constants in IStructureDefinitionpublic final int getEventType()
public void reset()
ChartEvent
reset in class ChartEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||