Package de.cau.cs.kieler.core.model.triggers

A collections of general triggers independent of any concrete tooling.

See:
          Description

Class Summary
DiagramTrigger A Trigger for supported diagrams.
DiagramTrigger.DiagramState A TriggerState that contains a diagram that can be processed with the KIELER View Management.
PartTrigger A part trigger that fires trigger states if the active part has been switched.
PartTrigger.EditorState A specialized PartTrigger.PartState allowing to restrict the triggering of combinations sensible to workbench part events.
PartTrigger.PartState Trigger states containing information of the current active work bench part.
ReInitDiagramDoneTrigger This trigger is used for notifying that a diagram reinitialization has finished.
ReInitDiagramTriggerState The state for triggers on the diagram reinitialization.
SelectionTrigger Listens for selection and deselection of graphical elements.
SelectionTrigger.DiagramSelectionState Contains the currently selected EObjects.
SelectionTrigger.EObjectSelectionState Contains the currently selected EObjects.
SelectionTrigger.SelectionState A general selection trigger state.
 

Enum Summary
PartTrigger.EventType Possible EventTypes PartStates are indicating.
 

Package de.cau.cs.kieler.core.model.triggers Description

A collections of general triggers independent of any concrete tooling.