org.sourcejammer.client.gui.action
Class RemoveProjectAction

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

public class RemoveProjectAction
extends javax.swing.AbstractAction

Title: $FileName: RemoveProjectAction.java$

Version:
$VerNum: 5$
Author:
$AuthorName: Rob MacGrogan$

$Description: $
$KeyWordsOff: $
See Also:
Serialized Form

Field Summary
private static int CANCEL
           
private static int REMOVE_ALL_FOLDERS
           
private static int REMOVE_THIS_FOLDER_ONLY
           
 
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
RemoveProjectAction()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent parm1)
           
private  void removeProject(long projectID, long parentID, ProjectTreeNode parent)
           
private  int showSharedFilePrompt()
           
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REMOVE_THIS_FOLDER_ONLY

private static final int REMOVE_THIS_FOLDER_ONLY
See Also:
Constant Field Values

REMOVE_ALL_FOLDERS

private static final int REMOVE_ALL_FOLDERS
See Also:
Constant Field Values

CANCEL

private static final int CANCEL
See Also:
Constant Field Values
Constructor Detail

RemoveProjectAction

public RemoveProjectAction()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent parm1)

removeProject

private void removeProject(long projectID,
                           long parentID,
                           ProjectTreeNode parent)
                    throws GUICommandException,
                           org.sourcejammer.util.SourceJammerConnectionException
GUICommandException
org.sourcejammer.util.SourceJammerConnectionException

showSharedFilePrompt

private int showSharedFilePrompt()


Copyright © 2003 Soucejammer project.