|
||||||||||
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.CompartmentExpandEffect
public class CompartmentExpandEffect
Effect that expands all compartments that are expandable, starting from the given object and searching through all its children as well.
Constructor Summary | |
---|---|
CompartmentExpandEffect()
Default constructor of the expand effect. |
Method Summary | |
---|---|
void |
execute()
Abstract method to execute a specific effect. |
void |
getResizeableCompartments(IFigure f,
List<IFigure> resizableFigures)
Method to search for resizeable compartments. |
void |
setTarget(EditPart target)
Sets the target of 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 CompartmentExpandEffect()
Method Detail |
---|
public final void execute()
AEffect
execute
in class AEffect
public final void getResizeableCompartments(IFigure f, List<IFigure> resizableFigures)
f
- the initial figure to be examinedresizableFigures
- list of resizeable compartmentspublic 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 |