Package org.apache.idaeplugin.frames

Examples of org.apache.idaeplugin.frames.Axi2PluginPage


    public Axis2PlgingAction() {
        super("GC", "Axis2 plugings", null);
    }

    public void actionPerformed(AnActionEvent anActionEvent) {
        Axi2PluginPage axis2lugin= new Axi2PluginPage();
        axis2lugin.showUI();
    }
View Full Code Here

TOP

Related Classes of org.apache.idaeplugin.frames.Axi2PluginPage

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.