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

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

public class ShowAction
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: ShowAction.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
ShowAction()
           
 
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

ShowAction

public ShowAction()
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