Uses of Class
org.astrogrid.samp.gui.GuiHubConnector
-
Packages that use GuiHubConnector Package Description org.astrogrid.samp.gui Classes required only for graphical components based on SAMP classes.org.astrogrid.samp.util -
-
Uses of GuiHubConnector in org.astrogrid.samp.gui
Subclasses of GuiHubConnector in org.astrogrid.samp.gui Modifier and Type Class Description class
MessageTrackerHubConnector
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 GuiHubConnector Modifier and Type Method Description GuiHubConnector
SendActionManager. getConnector()
Returns this manager's hub connector.GuiHubConnector
HubMonitor. getHubConnector()
Returns this monitor's HubConnector.Constructors in org.astrogrid.samp.gui with parameters of type GuiHubConnector Constructor Description AbstractCallActionManager(java.awt.Component parent, GuiHubConnector connector, javax.swing.ListModel clientListModel)
Constructor.IndividualCallActionManager(java.awt.Component parent, GuiHubConnector connector, javax.swing.ListModel clientListModel)
Constructor.NotifyActionManager(java.awt.Component parent, GuiHubConnector connector, java.lang.String mtype, java.lang.String sendType)
Constructor.SendActionManager(GuiHubConnector connector, javax.swing.ListModel clientListModel)
Constructor.SubscribedClientListModel(GuiHubConnector connector, java.lang.String mtype)
Constructor for single MType.SubscribedClientListModel(GuiHubConnector connector, java.lang.String[] mtypes)
Constructor for multiple MTypes.UniformCallActionManager(java.awt.Component parent, GuiHubConnector connector, java.lang.String mtype, java.lang.String sendType)
Constructor. -
Uses of GuiHubConnector in org.astrogrid.samp.util
Constructors in org.astrogrid.samp.util with parameters of type GuiHubConnector Constructor Description SampLoad(GuiHubConnector connector, ResourceType rtype, java.net.URL url, java.lang.String location)
Constructor.
-