org.skunk.dav.client.gui.action
Class ConnectionAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--org.skunk.dav.client.gui.action.ConnectionAction
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable

public class ConnectionAction
extends javax.swing.AbstractAction

See Also:
Serialized Form

Field Summary
static java.lang.String CHOOSE_COMMAND
           
static java.lang.String CONNECT_COMMAND
           
static java.lang.String CONNECTION_MESSAGE
           
static java.lang.String CONNECTION_TITLE
           
static java.lang.String NEW_CONNECTION_OPTION
           
static java.lang.String REMOVE_CONNECTION_OPTION
           
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
ConnectionAction()
           
ConnectionAction(Explorer ex)
           
ConnectionAction(Explorer ex, ServerData sd)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
           
protected static java.lang.Object[] getServerArray()
           
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONNECTION_MESSAGE

public static final java.lang.String CONNECTION_MESSAGE

CONNECTION_TITLE

public static final java.lang.String CONNECTION_TITLE

NEW_CONNECTION_OPTION

public static final java.lang.String NEW_CONNECTION_OPTION

REMOVE_CONNECTION_OPTION

public static final java.lang.String REMOVE_CONNECTION_OPTION

CHOOSE_COMMAND

public static final java.lang.String CHOOSE_COMMAND

CONNECT_COMMAND

public static final java.lang.String CONNECT_COMMAND
Constructor Detail

ConnectionAction

public ConnectionAction()

ConnectionAction

public ConnectionAction(Explorer ex)

ConnectionAction

public ConnectionAction(Explorer ex,
                        ServerData sd)
Method Detail

getServerArray

protected static java.lang.Object[] getServerArray()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ae)
Overrides:
actionPerformed in class javax.swing.AbstractAction