Class GenericEntityReference

All Implemented Interfaces:
Serializable, NodeEventTarget, ExtendedNode, NodeXBL, XBLManagerData, EntityReference, EventTarget, Node

public class GenericEntityReference extends AbstractEntityReference
This class implements the EntityReference interface.
See Also:
  • Field Details

    • readonly

      protected boolean readonly
      Is this node immutable?
  • Constructor Details

    • GenericEntityReference

      protected GenericEntityReference()
      Creates a new EntityReference object.
    • GenericEntityReference

      public GenericEntityReference(String name, AbstractDocument owner)
      Creates a new EntityReference object.
  • Method Details

    • isReadonly

      public boolean isReadonly()
      Tests whether this node is readonly.
    • setReadonly

      public void setReadonly(boolean v)
      Sets this node readonly attribute.
    • newNode

      protected Node newNode()
      Returns a new uninitialized instance of this object's class.
      Specified by:
      newNode in class AbstractNode