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

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

public class ReloadAllAction
extends Action

Since:
0.0.1
Version:
$Id: ReloadAllAction.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
ReloadAllAction()
           
 
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

ReloadAllAction

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