Modelers

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


Field Summary
 
Fields inherited from interface org.topcased.search.core.engine.IModelSearchQueryParameterProvider
dataMap
 
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()
           
 
Methods inherited from interface org.topcased.search.core.engine.IModelSearchQueryParameterProvider
getData, getQuery
 

Method Detail

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()

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.