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 SortPanel
DataSort. m_SortPanel
the sort panel. -
Uses of SortPanel in adams.gui.event
Methods in adams.gui.event that return SortPanel Modifier and Type Method Description SortPanel
SortSetupEvent. getSortPanel()
Returns theSortPanel
that 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 SortPanel
SortDefinitionPanel. m_Owner
the owning sort panel.Methods in adams.gui.tools.spreadsheetviewer that return SortPanel Modifier and Type Method Description SortPanel
SortDefinitionPanel. 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 SortPanel
DataSort. m_SortPanel
the sort panel.
-