Class ItemDescriptor

All Implemented Interfaces:
Manageable, PersistenceCapable, Shareable, RegistryContext, Showable, UserFields, XObject, Described, Map, Serializable

public class ItemDescriptor extends Item implements Showable
See Also:
  • Field Details

  • Constructor Details

    • ItemDescriptor

      public ItemDescriptor()
    • ItemDescriptor

      public ItemDescriptor(String key)
    • ItemDescriptor

      public ItemDescriptor(String name, String type, int line, int otype)
  • Method Details

    • show

      public void show(Context ctx)
      Specified by:
      show in interface Showable
    • getSourceSystemId

      public String getSourceSystemId()
    • getDescriptionImpl

      protected Object getDescriptionImpl(String type)
      Overrides:
      getDescriptionImpl in class Item
    • getIcon

      protected IconSource getIcon()
    • getLine

      public int getLine()
    • getType

      public String getType()
    • getNTypeImpl

      protected Node.NType getNTypeImpl()
      Description copied from class: Node
      This method returns the Node.NType which describes the managed fields of the class of this node. This method has to be implemented in every concrete subclass.
      Overrides:
      getNTypeImpl in class Item
      Returns:
      type describing the managed fields of the class of this node
    • newInstance

      protected Node newInstance()
      Description copied from class: Node
      This method returns a new instance of the class of this node. This method has to be implemented in every concrete subclass.
      Overrides:
      newInstance in class Item
      Returns:
      new instance of class of this node