electric.ide.idea.action
Class AddServerAction

java.lang.Object
  extended bycom.intellij.openapi.actionSystem.AnAction
      extended byelectric.ide.idea.action.AddServerAction

public class AddServerAction
extends com.intellij.openapi.actionSystem.AnAction

AddServerAction

Author:
webMethods

Field Summary
 
Fields inherited from class com.intellij.openapi.actionSystem.AnAction
ourClientProperty
 
Constructor Summary
AddServerAction(ServerTreeModel model, javax.swing.JFrame parent)
           
AddServerAction(java.lang.String text, java.lang.String description, javax.swing.Icon icon, ServerTreeModel model, javax.swing.JFrame parent)
           
 
Method Summary
 void actionPerformed(com.intellij.openapi.actionSystem.AnActionEvent event)
           
 
Methods inherited from class com.intellij.openapi.actionSystem.AnAction
copyFrom, getShortcutSet, getTemplatePresentation, isEnabledInModalContext, registerCustomShortcutSet, setEnabledInModalContext, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddServerAction

public AddServerAction(ServerTreeModel model,
                       javax.swing.JFrame parent)
Parameters:
model -
parent -

AddServerAction

public AddServerAction(java.lang.String text,
                       java.lang.String description,
                       javax.swing.Icon icon,
                       ServerTreeModel model,
                       javax.swing.JFrame parent)
Parameters:
text -
description -
icon -
model -
parent -
Method Detail

actionPerformed

public void actionPerformed(com.intellij.openapi.actionSystem.AnActionEvent event)
Parameters:
event -


copyright© 2001-2004 by webMethods All Rights Reserved.