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

java.lang.Object
  extended by de.cau.cs.kieler.core.kivi.AbstractEffect
      extended by de.cau.cs.kieler.ksbase.ui.kivi.UpdateVisibilityEffect
All Implemented Interfaces:
IEffect

public class UpdateVisibilityEffect
extends AbstractEffect

This effect will request a reevaluation of all Visibility expressions and update the toolbar accordingly.

Rating red

Constructor Summary
UpdateVisibilityEffect(IEditorPart editorPart)
          the constructor.
 
Method Summary
 void execute()
          Execute the effect.
 
Methods inherited from class de.cau.cs.kieler.core.kivi.AbstractEffect
isMergeable, merge, schedule, scheduleUndo, toString, undo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpdateVisibilityEffect

public UpdateVisibilityEffect(IEditorPart editorPart)
the constructor.

Parameters:
editorPart - the current editor
Method Detail

execute

public void execute()
Execute the effect.