|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.viewmanagement.ACombination
de.cau.cs.kieler.viewmanagement.combination.ManualLayoutCombination
public class ManualLayoutCombination
haf: added Zoom to fit effect
Constructor Summary | |
---|---|
ManualLayoutCombination()
|
Method Summary | |
---|---|
boolean |
evaluate(TriggerEventObject triggerEvent)
Evaluates a trigger event |
void |
execute()
Executes the combination by starting the effect |
List<ATrigger> |
getTriggers()
Returns the list of triggers |
void |
undoEffects()
Undo the last effect, this is unused because the 'undo' is done by the layout command framework |
Methods inherited from class de.cau.cs.kieler.viewmanagement.ACombination |
---|
finalize, getEditPart, getRootEPAsParent, initialize, isActive, notifyTrigger, resetHashedEditParts, setActive, translateToEditPart |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ManualLayoutCombination()
Method Detail |
---|
public boolean evaluate(TriggerEventObject triggerEvent)
evaluate
in class ACombination
triggerEvent
- delivered by a trigger, contains necessary information for the combination
public void execute()
execute
in class ACombination
public List<ATrigger> getTriggers()
getTriggers
in class ACombination
public void undoEffects()
undoEffects
in class ACombination
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |