Uses of Class
org.correomqtt.gui.model.ConnectionState
-
Packages that use ConnectionState Package Description org.correomqtt.gui.controller org.correomqtt.gui.model -
-
Uses of ConnectionState in org.correomqtt.gui.controller
Methods in org.correomqtt.gui.controller with parameters of type ConnectionState Modifier and Type Method Description voidConnectionViewController. setConnectionState(ConnectionState state)voidConnectionViewDelegate. setConnectionState(String tabId, ConnectionState state)voidControlBarDelegate. setConnectionState(ConnectionState state)voidMainViewController. setConnectionState(String tabId, ConnectionState state) -
Uses of ConnectionState in org.correomqtt.gui.model
Methods in org.correomqtt.gui.model that return ConnectionState Modifier and Type Method Description static ConnectionStateConnectionState. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionState[]ConnectionState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-