Uses of Class
adams.gui.event.SortSetupEvent
-
Packages that use SortSetupEvent Package Description adams.gui.event adams.gui.tools.spreadsheetviewer -
-
Uses of SortSetupEvent in adams.gui.event
Methods in adams.gui.event with parameters of type SortSetupEvent Modifier and Type Method Description void
SortSetupListener. sortSetupChanged(SortSetupEvent e)
Gets triggered whenever the sort setup changes. -
Uses of SortSetupEvent in adams.gui.tools.spreadsheetviewer
Methods in adams.gui.tools.spreadsheetviewer with parameters of type SortSetupEvent Modifier and Type Method Description void
SortPanel. notifySortSetupListeners(SortSetupEvent e)
Notifies all listeners with the specified event.
-