org.topcased.search.ui.areas
Interface IModelSearchParticipantArea
- All Superinterfaces:
- IModelSearchArea, IModelSearchQueryParameterProvider
- All Known Implementing Classes:
- AbstractModelSearchParticipantArea
public interface IModelSearchParticipantArea
- extends IModelSearchArea
This interface describes the contracts to implments for a ModelSearchArea.
In order, to fill discriminable meta-elements list user MUST implement following methods.
getSelectedParticipants
java.util.List<EClassifier> getSelectedParticipants()
getMetaElementComposeableAdapterFactories
java.util.List<AdapterFactory> getMetaElementComposeableAdapterFactories()
getMetaModelParticipantsItemProvider
AbstractMetaModelParticipantsItemProvider getMetaModelParticipantsItemProvider()
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.