org.topcased.search.ui.areas
Interface IModelSearchArea
- All Superinterfaces:
- IModelSearchQueryParameterProvider
- All Known Subinterfaces:
- IModelSearchParticipantArea, IModelSearchQueryArea
- All Known Implementing Classes:
- AbstractModelSearchParticipantArea
public interface IModelSearchArea
- extends IModelSearchQueryParameterProvider
Method Summary |
org.eclipse.swt.widgets.Control |
getControl()
|
void |
loadDialogSettings()
User wanting Model Search Area to be set up with previous user selections should override
this method after he/she did the save one, which will be more than usefull |
void |
prepare()
|
void |
storeDialogSettings()
User wanting Model Search Area to be set up with previous user selections should override
this method after he/she did the save one, which will be more than usefull |
boolean |
validateStatus()
|
getControl
org.eclipse.swt.widgets.Control getControl()
loadDialogSettings
void loadDialogSettings()
- User wanting Model Search Area to be set up with previous user selections should override
this method after he/she did the save one, which will be more than usefull ... ^^
storeDialogSettings
void storeDialogSettings()
- User wanting Model Search Area to be set up with previous user selections should override
this method after he/she did the save one, which will be more than usefull ... ^^
prepare
void prepare()
validateStatus
boolean validateStatus()
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.