Package de.cau.cs.kieler.core.kivi

Base package of the KIELER View Management.

See:
          Description

Interface Summary
ICombination A combination connects triggers and effects, it receives a set of events from triggers and determines which effects need to be executed.
IEffect An effect executes some type of view management action, usually a visual change of the graphical model.
IEffectCompound Interface to handle compound effects.
ITrigger A trigger listens to editor events and informs the view management about these.
ITriggerListener An interface for listeners of ITriggerState changes.
ITriggerState Holds the state for a specific trigger.
 

Class Summary
AbstractCombination Abstract base implementation for combinations.
AbstractEffect Abstract base implementation for effects.
AbstractTrigger Abstract base implementation for triggers.
AbstractTriggerState Base implementation for trigger states.
CombinationDescriptor A container for extension point descriptions.
CombinationParameter<T> Describes a parameter of a combination.
KiVi Core controller for the view management.
KiViPlugin The activator class controls the plug-in life cycle.
UndoEffect Takes another effect and performs undo when executed.
UnlockEffect A simple effect that unlocks a given Object.
 

Package de.cau.cs.kieler.core.kivi Description

Base package of the KIELER View Management.