Package org.netbeans.modules.openoffice.wizard.panels.idl

Examples of org.netbeans.modules.openoffice.wizard.panels.idl.ConstantsPanel


        });
    }

    public BasePanel getEditPanel()
    {
        ConstantsPanel constantspanel = new ConstantsPanel();
        constantspanel.setName( getName() );
        return constantspanel;
    }
View Full Code Here

TOP

Related Classes of org.netbeans.modules.openoffice.wizard.panels.idl.ConstantsPanel

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.