Package | Description |
---|---|
org.openide.loaders |
Datasystems
are the logical layer between a filesystem and higher-level file-oriented operations.
|
Modifier and Type | Method and Description |
---|---|
XMLDataObject.Info |
XMLDataObject.getInfo()
Deprecated.
not used anymore
|
static XMLDataObject.Info |
XMLDataObject.getRegisteredInfo(String publicId)
Deprecated.
Register via lookup
|
Modifier and Type | Method and Description |
---|---|
static void |
XMLDataObject.registerInfo(String publicId,
XMLDataObject.Info info)
Deprecated.
Register an
Environment via lookup, see
some details . |
void |
XMLDataObject.setInfo(XMLDataObject.Info ii)
Deprecated.
does not do anything useful
|