com.ontimize.dms.client.gui.property.editor
Class EditorLoaderNode
java.lang.Object
com.ontimize.dms.client.gui.property.editor.EditorLoaderNode
- All Implemented Interfaces:
- EditorLoader
- Direct Known Subclasses:
- EditorLoaderNodeChildren, EditorLoaderNodeDefault, EditorLoaderNodeProperty
public abstract class EditorLoaderNode
- extends java.lang.Object
- implements EditorLoader
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EDITOR_ATTR_KEY
public static final java.lang.String EDITOR_ATTR_KEY
- See Also:
- Constant Field Values
NAME_ATTR_KEY
public static final java.lang.String NAME_ATTR_KEY
- See Also:
- Constant Field Values
BASE_ATTR_KEY
public static final java.lang.String BASE_ATTR_KEY
- See Also:
- Constant Field Values
key
protected java.lang.Object key
keyName
protected java.lang.Object keyName
factory
protected EditorLoaderFactory factory
streams
protected java.util.Map streams
EditorLoaderNode
public EditorLoaderNode()
getKey
public java.lang.Object getKey()
- Specified by:
getKey in interface EditorLoader
getKeyName
public java.lang.Object getKeyName()
- Specified by:
getKeyName in interface EditorLoader
getFactory
public EditorLoaderFactory getFactory()
- Specified by:
getFactory in interface EditorLoader
open
public org.w3c.dom.Node open(java.lang.String resource)
- Specified by:
open in interface EditorLoader
open
public org.w3c.dom.Node open(java.io.InputStream is)
- Specified by:
open in interface EditorLoader
close
public void close(java.lang.String resource)
- Specified by:
close in interface EditorLoader
load
public java.util.Map load(org.w3c.dom.Node node)
- Specified by:
load in interface EditorLoader
setKey
public void setKey(java.lang.Object key)
- Specified by:
setKey in interface EditorLoader
setKeyName
public void setKeyName(java.lang.Object keyName)
- Specified by:
setKeyName in interface EditorLoader
setFactory
public void setFactory(EditorLoaderFactory factory)
- Specified by:
setFactory in interface EditorLoader