|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.commons.swt.util.registry.PluginRegistryReader
com.ibm.designer.domino.xsp.api.panels.complex.ComplexPanelRegistry
public class ComplexPanelRegistry
An Eclipse plug-in registry reader that reads the registry information
for the com.ibm.designer.domino.xsp.editor.panels extension point.
| Method Summary | |
|---|---|
static ComplexPanelRegistry |
getInstance()
|
java.lang.String |
getPanelClass(java.lang.String contextId,
XPagesKey key)
Returns the complex panel for the given XPages tag, and context id |
java.lang.String |
getPanelClass(XPagesKey key)
Returns a complex panel based on the given XPages tag |
IComplexPanelFactory |
getPanelFactory(java.lang.String contextId,
XPagesKey key)
Returns the complex panel factory for the given XPages tag, and context id |
IComplexPanelFactory |
getPanelFactory(XPagesKey key)
Returns the complex panel factory for the given XPages tag |
protected void |
readElement(org.eclipse.core.runtime.IConfigurationElement element)
|
| Methods inherited from class com.ibm.commons.swt.util.registry.PluginRegistryReader |
|---|
logError, logMissingAttribute, logMissingElement, logUnknownElement, readPluginRegistry |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ComplexPanelRegistry getInstance()
public IComplexPanelFactory getPanelFactory(XPagesKey key)
key - an XPagesKey describing a tag
public java.lang.String getPanelClass(XPagesKey key)
key - an XPagesKey describing a tag
public IComplexPanelFactory getPanelFactory(java.lang.String contextId,
XPagesKey key)
contextId - a context idkey - an XPagesKey describing a tag
public java.lang.String getPanelClass(java.lang.String contextId,
XPagesKey key)
contextId - a context idkey - an XPagesKey describing a tag
protected void readElement(org.eclipse.core.runtime.IConfigurationElement element)
readElement in class com.ibm.commons.swt.util.registry.PluginRegistryReader
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||