|
|||||||||
| Home >> All >> org >> jext >> [ actions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jext.actions
Class RemoveWhitespace

java.lang.Objectorg.jext.MenuAction
org.jext.actions.RemoveWhitespace
- All Implemented Interfaces:
- java.awt.event.ActionListener, org.jext.EditAction, java.util.EventListener
- public class RemoveWhitespace
- extends org.jext.MenuAction
- implements org.jext.EditAction
- extends org.jext.MenuAction
Remove whitespace from ends of lines. Based on RemoveSpaces.
| 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)
This method is invoked when an action occurs. |
private java.lang.String |
doRemove(java.lang.String in)
|
| 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
RemoveWhitespaceaction.
| Method Detail |
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent evt)
- Description copied from interface:
java.awt.event.ActionListener - This method is invoked when an action occurs.
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
doRemove
private java.lang.String doRemove(java.lang.String in)
|
|||||||||
| Home >> All >> org >> jext >> [ actions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC