public interface RegistryQueryFactory
| Modifier and Type | Method and Description |
|---|---|
void |
addEntryListener(ActionListener listener)
Adds a listener which will be notified when the user has entered
a query.
|
JComponent |
getComponent()
May return a component which the user can interact with to select
a query.
|
RegistryQuery |
getIdListQuery(String[] ivoids)
Returns a registry query suitable for this query factory which
queries a given list of IVO identifiers.
|
RegistryQuery |
getQuery()
Returns the currently selected query.
|
RegistrySelector |
getRegistrySelector()
Returns the registry component object associated with this object.
|
void |
removeEntryListener(ActionListener listener)
Removes a listener previously added by
addEntryListener(java.awt.event.ActionListener). |
RegistryQuery getQuery() throws IOException
IOExceptionJComponent getComponent()
RegistryQuery getIdListQuery(String[] ivoids) throws MalformedURLException
ivoids - ivo:-type resource identifiersMalformedURLExceptionRegistrySelector getRegistrySelector()
void addEntryListener(ActionListener listener)
listener - listenervoid removeEntryListener(ActionListener listener)
addEntryListener(java.awt.event.ActionListener).listener - listenerCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.