Uses of Class
de.cau.cs.kieler.core.kivi.menu.ButtonTrigger.ButtonState

Packages that use ButtonTrigger.ButtonState
de.cau.cs.kieler.core.kivi.menu Menu contribution service classes 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.ui.layout Classes with generic implementations to apply layout to GMF diagrams. 
de.cau.cs.kieler.synccharts.kivi View Management classes for SyncCharts. 
 

Uses of ButtonTrigger.ButtonState in de.cau.cs.kieler.core.kivi.menu
 

Methods in de.cau.cs.kieler.core.kivi.menu with parameters of type ButtonTrigger.ButtonState
 void KiviMenuContributionDemoCombination.execute(ButtonTrigger.ButtonState button)
          Execute this combination.
 

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

Methods in de.cau.cs.kieler.core.model.gmf.combinations with parameters of type ButtonTrigger.ButtonState
 void ShowHierarchyCombination.execute(ButtonTrigger.ButtonState button, DiagramTrigger.DiagramState diagram)
          Color the levels of hierarchy.
 

Uses of ButtonTrigger.ButtonState in de.cau.cs.kieler.core.model.graphiti
 

Methods in de.cau.cs.kieler.core.model.graphiti with parameters of type ButtonTrigger.ButtonState
 void ShowGraphitiHierarchyCombination.execute(ButtonTrigger.ButtonState button)
          Color the levels of hierarchy.
 

Uses of ButtonTrigger.ButtonState in de.cau.cs.kieler.kies.transformation.kivi
 

Methods in de.cau.cs.kieler.kies.transformation.kivi with parameters of type ButtonTrigger.ButtonState
 void E2STransformationCombination.execute(ButtonTrigger.ButtonState buttonState, ModelChangeTrigger.ActiveEditorState editorState, EffectTrigger.EffectTriggerState<TransformationEffect> transformationState)
          Method called by KiVi as soon as the ButtonState changes.
 

Uses of ButtonTrigger.ButtonState in de.cau.cs.kieler.kiml.ui.layout
 

Methods in de.cau.cs.kieler.kiml.ui.layout with parameters of type ButtonTrigger.ButtonState
 void RandomLayoutCombination.execute(ButtonTrigger.ButtonState button, DiagramTrigger.DiagramState diagram)
          Execute this Combination and react on the input triggers.
 void LayoutCombination.execute(ButtonTrigger.ButtonState button, SelectionTrigger.SelectionState selection)
          Listen to view management buttons and the current selection.
 

Uses of ButtonTrigger.ButtonState in de.cau.cs.kieler.synccharts.kivi
 

Methods in de.cau.cs.kieler.synccharts.kivi with parameters of type ButtonTrigger.ButtonState
 void SignalFlowCombination.execute(ButtonTrigger.ButtonState button, SelectionTrigger.SelectionState selection)
          Execute the combination using the signal flow active state and the selection state.
 void ManualFocusCombination.execute(ButtonTrigger.ButtonState button, SelectionTrigger.SelectionState selection, DiagramTrigger.DiagramState diagram)
          Main Combination logic.