Uses of Class
adams.gui.tools.spreadsheetviewer.SortDefinitionPanel
-
Packages that use SortDefinitionPanel Package Description adams.gui.event adams.gui.tools.spreadsheetviewer -
-
Uses of SortDefinitionPanel in adams.gui.event
Fields in adams.gui.event declared as SortDefinitionPanel Modifier and Type Field Description protected SortDefinitionPanelSortSetupEvent. m_SortDefinitionPanelthe definition panel that was added/removed.Methods in adams.gui.event that return SortDefinitionPanel Modifier and Type Method Description SortDefinitionPanelSortSetupEvent. getSortDefinitionPanel()Returns theSortDefinitionPanelthat was added/removed.Constructors in adams.gui.event with parameters of type SortDefinitionPanel Constructor Description SortSetupEvent(SortPanel source, SortDefinitionPanel definition, SortSetupEvent.EventType type)Initializes the event. -
Uses of SortDefinitionPanel in adams.gui.tools.spreadsheetviewer
Fields in adams.gui.tools.spreadsheetviewer with type parameters of type SortDefinitionPanel Modifier and Type Field Description protected List<SortDefinitionPanel>SortPanel. m_Panelsthe list of definitions to use.Methods in adams.gui.tools.spreadsheetviewer with parameters of type SortDefinitionPanel Modifier and Type Method Description booleanSortPanel. isFirstDefinition(SortDefinitionPanel panel)Checks whether the panel is the first one.booleanSortPanel. isLastDefinition(SortDefinitionPanel panel)Checks whether the panel is the last one.booleanSortPanel. moveDefinition(SortDefinitionPanel panel, boolean up)Moves the panel up/down.voidSortPanel. removeDefinition(SortDefinitionPanel panel)Removes the panel from the list of sort definitions.
-