org.openide.loaders
Interface XMLDataObject.Processor
- All Superinterfaces:
- Node.Cookie
- Enclosing class:
- XMLDataObject
Deprecated. use lookup
- public static interface XMLDataObject.Processor
- extends Node.Cookie
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 |
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. |
attachTo
public 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
Built on December 12 2001. | Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.