Uses of Class
adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteControlCenterTab
-
Packages that use AbstractRemoteControlCenterTab Package Description adams.gui.event adams.gui.tools.remotecontrolcenter adams.gui.tools.remotecontrolcenter.panels -
-
Uses of AbstractRemoteControlCenterTab in adams.gui.event
Fields in adams.gui.event declared as AbstractRemoteControlCenterTab Modifier and Type Field Description protected AbstractRemoteControlCenterTab
RemoteControlCenterEvent. m_SubPanel
the sub-panel that triggered the event (if any).Methods in adams.gui.event that return AbstractRemoteControlCenterTab Modifier and Type Method Description AbstractRemoteControlCenterTab
RemoteControlCenterEvent. getSubPanel()
Returns the sub-panel that triggered the event.Constructors in adams.gui.event with parameters of type AbstractRemoteControlCenterTab Constructor Description RemoteControlCenterEvent(RemoteControlCenterPanel source, AbstractRemoteControlCenterTab subpanel, RemoteControlCenterEvent.EventType type)
Constructs the event. -
Uses of AbstractRemoteControlCenterTab in adams.gui.tools.remotecontrolcenter
Methods in adams.gui.tools.remotecontrolcenter with parameters of type AbstractRemoteControlCenterTab Modifier and Type Method Description void
RemoteControlCenterPanel. addTab(AbstractRemoteControlCenterTab tab, boolean makeVisible)
Adds the tab. -
Uses of AbstractRemoteControlCenterTab in adams.gui.tools.remotecontrolcenter.panels
Classes in adams.gui.tools.remotecontrolcenter.panels with type parameters of type AbstractRemoteControlCenterTab Modifier and Type Class Description class
AbstractTabResponseHandler<T extends AbstractRemoteControlCenterTab>
Custom handler for intercepting the responses from theListFlows
remote command.Subclasses of AbstractRemoteControlCenterTab in adams.gui.tools.remotecontrolcenter.panels Modifier and Type Class Description class
AbstractRemoteFlowTab
Ancestor for tabs that get applied to remote flows using their ID(s).class
AdvancedTab
Sends a command.class
RemoteFlowCommandsTab
Tab for executing actions on remote flows.class
RemoteLoggingTab
Tab for starting/stopping tapping into the logging messages of a remote flow (both machines can communicate via host/port).Fields in adams.gui.tools.remotecontrolcenter.panels declared as AbstractRemoteControlCenterTab Modifier and Type Field Description protected T
AbstractTabResponseHandler. m_Tab
the owner.protected AbstractRemoteControlCenterTab
AdvancedTab.InspectionResponseHandler. m_Tab
the tab.Methods in adams.gui.tools.remotecontrolcenter.panels that return AbstractRemoteControlCenterTab Modifier and Type Method Description AbstractRemoteControlCenterTab
AdvancedTab.InspectionResponseHandler. getTab()
Returns the tab this handler belongs to.Methods in adams.gui.tools.remotecontrolcenter.panels with parameters of type AbstractRemoteControlCenterTab Modifier and Type Method Description void
AdvancedTab.InspectionResponseHandler. setTab(AbstractRemoteControlCenterTab value)
Sets the tab this handler belongs to.Constructors in adams.gui.tools.remotecontrolcenter.panels with parameters of type AbstractRemoteControlCenterTab Constructor Description SimpleTabResponseHandler(AbstractRemoteControlCenterTab tab)
Initializes the handler.
-