|
||||||||||
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.FilterEffect
public class FilterEffect
The filter effect hides the affected object.
Constructor Summary | |
---|---|
FilterEffect()
default constructor, nothing to be done here |
Method Summary | |
---|---|
void |
execute()
executes the filter 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, setParameters |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilterEffect()
Method Detail |
---|
public final void execute()
execute
in class AEffect
public final void undo()
public final void setTarget(EditPart target)
setTarget
in class AEffect
target
- the target
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |