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 RemoteControlCenterPanel
RemoteControlCenterEvent. 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 RemoteControlCenterPanel
RemoteControlCenterManagerPanel. 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 RemoteControlCenterPanel
AbstractRemoteControlCenterTab. m_Owner
the owning control center panel.Methods in adams.gui.tools.remotecontrolcenter.panels that return RemoteControlCenterPanel Modifier and Type Method Description RemoteControlCenterPanel
AbstractRemoteControlCenterTab. getOwner()
Returns the owner.Methods in adams.gui.tools.remotecontrolcenter.panels with parameters of type RemoteControlCenterPanel Modifier and Type Method Description void
AbstractRemoteControlCenterTab. setOwner(RemoteControlCenterPanel value)
Sets the owner.
-