Uses of Interface
org.correomqtt.gui.controller.ConnectionSettingsViewDelegate
| Package | Description |
|---|---|
| org.correomqtt.gui.controller |
-
Uses of ConnectionSettingsViewDelegate in org.correomqtt.gui.controller
Classes in org.correomqtt.gui.controller that implement ConnectionSettingsViewDelegate Modifier and Type Class Description classMainViewControllerMethods in org.correomqtt.gui.controller with parameters of type ConnectionSettingsViewDelegate Modifier and Type Method Description static org.correomqtt.gui.controller.LoaderResult<ConnectionOnbordingViewController>ConnectionOnbordingViewController. load(ConnectionOnboardingDelegate connectionsOnboardingDelegate, ConnectionSettingsViewDelegate connectionSettingsViewDelegate)static org.correomqtt.gui.controller.LoaderResult<ConnectionSettingsViewController>ConnectionSettingsViewController. load(ConnectionSettingsViewDelegate delegate)static voidConnectionSettingsViewController. showAsDialog(ConnectionSettingsViewDelegate delegate)Constructors in org.correomqtt.gui.controller with parameters of type ConnectionSettingsViewDelegate Constructor Description ConnectionOnbordingViewController(ConnectionOnboardingDelegate connectionsOnboardingDelegate, ConnectionSettingsViewDelegate connectionSettingsViewDelegate)ConnectionSettingsViewController(ConnectionSettingsViewDelegate delegate)