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 InstancesSortPanel
InstancesSortSetupEvent. getSortPanel()
Returns theSortPanel
that 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 InstancesSortPanel
DataSort. m_InstancesSortPanel
the sort panel.protected InstancesSortPanel
InstancesSortDefinitionPanel. m_Owner
the owning sort panel.Methods in adams.gui.visualization.instances.instancestable that return InstancesSortPanel Modifier and Type Method Description InstancesSortPanel
InstancesSortDefinitionPanel. 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.
-