Uses of Class
org.openaltimeter.desktopapp.MainWindow.DataState

Packages that use MainWindow.DataState
org.openaltimeter.desktopapp   
 

Uses of MainWindow.DataState in org.openaltimeter.desktopapp
 

Methods in org.openaltimeter.desktopapp that return MainWindow.DataState
static MainWindow.DataState MainWindow.DataState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MainWindow.DataState[] MainWindow.DataState.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 MainWindow.DataState
 void MainWindow.setDataState(MainWindow.DataState state)