|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.viewmanagement.AEffect
de.cau.cs.kieler.viewmanagement.effects.TextualRepresentationEffect
public class TextualRepresentationEffect
Constructor Summary | |
---|---|
TextualRepresentationEffect()
default constructor, the effect is initalized here |
Method Summary | |
---|---|
void |
execute()
Abstract method to execute a specific effect. |
void |
setParameters(Object parameters)
Method to set the parameters of an effect. |
void |
setTarget(EditPart target)
Sets the target of the effect |
void |
undo()
Undo the effect. |
Methods inherited from class de.cau.cs.kieler.viewmanagement.AEffect |
---|
getAffectedObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextualRepresentationEffect()
Method Detail |
---|
public final void execute()
AEffect
execute
in class AEffect
public final void undo()
public final void setTarget(EditPart target)
setTarget
in class AEffect
target
- the targetpublic final void setParameters(Object parameters)
AEffect
setParameters
in class AEffect
parameters
- the parameters
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |