apollo.gui
Interface FeatureNavigationI

All Known Implementing Classes:
FeatureEditorDialog, FeatureTreeFrame

public interface FeatureNavigationI

Interface for JFrames that will respond when a interior component wants them to do something with a feature that has been selected. Only has one method so far Now used in FeatureEditor and FeatureTreeFrame


Method Summary
 void featureSelected(SeqFeatureI sf)
           
 

Method Detail

featureSelected

void featureSelected(SeqFeatureI sf)