Uses of Interface
adams.gui.event.SortSetupListener
-
Packages that use SortSetupListener Package Description adams.gui.tools.spreadsheetviewer -
-
Uses of SortSetupListener in adams.gui.tools.spreadsheetviewer
Fields in adams.gui.tools.spreadsheetviewer with type parameters of type SortSetupListener Modifier and Type Field Description protected HashSet<SortSetupListener>
SortPanel. m_SortSetupListeners
the listeners for changes in the setup.Methods in adams.gui.tools.spreadsheetviewer with parameters of type SortSetupListener Modifier and Type Method Description void
SortPanel. addSortSetupListener(SortSetupListener l)
Adds the specified listener.void
SortPanel. removeSortSetupListener(SortSetupListener l)
Removes the specified listener.
-