|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.stp.core.saf.ui.contribution.SOAPropertiesRegistry
The registry for the org.eclipse.stp.core.saf.ui.propertiesContribution extension point
Constructor Summary | |
SOAPropertiesRegistry()
|
Method Summary | |
void |
addEntry(ISOAPropertiesEntry entry)
Adds an entry to the registry |
ISOAPropertiesEntry |
getEntry(java.lang.String namespaceURI,
java.lang.String typeName)
Get the entry for a type |
java.util.Enumeration |
getEntryEnumeration()
get an enumeration to walk the entries in the registry |
static SOAPropertiesRegistry |
getRegistry()
Get the properties contribution registry for the target editor. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SOAPropertiesRegistry()
Method Detail |
public static SOAPropertiesRegistry getRegistry()
public void addEntry(ISOAPropertiesEntry entry)
entry
- public ISOAPropertiesEntry getEntry(java.lang.String namespaceURI, java.lang.String typeName)
namespaceURI
- - the namespace of the typetypeName
- - the name of the type
public java.util.Enumeration getEntryEnumeration()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |