de.cau.cs.kieler.ksbase.ui.kivi
Class UpdateVisibilityCombination

java.lang.Object
  extended by de.cau.cs.kieler.core.kivi.AbstractCombination
      extended by de.cau.cs.kieler.ksbase.ui.kivi.UpdateVisibilityCombination
All Implemented Interfaces:
ICombination, ITriggerListener

public class UpdateVisibilityCombination
extends AbstractCombination

This combination while active will update the kieler toolbar every time the selection in the editor is changed.

Rating red

Field Summary
 
Fields inherited from class de.cau.cs.kieler.core.kivi.AbstractCombination
FIFTH, FIRST, FOURTH, SECOND, SEVENTH, SIXTH, THIRD
 
Constructor Summary
UpdateVisibilityCombination()
           
 
Method Summary
 void execute(SelectionTrigger.EObjectSelectionState selection)
          
 
Methods inherited from class de.cau.cs.kieler.core.kivi.AbstractCombination
enableEffectRecording, getEffects, getTriggerStates, handle, isActive, latestState, latestStateIndex, schedule, schedule, setActive, toString, undo, undoRecordedEffects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpdateVisibilityCombination

public UpdateVisibilityCombination()
Method Detail

execute

public void execute(SelectionTrigger.EObjectSelectionState selection)