* @throws DataObjectExistsException standard exception
*/
public OOIDLDataObject (final FileObject obj, final UniFileLoader loader)
throws DataObjectExistsException {
super (obj, loader);
EditorSupport ed = new EditorSupport (getPrimaryEntry ());
ed.setMIMEType ("text/x-java");
getCookieSet().add (ed);
getCookieSet ().add (new CompilerSupport.Compile (getPrimaryEntry ()) {
protected CompilerType defaultCompilerType () {
return CompilerType.find (OOIDLCompilerType.class);
}