Package | Description |
---|---|
org.netbeans.modules.xml.xam | |
org.netbeans.modules.xml.xam.dom |
Modifier and Type | Method and Description |
---|---|
protected AbstractComponent |
AbstractReference.getParent() |
Constructor and Description |
---|
AbstractReference(Class<T> referencedType,
AbstractComponent parent,
String ref)
Constructor for reading.
|
AbstractReference(T referenced,
Class<T> referencedType,
AbstractComponent parent)
Constructor for writing.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDocumentComponent<C extends DocumentComponent<C>>
An abstract implementation of the Component with support of underlaying DOM model.
|