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 AbstractRemoteControlCenterTabRemoteControlCenterEvent. m_SubPanelthe sub-panel that triggered the event (if any).Methods in adams.gui.event that return AbstractRemoteControlCenterTab Modifier and Type Method Description AbstractRemoteControlCenterTabRemoteControlCenterEvent. 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 voidRemoteControlCenterPanel. 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 classAbstractTabResponseHandler<T extends AbstractRemoteControlCenterTab>Custom handler for intercepting the responses from theListFlowsremote command.Subclasses of AbstractRemoteControlCenterTab in adams.gui.tools.remotecontrolcenter.panels Modifier and Type Class Description classAbstractRemoteFlowTabAncestor for tabs that get applied to remote flows using their ID(s).classAdvancedTabSends a command.classRemoteFlowCommandsTabTab for executing actions on remote flows.classRemoteLoggingTabTab 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 TAbstractTabResponseHandler. m_Tabthe owner.protected AbstractRemoteControlCenterTabAdvancedTab.InspectionResponseHandler. m_Tabthe tab.Methods in adams.gui.tools.remotecontrolcenter.panels that return AbstractRemoteControlCenterTab Modifier and Type Method Description AbstractRemoteControlCenterTabAdvancedTab.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 voidAdvancedTab.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.
-