Uses of Class
adams.gui.tools.wekainvestigator.InvestigatorPanel
-
-
Uses of InvestigatorPanel in adams.gui.event
Constructors in adams.gui.event with parameters of type InvestigatorPanel Constructor Description WekaInvestigatorDataEvent(InvestigatorPanel source)
Constructor if the whole table changed.WekaInvestigatorDataEvent(InvestigatorPanel source, int type)
Constructor for specifying the type of change.WekaInvestigatorDataEvent(InvestigatorPanel source, int type, int row)
Constructor for specifying the type of change.WekaInvestigatorDataEvent(InvestigatorPanel source, int type, int[] rows)
Constructor for specifying the type of change. -
Uses of InvestigatorPanel in adams.gui.tools.wekainvestigator
Methods in adams.gui.tools.wekainvestigator that return InvestigatorPanel Modifier and Type Method Description protected InvestigatorPanel
InvestigatorManagerPanel. newWorkspace(boolean init)
Returns a new workspace instance.Methods in adams.gui.tools.wekainvestigator that return types with arguments of type InvestigatorPanel Modifier and Type Method Description protected adams.gui.workspace.AbstractWorkspaceListPanel<InvestigatorPanel>
InvestigatorManagerPanel. newWorkspaceList()
Instantiates a new panel for workspaces.Methods in adams.gui.tools.wekainvestigator with parameters of type InvestigatorPanel Modifier and Type Method Description void
InvestigatorWorkspaceHelper. deserialize(InvestigatorPanel panel, Object data, adams.core.MessageCollection errors)
Deserializes the data and configures the panel.Object
InvestigatorWorkspaceHelper. serialize(InvestigatorPanel panel)
Generates a view of the panel that can be serialized. -
Uses of InvestigatorPanel in adams.gui.tools.wekainvestigator.job
Fields in adams.gui.tools.wekainvestigator.job declared as InvestigatorPanel Modifier and Type Field Description protected InvestigatorPanel
InvestigatorJob. m_Owner
the owner.Methods in adams.gui.tools.wekainvestigator.job that return InvestigatorPanel Modifier and Type Method Description InvestigatorPanel
InvestigatorJob. getOwner()
Returns the owner.Constructors in adams.gui.tools.wekainvestigator.job with parameters of type InvestigatorPanel Constructor Description InvestigatorJob(InvestigatorPanel owner, String title)
Initializes the job. -
Uses of InvestigatorPanel in adams.gui.tools.wekainvestigator.source
Fields in adams.gui.tools.wekainvestigator.source declared as InvestigatorPanel Modifier and Type Field Description protected InvestigatorPanel
AbstractSource. m_Owner
the owner.Methods in adams.gui.tools.wekainvestigator.source that return InvestigatorPanel Modifier and Type Method Description InvestigatorPanel
AbstractSource. getOwner()
Returns the owner of this source.Methods in adams.gui.tools.wekainvestigator.source with parameters of type InvestigatorPanel Modifier and Type Method Description void
AbstractSource. setOwner(InvestigatorPanel value)
Sets the owner for this source. -
Uses of InvestigatorPanel in adams.gui.tools.wekainvestigator.tab
Fields in adams.gui.tools.wekainvestigator.tab declared as InvestigatorPanel Modifier and Type Field Description protected InvestigatorPanel
AbstractInvestigatorTab. m_Owner
the owner.protected InvestigatorPanel
InvestigatorTabbedPane. m_Owner
the owner.Methods in adams.gui.tools.wekainvestigator.tab that return InvestigatorPanel Modifier and Type Method Description InvestigatorPanel
AbstractInvestigatorTab. getOwner()
Returns the owner of this tab.InvestigatorPanel
InvestigatorTabbedPane. getOwner()
Returns the owner.Methods in adams.gui.tools.wekainvestigator.tab with parameters of type InvestigatorPanel Modifier and Type Method Description void
AbstractInvestigatorTab. setOwner(InvestigatorPanel value)
Sets the owner for this tab.void
LogTab. setOwner(InvestigatorPanel value)
Sets the owner for this tab.Constructors in adams.gui.tools.wekainvestigator.tab with parameters of type InvestigatorPanel Constructor Description InvestigatorTabbedPane(InvestigatorPanel owner)
Initializes the tabbed pane.
-