Uses of Class
adams.gui.tools.spreadsheetviewer.SortPanel
-
Packages that use SortPanel Package Description adams.gui.core.spreadsheettable adams.gui.event adams.gui.tools.spreadsheetviewer adams.gui.tools.spreadsheetviewer.menu -
-
Uses of SortPanel in adams.gui.core.spreadsheettable
Fields in adams.gui.core.spreadsheettable declared as SortPanel Modifier and Type Field Description protected SortPanelDataSort. m_SortPanelthe sort panel. -
Uses of SortPanel in adams.gui.event
Methods in adams.gui.event that return SortPanel Modifier and Type Method Description SortPanelSortSetupEvent. getSortPanel()Returns theSortPanelthat triggered the eventConstructors in adams.gui.event with parameters of type SortPanel Constructor Description SortSetupEvent(SortPanel source, SortDefinitionPanel definition, SortSetupEvent.EventType type)Initializes the event. -
Uses of SortPanel in adams.gui.tools.spreadsheetviewer
Fields in adams.gui.tools.spreadsheetviewer declared as SortPanel Modifier and Type Field Description protected SortPanelSortDefinitionPanel. m_Ownerthe owning sort panel.Methods in adams.gui.tools.spreadsheetviewer that return SortPanel Modifier and Type Method Description SortPanelSortDefinitionPanel. getOwner()Returns the owning panel.Constructors in adams.gui.tools.spreadsheetviewer with parameters of type SortPanel Constructor Description SortDefinitionPanel(SortPanel owner)Initializes the definition panel. -
Uses of SortPanel in adams.gui.tools.spreadsheetviewer.menu
Fields in adams.gui.tools.spreadsheetviewer.menu declared as SortPanel Modifier and Type Field Description protected SortPanelDataSort. m_SortPanelthe sort panel.
-