public class UpdateUI
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
UpdateUI.Callback |
Modifier and Type | Field and Description |
---|---|
static boolean |
DEBUG |
protected NetworkStatus |
networkStatus |
protected java.lang.String |
networkStatusExtra |
protected java.lang.String |
networkStatusMessage |
protected PeerStatus |
peerStatus |
protected RobotState |
robotState |
protected RobotStatus |
robotStatus |
protected java.lang.String |
stateStatusMessage |
protected android.widget.TextView |
textDeviceName |
protected android.widget.TextView |
textErrorMessage |
protected int |
textErrorMessageOriginalColor |
protected android.widget.TextView[] |
textGamepad |
protected android.widget.TextView |
textNetworkConnectionStatus |
protected android.widget.TextView |
textOpMode |
protected android.widget.TextView |
textRobotStatus |
Constructor and Description |
---|
UpdateUI(android.app.Activity activity,
Dimmer dimmer) |
Modifier and Type | Method and Description |
---|---|
void |
setControllerService(FtcRobotControllerService controllerService) |
void |
setRestarter(Restarter restarter) |
protected void |
setText(android.widget.TextView textView,
java.lang.String message) |
void |
setTextViews(android.widget.TextView textWifiDirectStatus,
android.widget.TextView textRobotStatus,
android.widget.TextView[] textGamepad,
android.widget.TextView textOpMode,
android.widget.TextView textErrorMessage,
android.widget.TextView textDeviceName) |
public static final boolean DEBUG
protected android.widget.TextView textDeviceName
protected android.widget.TextView textNetworkConnectionStatus
protected android.widget.TextView textRobotStatus
protected android.widget.TextView[] textGamepad
protected android.widget.TextView textOpMode
protected android.widget.TextView textErrorMessage
protected int textErrorMessageOriginalColor
protected RobotState robotState
protected RobotStatus robotStatus
protected NetworkStatus networkStatus
protected java.lang.String networkStatusExtra
protected PeerStatus peerStatus
protected java.lang.String networkStatusMessage
protected java.lang.String stateStatusMessage
public void setTextViews(android.widget.TextView textWifiDirectStatus, android.widget.TextView textRobotStatus, android.widget.TextView[] textGamepad, android.widget.TextView textOpMode, android.widget.TextView textErrorMessage, android.widget.TextView textDeviceName)
protected void setText(android.widget.TextView textView, java.lang.String message)
public void setControllerService(FtcRobotControllerService controllerService)
public void setRestarter(Restarter restarter)