Package adams.gui.flow.tab
Interface SelectionAwareEditorTab
-
- All Known Implementing Classes:
ActorHelpTab
,ActorParametersTab
,AttachedVariablesTab
,Clipboard
,EffectiveTagsTab
public interface SelectionAwareEditorTab
Interface 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 void
actorSelectionChanged(TreePath[] paths, Actor[] actors)
Notifies the tab of the currently selected actors.
-