org.acm.seguin.ide.jedit.action
Class HideAction

java.lang.Object
  extended by org.acm.seguin.ide.jedit.action.Action
      extended by org.acm.seguin.ide.jedit.action.HideAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener

public class HideAction
extends Action

Removes all the files below the root from a project, and then calls the initial project importer.

Since:
0.0.1
Version:
$Id: HideAction.java,v 1.1 2003/09/17 19:52:50 mikeatkinson Exp $
Author:
Mike Atkinson

Field Summary
 
Fields inherited from class org.acm.seguin.ide.jedit.action.Action
cmItem, tbButton, viewer
 
Constructor Summary
HideAction()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
          Reimports files below the project root.
 java.lang.String getText()
          Returns the text to be shown on the button and/or menu item.
 
Methods inherited from class org.acm.seguin.ide.jedit.action.Action
clone, getButton, getIcon, getMenuItem, setViewer
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HideAction

public HideAction()
Method Detail

getText

public java.lang.String getText()
Returns the text to be shown on the button and/or menu item.

Specified by:
getText in class Action
Returns:
The text value

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ae)
Reimports files below the project root.

Parameters:
ae - Description of the Parameter