Uses of Class
org.openaltimeter.desktopapp.Controller.ConnectionState

Packages that use Controller.ConnectionState
org.openaltimeter.desktopapp   
 

Uses of Controller.ConnectionState in org.openaltimeter.desktopapp
 

Methods in org.openaltimeter.desktopapp that return Controller.ConnectionState
static Controller.ConnectionState Controller.ConnectionState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Controller.ConnectionState[] Controller.ConnectionState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.openaltimeter.desktopapp with parameters of type Controller.ConnectionState
 void MainWindow.setConnectedState(Controller.ConnectionState state)