Class RecordSortDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class RecordSortDialog extends JDialog
A dialog for choosing sort options for records in a session. This dialog displays 3 combo boxes which hold the list of tiers in a session and an option for choosing 'decending' for each tier selected. When the 'ok' button is clicked the dialog will first sort the records and then close.
See Also: