Package adams.gui.flow.tab
Interface SelectionAwareEditorTab
-
- All Known Implementing Classes:
ActorHelpTab,ActorParametersTab,AttachedVariablesTab,Clipboard,EffectiveTagsTab
public interface SelectionAwareEditorTabInterface for flow editor tabs that need to react to changes of currently selected actors.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidactorSelectionChanged(TreePath[] paths, Actor[] actors)Notifies the tab of the currently selected actors.
-