- <init>
initializes the sorter w/o a model, but uses the given data to create a model
from that
- addMouseListenerToHeader
- addTableModelListener
adds a listener to the list that is notified each time a change to data model
occurs
- addUndoPoint
adds an undo point to the undo history
- attributeAsClassAt
sets the attribute at the given col index as the new class attribute
- canUndo
returns whether an undo is possible, i.e. whether there are any undo points
saved so far
- clearUndo
removes the undo history
- deleteAttributeAt
deletes the attribute at the given col index
- deleteAttributes
deletes the attributes at the given indices
- deleteInstanceAt
deletes the instance at the given index
- deleteInstances
deletes the instances at the given positions
- getAttributeAt
returns the attribute at the given index, can be NULL if not an attribute column