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

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


        return s;
    }

    public BasePanel getEditPanel()
    {
        AttributePanel attributepanel = new AttributePanel();
        String s = ((AttributeKey)key).getType();
        boolean flag = ((AttributeKey)key).isReadOnly();
        attributepanel.setName(getName());
        attributepanel.setType(s);
        attributepanel.setReadOnly(flag);
        return attributepanel;
    }
View Full Code Here

TOP

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

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.