Uses of Class
org.astrogrid.samp.gui.GuiHubConnector
Packages that use GuiHubConnector
Package
Description
Classes required only for graphical components based on SAMP classes.
-
Uses of GuiHubConnector in org.astrogrid.samp.gui
Subclasses of GuiHubConnector in org.astrogrid.samp.guiModifier and TypeClassDescriptionclass
HubConnector implementation which provides facilities for keeping track of incoming and outgoing messages as well as the other GUI features.Methods in org.astrogrid.samp.gui that return GuiHubConnectorModifier and TypeMethodDescriptionSendActionManager.getConnector()
Returns this manager's hub connector.HubMonitor.getHubConnector()
Returns this monitor's HubConnector.Constructors in org.astrogrid.samp.gui with parameters of type GuiHubConnectorModifierConstructorDescriptionAbstractCallActionManager
(Component parent, GuiHubConnector connector, ListModel clientListModel) Constructor.IndividualCallActionManager
(Component parent, GuiHubConnector connector, ListModel clientListModel) Constructor.NotifyActionManager
(Component parent, GuiHubConnector connector, String mtype, String sendType) Constructor.protected
SendActionManager
(GuiHubConnector connector, ListModel clientListModel) Constructor.SubscribedClientListModel
(GuiHubConnector connector, String mtype) Constructor for single MType.SubscribedClientListModel
(GuiHubConnector connector, String[] mtypes) Constructor for multiple MTypes.UniformCallActionManager
(Component parent, GuiHubConnector connector, String mtype, String sendType) Constructor. -
Uses of GuiHubConnector in org.astrogrid.samp.util
Constructors in org.astrogrid.samp.util with parameters of type GuiHubConnectorModifierConstructorDescriptionSampLoad
(GuiHubConnector connector, ResourceType rtype, URL url, String location) Constructor.