Package adams.gui.flow.tab
Interface TabChangeAwareEditorTab
-
- All Known Implementing Classes:
AbstractTabChangeAwareEditorTab
,AttachedVariablesTab
,GraphicalActorProcessorTab
,GraphicalFlowExecutionListenersTab
,RegisteredDisplaysTab
,StorageNamesTab
,VariablesTab
public interface TabChangeAwareEditorTab
Interface for flow editor tabs that need to react to tab selection changes.- Version:
- $Revision: 4584 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
flowPanelChanged(FlowPanel panel)
Notifies the tab of the currently selected flow panel.
-
-
-
Method Detail
-
flowPanelChanged
void flowPanelChanged(FlowPanel panel)
Notifies the tab of the currently selected flow panel.- Parameters:
panel
- the new panel
-
-