public final class SettingsUICustomizationsHook extends HashStructureHook
ExtensionHook.URIResource
ElementVisitor.ResourceBundleProvider
Modifier and Type | Field and Description |
---|---|
static ElementName |
ELEMENT |
ATTRIBUTE_RSBUNDLE_CLASS, KEY_EXTENSION, KEY_RSBUNDLE_CLASS, MANIFEST_XMLNS
KEY_LOCATOR
Constructor and Description |
---|
SettingsUICustomizationsHook() |
Modifier and Type | Method and Description |
---|---|
void |
end(ElementEndContext context)
Visit the end tag of an xml element.
|
SettingsCustomizations |
getSettingsCustomizations() |
void |
start(ElementStartContext context)
Visit the start tag of an xml element.
|
addHashStructureHookListener, dispose, getExtensionId, getHashStructure, getListenersCount, getOrderedElements, getText, removeHashStructureHookListener
findPath, getExtension, getProvider, getRSBundleClass, getSchemaLocation, resolvePath, setProvider, setSchemaLocation
getAttributeHelper, getClassLoader, getMetaClassLoader, getResourceBundle, getResourceBundleProvider, getTextHelper, log, log, setResourceBundleProvider
public static final ElementName ELEMENT
public void start(ElementStartContext context)
ElementVisitor
This implementation does nothing.
start
in class HashStructureHook
context
- information about the xml start tag.public void end(ElementEndContext context)
ElementVisitor
This implementation does nothing.
end
in class HashStructureHook
context
- information about the xml end tag.public SettingsCustomizations getSettingsCustomizations()