Uses of Class
adams.gui.tools.spreadsheetviewer.SortDefinitionPanel

Packages that use SortDefinitionPanel
adams.gui.event   
adams.gui.tools.spreadsheetviewer   
 

Uses of SortDefinitionPanel in adams.gui.event
 

Fields in adams.gui.event declared as SortDefinitionPanel
protected  SortDefinitionPanel SortSetupEvent.m_SortDefinitionPanel
          the definition panel that was added/removed.
 

Methods in adams.gui.event that return SortDefinitionPanel
 SortDefinitionPanel SortSetupEvent.getSortDefinitionPanel()
          Returns the SortDefinitionPanel that was added/removed.
 

Constructors in adams.gui.event with parameters of type SortDefinitionPanel
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
protected  List<SortDefinitionPanel> SortPanel.m_Panels
          the list of definitions to use.
 

Methods in adams.gui.tools.spreadsheetviewer with parameters of type SortDefinitionPanel
 void SortPanel.removeDefinition(SortDefinitionPanel panel)
          Removes the panel from the list of sort definitions.
 



Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.