Package org.opensourcephysics.display
Class SortDecorator
java.lang.Object
org.opensourcephysics.display.SortDecorator
Sorts table column based on their numeric values if the table's values are
numeric. Otherwise sorts using toString.
- Version:
- 1.0
- Author:
- W. Christian
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SortDecorator
public SortDecorator()
-