@Retention(value=SOURCE) @Target(value=TYPE) public static @interface DataObject.Registration
DataLoaderPool.factory(java.lang.Class, java.lang.String, java.awt.Image)
.DataObject.Registrations
Modifier and Type | Required Element and Description |
---|---|
String |
mimeType
Mime type to recognize.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
displayName
Display name for the file type created by this registration.
|
String |
iconBase
Path to icon to be used by default for nodes created by
this registration.
|
int |
position
|
public abstract String mimeType
MIMEResolver.ExtensionRegistration
and co. to assign
a mime types to files
in the system.public abstract String displayName
public abstract String iconBase