super("GC", "Axis2 plugings", null);
}
public void actionPerformed(AnActionEvent anActionEvent) {
Axi2PluginPage axis2lugin= new Axi2PluginPage();
axis2lugin.showUI();
}
public void update(AnActionEvent event) {
super.update(event);
Presentation presentation = event.getPresentation();