Class SortDecorator

java.lang.Object
org.opensourcephysics.display.SortDecorator

public class SortDecorator extends Object
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 Details

    • SortDecorator

      public SortDecorator()