Uses of Class
adams.gui.tools.remotecontrolcenter.RemoteControlCenterPanel
-
Packages that use RemoteControlCenterPanel Package Description adams.gui.event adams.gui.tools.remotecontrolcenter adams.gui.tools.remotecontrolcenter.panels -
-
Uses of RemoteControlCenterPanel in adams.gui.event
Methods in adams.gui.event that return RemoteControlCenterPanel Modifier and Type Method Description RemoteControlCenterPanelRemoteControlCenterEvent. getPanel()Returns the panel that triggered the event.Constructors in adams.gui.event with parameters of type RemoteControlCenterPanel Constructor Description RemoteControlCenterEvent(RemoteControlCenterPanel source, RemoteControlCenterEvent.EventType type)Constructs the event.RemoteControlCenterEvent(RemoteControlCenterPanel source, AbstractRemoteControlCenterTab subpanel, RemoteControlCenterEvent.EventType type)Constructs the event. -
Uses of RemoteControlCenterPanel in adams.gui.tools.remotecontrolcenter
Methods in adams.gui.tools.remotecontrolcenter that return RemoteControlCenterPanel Modifier and Type Method Description protected RemoteControlCenterPanelRemoteControlCenterManagerPanel. newWorkspace(boolean init)Returns a new workspace instance. -
Uses of RemoteControlCenterPanel in adams.gui.tools.remotecontrolcenter.panels
Fields in adams.gui.tools.remotecontrolcenter.panels declared as RemoteControlCenterPanel Modifier and Type Field Description protected RemoteControlCenterPanelAbstractRemoteControlCenterTab. m_Ownerthe owning control center panel.Methods in adams.gui.tools.remotecontrolcenter.panels that return RemoteControlCenterPanel Modifier and Type Method Description RemoteControlCenterPanelAbstractRemoteControlCenterTab. getOwner()Returns the owner.Methods in adams.gui.tools.remotecontrolcenter.panels with parameters of type RemoteControlCenterPanel Modifier and Type Method Description voidAbstractRemoteControlCenterTab. setOwner(RemoteControlCenterPanel value)Sets the owner.
-