de.cau.cs.kieler.core.model.triggers
Class PartTrigger.EditorState
java.lang.Object
de.cau.cs.kieler.core.kivi.AbstractTriggerState
de.cau.cs.kieler.core.model.triggers.PartTrigger.PartState
de.cau.cs.kieler.core.model.triggers.PartTrigger.EditorState
- All Implemented Interfaces:
- ITriggerState, IPropertyHolder
- Enclosing class:
- PartTrigger
public static class PartTrigger.EditorState
- extends PartTrigger.PartState
A specialized PartTrigger.PartState
allowing to restrict the triggering of combinations sensible
to workbench part events.
- Rating

PartTrigger.EditorState
public PartTrigger.EditorState()
- Default constructor.
PartTrigger.EditorState
public PartTrigger.EditorState(IWorkbenchPart theCurrentActivePart,
IEditorPart theCurrentActiveEditorPart,
PartTrigger.EventType theEventType)
- Constructor delegating to the super constructor.
- Parameters:
theCurrentActivePart
- the currently active workbench part.theCurrentActiveEditorPart
- the currently active editor part.theEventType
- indicates the kind of the occurred event.