|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IEffect | |
---|---|
de.cau.cs.kieler.core.kivi | |
de.cau.cs.kieler.core.kivi.internal | |
de.cau.cs.kieler.core.kivi.triggers | |
de.cau.cs.kieler.core.model.effects | Effects for the KIELER View Management. |
de.cau.cs.kieler.kiml.grana.handlers | Handlers for the GRANA user interface. |
de.cau.cs.kieler.kiml.ui.layout | Classes with generic implementations to apply layout to GMF diagrams. |
de.cau.cs.kieler.synccharts.kivi |
Uses of IEffect in de.cau.cs.kieler.core.kivi |
---|
Classes in de.cau.cs.kieler.core.kivi that implement IEffect | |
---|---|
class |
AbstractEffect
Abstract base implementation for effects. |
class |
UndoEffect
Takes another effect and performs undo when executed. |
Methods in de.cau.cs.kieler.core.kivi that return IEffect | |
---|---|
IEffect |
UndoEffect.getEffect()
Get the effect that is supposed to be undone. |
IEffect |
AbstractEffect.merge(IEffect otherEffect)
Merge this effect with another effect. |
IEffect |
IEffect.merge(IEffect otherEffect)
Merge this effect with another effect. |
IEffect |
UndoEffect.merge(IEffect otherEffect)
Merge this effect with another effect. |
Methods in de.cau.cs.kieler.core.kivi that return types with arguments of type IEffect | |
---|---|
List<IEffect> |
AbstractCombination.trigger(ITriggerState triggerState)
Trigger the execution of this combination. |
List<IEffect> |
ICombination.trigger(ITriggerState triggerState)
Trigger the execution of this combination. |
Methods in de.cau.cs.kieler.core.kivi with parameters of type IEffect | |
---|---|
void |
KiVi.executeEffect(IEffect effect)
Tell the view management to execute an effect. |
IEffect |
AbstractEffect.merge(IEffect otherEffect)
Merge this effect with another effect. |
IEffect |
IEffect.merge(IEffect otherEffect)
Merge this effect with another effect. |
IEffect |
UndoEffect.merge(IEffect otherEffect)
Merge this effect with another effect. |
protected void |
AbstractCombination.schedule(IEffect effect)
Schedule an effect for execution, performs merging against all other effects scheduled during this execution before actually executing the effect. |
void |
KiVi.undoEffect(IEffect effect)
Undo an effect. |
Constructors in de.cau.cs.kieler.core.kivi with parameters of type IEffect | |
---|---|
UndoEffect(IEffect e)
Create a new undo effect. |
Uses of IEffect in de.cau.cs.kieler.core.kivi.internal |
---|
Methods in de.cau.cs.kieler.core.kivi.internal with parameters of type IEffect | |
---|---|
void |
EffectsWorker.enqueueEffect(IEffect effect)
Enqueue a single effect for execution. |
void |
IEffectsListener.executedEffect(IEffect effect)
Called after an effect has been executed. |
void |
EffectsWorker.undoEffect(IEffect effect)
Undo a single effect. |
Uses of IEffect in de.cau.cs.kieler.core.kivi.triggers |
---|
Classes in de.cau.cs.kieler.core.kivi.triggers with type parameters of type IEffect | |
---|---|
static class |
EffectTrigger.EffectTriggerState<Effect extends IEffect>
The trigger state for recently executed effects. |
Methods in de.cau.cs.kieler.core.kivi.triggers with parameters of type IEffect | |
---|---|
void |
EffectTrigger.executedEffect(IEffect effect)
Called after an effect has been executed. |
Uses of IEffect in de.cau.cs.kieler.core.model.effects |
---|
Classes in de.cau.cs.kieler.core.model.effects that implement IEffect | |
---|---|
class |
CompartmentCollapseExpandEffect
This Effect collapses or expands compartments. |
class |
HighlightEffect
A simple transient highlighting effect. |
Methods in de.cau.cs.kieler.core.model.effects that return IEffect | |
---|---|
IEffect |
CompartmentCollapseExpandEffect.merge(IEffect otherEffect)
|
IEffect |
HighlightEffect.merge(IEffect other)
|
Methods in de.cau.cs.kieler.core.model.effects with parameters of type IEffect | |
---|---|
IEffect |
CompartmentCollapseExpandEffect.merge(IEffect otherEffect)
|
IEffect |
HighlightEffect.merge(IEffect other)
|
Uses of IEffect in de.cau.cs.kieler.kiml.grana.handlers |
---|
Classes in de.cau.cs.kieler.kiml.grana.handlers that implement IEffect | |
---|---|
class |
AnalysisEffect
A view management effect for graph analysis. |
Uses of IEffect in de.cau.cs.kieler.kiml.ui.layout |
---|
Classes in de.cau.cs.kieler.kiml.ui.layout that implement IEffect | |
---|---|
class |
LayoutEffect
Performs automatic layout on a diagram editor for a given selection. |
class |
SetOptionsEffect
An effect that sets layout options for a specific element. |
Methods in de.cau.cs.kieler.kiml.ui.layout that return IEffect | |
---|---|
IEffect |
LayoutEffect.merge(IEffect otherEffect)
Merge this effect with another effect. |
Methods in de.cau.cs.kieler.kiml.ui.layout with parameters of type IEffect | |
---|---|
IEffect |
LayoutEffect.merge(IEffect otherEffect)
Merge this effect with another effect. |
Uses of IEffect in de.cau.cs.kieler.synccharts.kivi |
---|
Classes in de.cau.cs.kieler.synccharts.kivi that implement IEffect | |
---|---|
class |
ArrowEffect
Draws a transient arrow from source to target edit part. |
Methods in de.cau.cs.kieler.synccharts.kivi that return IEffect | |
---|---|
IEffect |
ArrowEffect.merge(IEffect other)
|
Methods in de.cau.cs.kieler.synccharts.kivi with parameters of type IEffect | |
---|---|
IEffect |
ArrowEffect.merge(IEffect other)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |