org.concord.biologica.ui
Interface SelectionPresenter

All Known Implementing Classes:
PedigreeOrganismView, AllInOneView, TreeView, MultipleOrganismView

public interface SelectionPresenter

The selection presenter interface, implemented by an object which presents a set of selected engine objects.

Version:
$Revision: 1.1.1.1 $ $Date: 2001/04/28 00:39:20 $
Author:
$Author: ed $

Method Summary
 SelectionSet getSelectionSet()
          Get the current selection set.
 void selectionChanged()
          Selection changed.
 void setSelectionSet(SelectionSet aSelectionSet)
          Set the current selection set.
 

Method Detail

selectionChanged

public void selectionChanged()
Selection changed. Called by a SelectionSet to cause the presenter to re-present the selected objects.


getSelectionSet

public SelectionSet getSelectionSet()
Get the current selection set.
Returns:
SelectionSet - the current selection set

setSelectionSet

public void setSelectionSet(SelectionSet aSelectionSet)
Set the current selection set.
Parameters:
aSelectionSet - SelectionSet - a new selection set