swing.addon
Class TextEditor.SortIncreasingAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--javax.swing.text.TextAction
              |
              +--swing.addon.TextEditor.SortIncreasingAction
Direct Known Subclasses:
TextEditor.SortDecreasingAction
Enclosing class:
TextEditor

public class TextEditor.SortIncreasingAction
extends javax.swing.text.TextAction

See Also:
Serialized Form

Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Constructor Summary
TextEditor.SortIncreasingAction()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
protected  java.lang.String sort(java.lang.String text)
           
 
Methods inherited from class javax.swing.text.TextAction
augmentList, getFocusedComponent, getTextComponent
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextEditor.SortIncreasingAction

public TextEditor.SortIncreasingAction()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Overrides:
actionPerformed in class javax.swing.AbstractAction

sort

protected java.lang.String sort(java.lang.String text)