|
|
Package com.dassault_systemes.vpmdesktop.vdk0infra.interfaces |
Interface ENOVISearchResult
|
Class Hierarchy |
com.dassault_systemes.vpmdesktop.vdk0infra.interfaces.ENOVISearchResult
Class Location |
Class Description |
public interface ENOVISearchResult
Interface for Search Results.
You can implement this interface to display the results of a queried type
except for DMU Search.
Field Summary |
Constructor Summary |
Method Summary |
void | display(ENOVIType objectType, ENOVIObjectList oResultList) |
void | display(String sType, ENOVIObjectList oResultList) |
ENOVIObject[] | getSelection() |
void | clearSelection() |
void | clearAllResults() |
void | clearView() |
JComponent | getRep() |
void | setCurrentObjectType(String sObjectType) |
void | cleanup() |
void | addSelectionListener(ListSelectionListener l) |
void | removeSelectionListener(ListSelectionListener l) |
Field Detail |
Constructor Detail |
Method Detail |
void display(ENOVIType objectType, ENOVIObjectList oResultList)Display the results of the queried type. This method will be called when a query is executed in a search filter.
objectType
oResultList
void display(String sType, ENOVIObjectList oResultList)Display the results of the queried type. This method will be called when a query is executed in a search filter.
sType
ResultList
ENOVIObject[] getSelection()Returns the selected items inside result table.
void clearSelection()Clear the current selection inside result view.
void clearAllResults()Remove all displayed results.
void clearView()Clear the result View.
JComponent getRep()Returns the result view.
void setCurrentObjectType(String sObjectType)Set the current object type.
sObjectType
void cleanup()clean up the views, remove the subscription to the events and listeners.
void addSelectionListener(ListSelectionListener l)Add the selection listener(to the result view).
void removeSelectionListener(ListSelectionListener l)Remove the selection listener(from the result view).