Package org.openide.text

Examples of org.openide.text.EditorSupport


     * @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);
                                 }
View Full Code Here

TOP

Related Classes of org.openide.text.EditorSupport

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.