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 InvestigatorPanelInvestigatorManagerPanel. 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 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 voidInvestigatorWorkspaceHelper. deserialize(InvestigatorPanel panel, Object data, MessageCollection errors)Deserializes the data and configures the panel.ObjectInvestigatorWorkspaceHelper. 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 InvestigatorPanelInvestigatorJob. m_Ownerthe owner.Methods in adams.gui.tools.wekainvestigator.job that return InvestigatorPanel Modifier and Type Method Description InvestigatorPanelInvestigatorJob. 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 InvestigatorPanelAbstractSource. m_Ownerthe owner.Methods in adams.gui.tools.wekainvestigator.source that return InvestigatorPanel Modifier and Type Method Description InvestigatorPanelAbstractSource. getOwner()Returns the owner of this source.Methods in adams.gui.tools.wekainvestigator.source with parameters of type InvestigatorPanel Modifier and Type Method Description voidAbstractSource. 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 InvestigatorPanelAbstractInvestigatorTab. m_Ownerthe owner.protected InvestigatorPanelInvestigatorTabbedPane. m_Ownerthe owner.Methods in adams.gui.tools.wekainvestigator.tab that return InvestigatorPanel Modifier and Type Method Description InvestigatorPanelAbstractInvestigatorTab. getOwner()Returns the owner of this tab.InvestigatorPanelInvestigatorTabbedPane. getOwner()Returns the owner.Methods in adams.gui.tools.wekainvestigator.tab with parameters of type InvestigatorPanel Modifier and Type Method Description voidAbstractInvestigatorTab. setOwner(InvestigatorPanel value)Sets the owner for this tab.voidLogTab. 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.
-