edu.cmu.sei.osate.ui
Interface IGotoAObject


public interface IGotoAObject

Abstract interface for objects that know how to open up and display a particular AObject. The intention is that AADL Editors be adaptable to this class. That is, they should implement IAdaptable.getAdapter(java.lang.Class) so that it understands GotoAObject.class. THis allows views to trigger editors to focus on particular AObjects without having to know what kind of editor the current editor is.

Author:
aarong

Method Summary
 void gotoAObject(AObject obj)
           
 

Method Detail

gotoAObject

void gotoAObject(AObject obj)