Uses of Class
adams.gui.visualization.instances.instancestable.InstancesSortPanel
-
Packages that use InstancesSortPanel Package Description adams.gui.event adams.gui.visualization.instances.instancestable -
-
Uses of InstancesSortPanel in adams.gui.event
Methods in adams.gui.event that return InstancesSortPanel Modifier and Type Method Description InstancesSortPanelInstancesSortSetupEvent. getSortPanel()Returns theSortPanelthat triggered the eventConstructors in adams.gui.event with parameters of type InstancesSortPanel Constructor Description InstancesSortSetupEvent(InstancesSortPanel source, InstancesSortDefinitionPanel definition, InstancesSortSetupEvent.EventType type)Initializes the event. -
Uses of InstancesSortPanel in adams.gui.visualization.instances.instancestable
Fields in adams.gui.visualization.instances.instancestable declared as InstancesSortPanel Modifier and Type Field Description protected InstancesSortPanelDataSort. m_InstancesSortPanelthe sort panel.protected InstancesSortPanelInstancesSortDefinitionPanel. m_Ownerthe owning sort panel.Methods in adams.gui.visualization.instances.instancestable that return InstancesSortPanel Modifier and Type Method Description InstancesSortPanelInstancesSortDefinitionPanel. getOwner()Returns the owning panel.Constructors in adams.gui.visualization.instances.instancestable with parameters of type InstancesSortPanel Constructor Description InstancesSortDefinitionPanel(InstancesSortPanel owner)Initializes the definition panel.
-