Uses of Class
de.cau.cs.kieler.core.model.triggers.SelectionTrigger.DiagramSelectionState

Packages that use SelectionTrigger.DiagramSelectionState
de.cau.cs.kieler.kiml.ui.diagram Generic API for layout of graphical diagrams. 
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. 
 

Uses of SelectionTrigger.DiagramSelectionState in de.cau.cs.kieler.kiml.ui.diagram
 

Methods in de.cau.cs.kieler.kiml.ui.diagram with parameters of type SelectionTrigger.DiagramSelectionState
 void LayoutCombination.execute(ButtonTrigger.ButtonState button, SelectionTrigger.DiagramSelectionState selection)
          Listen to view management buttons and the current selection.
 

Uses of SelectionTrigger.DiagramSelectionState in de.cau.cs.kieler.synccharts.diagram.custom
 

Methods in de.cau.cs.kieler.synccharts.diagram.custom with parameters of type SelectionTrigger.DiagramSelectionState
 void HighlightSelectedTransitionsCombination.execute(SelectionTrigger.DiagramSelectionState selection)
          Execute the combination when a new selection state is available.
 

Uses of SelectionTrigger.DiagramSelectionState in de.cau.cs.kieler.synccharts.kivi
 

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