org.jext.actions
Class RemoveWhitespace

java.lang.Object
  extended by org.jext.MenuAction
      extended by org.jext.actions.RemoveWhitespace
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, EditAction

public class RemoveWhitespace
extends MenuAction
implements EditAction

Remove whitespace from ends of lines. Based on RemoveSpaces.

Author:
Matt Benson

Field Summary
 
Fields inherited from class org.jext.MenuAction
name
 
Constructor Summary
RemoveWhitespace()
          Construct a new RemoveWhitespace action.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
           
 
Methods inherited from class org.jext.MenuAction
getJextParent, getJextParent, getName, getNSTextArea, getNSTextArea, getTextArea, getTextArea
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveWhitespace

public RemoveWhitespace()
Construct a new RemoveWhitespace action.

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
Specified by:
actionPerformed in interface java.awt.event.ActionListener


Copyright ? 2002 Romain Guy.