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 SortDefinitionPanel
SortSetupEvent. m_SortDefinitionPanel
the definition panel that was added/removed.Methods in adams.gui.event that return SortDefinitionPanel Modifier and Type Method Description SortDefinitionPanel
SortSetupEvent. getSortDefinitionPanel()
Returns theSortDefinitionPanel
that 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_Panels
the list of definitions to use.Methods in adams.gui.tools.spreadsheetviewer with parameters of type SortDefinitionPanel Modifier and Type Method Description boolean
SortPanel. isFirstDefinition(SortDefinitionPanel panel)
Checks whether the panel is the first one.boolean
SortPanel. isLastDefinition(SortDefinitionPanel panel)
Checks whether the panel is the last one.boolean
SortPanel. moveDefinition(SortDefinitionPanel panel, boolean up)
Moves the panel up/down.void
SortPanel. removeDefinition(SortDefinitionPanel panel)
Removes the panel from the list of sort definitions.
-