Interface XMLDataObject.Processor

All Superinterfaces:
org.openide.nodes.Node.Cookie
Enclosing class:
XMLDataObject

@Deprecated public static interface XMLDataObject.Processor extends org.openide.nodes.Node.Cookie
Deprecated.
This class has to be implemented by all processors in the xmlinfo file. It is cookie, so after parsing such class is instantiated and put into data objects cookie set.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    When the XMLDataObject creates new instance of the processor, it uses this method to attach the processor to the data object.
  • Method Details

    • attachTo

      void attachTo(XMLDataObject xmlDO)
      Deprecated.
      When the XMLDataObject creates new instance of the processor, it uses this method to attach the processor to the data object.
      Parameters:
      xmlDO - XMLDataObject