swing.addon
Class TextEditor.SortDecreasingAction

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

public class TextEditor.SortDecreasingAction
extends TextEditor.SortIncreasingAction

See Also:
Serialized Form

Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Constructor Summary
TextEditor.SortDecreasingAction()
           
 
Method Summary
protected  java.lang.String sort(java.lang.String text)
           
 
Methods inherited from class swing.addon.TextEditor.SortIncreasingAction
actionPerformed
 
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.SortDecreasingAction

public TextEditor.SortDecreasingAction()
Method Detail

sort

protected java.lang.String sort(java.lang.String text)
Overrides:
sort in class TextEditor.SortIncreasingAction