Uses of Interface
de.cau.cs.kieler.core.kivi.ITriggerListener

Packages that use ITriggerListener
de.cau.cs.kieler.core.kivi Base package of the KIELER View Management. 
de.cau.cs.kieler.core.kivi.menu Menu contribution service classes for the View Management. 
de.cau.cs.kieler.core.kivi.test Test cases for the View Management. 
de.cau.cs.kieler.core.model.gmf.combinations GMF-Specific view management combinations. 
de.cau.cs.kieler.core.model.graphiti Base Package of the Graphiti utility plugin. 
de.cau.cs.kieler.kies.transformation.kivi Contains classes for executing an Esterel to SyncCharts transformation (by using KiVi). 
de.cau.cs.kieler.kiml.gmf.combinations   
de.cau.cs.kieler.kiml.grana.handlers Handlers for the GRANA user interface. 
de.cau.cs.kieler.kiml.ui.diagram Generic API for layout of graphical diagrams. 
de.cau.cs.kieler.ksbase.ui.kivi   
de.cau.cs.kieler.synccharts.diagram.custom General classes that depend on the synccharts diagram editor. 
de.cau.cs.kieler.synccharts.kivi View Management classes for SyncCharts. 
de.cau.cs.kieler.uml2.kivi   
 

Uses of ITriggerListener in de.cau.cs.kieler.core.kivi
 

Subinterfaces of ITriggerListener in de.cau.cs.kieler.core.kivi
 interface ICombination
          A combination connects triggers and effects, it receives a set of events from triggers and determines which effects need to be executed.
 

Classes in de.cau.cs.kieler.core.kivi that implement ITriggerListener
 class AbstractCombination
          Abstract base implementation for combinations.
 

Uses of ITriggerListener in de.cau.cs.kieler.core.kivi.menu
 

Classes in de.cau.cs.kieler.core.kivi.menu that implement ITriggerListener
 class KiviMenuContributionDemoCombination
          A simple demo Combination for using Buttons in KIELER View Management (KiVi).
 

Uses of ITriggerListener in de.cau.cs.kieler.core.kivi.test
 

Classes in de.cau.cs.kieler.core.kivi.test that implement ITriggerListener
 class TestCombinationA
          Simple test combination that uses some triggers and executes effects
 class TestCombinationB
          Simple test combination that uses some triggers and executes effects
 class TestCombinationEffectsTrigger
          A combination that takes an effect as a trigger parameter.
 class TestCombinationEffectsTrigger2
          A combination that takes an effect as a trigger parameter.
 class TestCombinationManyExecutes
          A Combination with multiple executes with disjoint parameters.
 class TestCombinationNoExecute
          Empty test Combination that has no execute method.
 class TestCombinationOverlappingParameters
          Simple test combination that has overlapping parameters.
 class TestCombinationSpammer
          Test spamming of trigger states while using slow effects.
 class TestCombinationSpammerSynchronized
          Test spamming of trigger states while using slow effects.
 class TestCombinationTwoEffects
          Combination with two effect triggers, which is actually not allowed.
 class TestCombinationUndo
          A combination that explicitly calls undoOldEffects.
 class TestCombinationWrongParameterType
          Test combination with an execute method which has no expected type, i.e.
 

Uses of ITriggerListener in de.cau.cs.kieler.core.model.gmf.combinations
 

Classes in de.cau.cs.kieler.core.model.gmf.combinations that implement ITriggerListener
 class ShowHierarchyCombination
          Color the levels of hierarchy.
 

Uses of ITriggerListener in de.cau.cs.kieler.core.model.graphiti
 

Classes in de.cau.cs.kieler.core.model.graphiti that implement ITriggerListener
 class ShowGraphitiHierarchyCombination
          Color the levels of hierarchy.
 

Uses of ITriggerListener in de.cau.cs.kieler.kies.transformation.kivi
 

Classes in de.cau.cs.kieler.kies.transformation.kivi that implement ITriggerListener
 class E2STransformationCombination
          A KiVi Combination controlling the Esterel To SyncCharts Transformation.
 

Uses of ITriggerListener in de.cau.cs.kieler.kiml.gmf.combinations
 

Classes in de.cau.cs.kieler.kiml.gmf.combinations that implement ITriggerListener
 class LayoutAfterCollapseExpandCombination
          Applies automatic layout after the collapsed state of a compartment of a diagram has changed.
 

Uses of ITriggerListener in de.cau.cs.kieler.kiml.grana.handlers
 

Classes in de.cau.cs.kieler.kiml.grana.handlers that implement ITriggerListener
 class LayoutAnalysisCombination
          A view management combination that performs graph analysis after layout.
 

Uses of ITriggerListener in de.cau.cs.kieler.kiml.ui.diagram
 

Classes in de.cau.cs.kieler.kiml.ui.diagram that implement ITriggerListener
 class LayoutAfterDiagramReinitCombination
          This combination triggers an autolayout with the given user preferences when a diagram editor was reinitialized.
 class LayoutCombination
          Performs automatic layout when the button or key combination is pressed.
 class RandomLayoutCombination
          Add a button that triggers a Random layout onto the whole diagram once.
 

Uses of ITriggerListener in de.cau.cs.kieler.ksbase.ui.kivi
 

Classes in de.cau.cs.kieler.ksbase.ui.kivi that implement ITriggerListener
 class KSBasECombination
          A Combination triggering the KSBasE transformations from kivi menu contributions.
 class UpdateVisibilityCombination
          This combination while active will update the kieler toolbar every time the selection in the editor is changed.
 

Uses of ITriggerListener in de.cau.cs.kieler.synccharts.diagram.custom
 

Classes in de.cau.cs.kieler.synccharts.diagram.custom that implement ITriggerListener
 class HighlightSelectedTransitionsCombination
          Highlight selected transitions in SyncCharts.
 

Uses of ITriggerListener in de.cau.cs.kieler.synccharts.kivi
 

Classes in de.cau.cs.kieler.synccharts.kivi that implement ITriggerListener
 class LayoutAfterModelChangedCombination
          Deprecated. (haf) this combination might trigger layout very often, i.e. at every small model change. This calls layout even during a more complex model change that involves multiple small changes.
 class ManualFocusCombination
          A Kieler Viewmanagement Combination that lets the user manually select a focus in a diagram and then configures Focus&Context accordingly by collapsing and expanding compartments.
 class SignalFlowCombination
          Started by the signal flow button, visualizes the flow of signals in a SyncChart diagram.
 class SyncChartsCombination
          A combination that visualizes the simulation of a SyncChart.
 

Uses of ITriggerListener in de.cau.cs.kieler.uml2.kivi
 

Classes in de.cau.cs.kieler.uml2.kivi that implement ITriggerListener
 class StateMachineCombination
          A combination that visualizes the simulation of a SyncChart.