org.openide.loaders
Class XMLDataObject.Info

java.lang.Object
  |
  +--org.openide.loaders.XMLDataObject.Info
All Implemented Interfaces:
Cloneable
Enclosing class:
XMLDataObject

Deprecated. use Lookup Representation of xmlinfo file holding container of Processors.

public static final class XMLDataObject.Info
extends Object
implements Cloneable


Constructor Summary
XMLDataObject.Info()
          Deprecated. Create info
 
Method Summary
 void addProcessorClass(Class proc)
          Deprecated. Add processor class to info.
 Object clone()
          Deprecated.  
 boolean equals(Object obj)
          Deprecated.  
 String getIconBase()
          Deprecated.  
 Iterator processorClasses()
          Deprecated.  
 boolean removeProcessorClass(Class proc)
          Deprecated. Remove processor class from info.
 void setIconBase(String base)
          Deprecated. Set icon base
 void write(Writer writer)
          Deprecated. Write specified info to writer
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLDataObject.Info

public XMLDataObject.Info()
Deprecated. 
Create info
Method Detail

clone

public Object clone()
Deprecated. 
Overrides:
clone in class Object

addProcessorClass

public void addProcessorClass(Class proc)
Deprecated. 
Add processor class to info. The class should be public and either implement the Processor interface or should have public constructor with one argument (DataObject or XMLDataObject).
Parameters:
proc - the class to add to this info
Throws:
IllegalArgumentException - if the class does not seem to be valid

removeProcessorClass

public boolean removeProcessorClass(Class proc)
Deprecated. 
Remove processor class from info.
Returns:
true if removed

processorClasses

public Iterator processorClasses()
Deprecated. 

setIconBase

public void setIconBase(String base)
Deprecated. 
Set icon base

getIconBase

public String getIconBase()
Deprecated. 
Returns:
icon base

write

public void write(Writer writer)
           throws IOException
Deprecated. 
Write specified info to writer

equals

public boolean equals(Object obj)
Deprecated. 
Overrides:
equals in class Object


Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.