org.eclipse.gmt.modisco.infra.query.ui.views.queryExecution.internal
Class QueryResultDisplayersRegistry
java.lang.Object
AbstractRegistry
org.eclipse.gmt.modisco.infra.query.ui.views.queryExecution.internal.QueryResultDisplayersRegistry
public class QueryResultDisplayersRegistry
- extends AbstractRegistry
The singleton registry of QueryResultDisplayersRegistry.NamedQueryResultDisplayer
s, which initializes
the registry by reading extensions when first accessed.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryResultDisplayersRegistry
public QueryResultDisplayersRegistry()
getInstance
public static QueryResultDisplayersRegistry getInstance()
getQueryResultDisplayers
public java.util.List<QueryResultDisplayersRegistry.NamedQueryResultDisplayer> getQueryResultDisplayers()
getQueryResultDisplayer
public QueryResultDisplayersRegistry.NamedQueryResultDisplayer getQueryResultDisplayer(java.lang.String name)