|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.util.EventObject
com.essbase.eas.essbase.ui.outline.event.EditEvent
com.essbase.eas.essbase.ui.outline.event.MultipleDTSEvent
public class MultipleDTSEvent
| Field Summary | |
|---|---|
protected DynamicTimeSeries[] |
dtsArray |
| Fields inherited from class com.essbase.eas.essbase.ui.outline.event.EditEvent |
|---|
fClearAllData, fRestructure, fTransparent, fUndoable, id, representation, when |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
protected |
MultipleDTSEvent() |
protected |
MultipleDTSEvent(Representation r, boolean undoable, boolean transparent, DynamicTimeSeries[] dtsArray) |
| Method Summary | |
|---|---|
void |
dispose() |
DynamicTimeSeries[] |
getDTSArray() |
DynamicTimeSeries |
getDTSFor(int index) |
| Methods inherited from class com.essbase.eas.essbase.ui.outline.event.EditEvent |
|---|
clearRestructureFlag, getID, getRepresentation, getTransactionLabel, getUndoLabel, getWhenOccured, isClearAllDataTriggered, isRestructureTriggered, isTransparent, isUndoable, performUndo |
| 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 |
|---|
protected DynamicTimeSeries[] dtsArray
| Constructor Detail |
|---|
protected MultipleDTSEvent()
protected MultipleDTSEvent(Representation r,
boolean undoable,
boolean transparent,
DynamicTimeSeries[] dtsArray)
| Method Detail |
|---|
public DynamicTimeSeries getDTSFor(int index)
public DynamicTimeSeries[] getDTSArray()
public void dispose()
dispose in class EditEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||