The Robot Application Programming Interface Delegate Project
|
StartStopView contians 2 widgets: Start and Stop buttons that start publishing to a socket, or stop publishing. More...
Public Member Functions | |
void | createPartControl (Composite parent) |
This is a callback that will allow us to create the viewer and initialize it. | |
void | updateStartButtonListeners () |
void | addStartButtonListener (StartButtonListener l) |
void | setFocus () |
Passing the focus request to the viewer's control. | |
Static Public Attributes | |
static final String | ID = "gov.nasa.rapid.examples.view.StartStopView" |
Protected Attributes | |
Button | startButton |
Package Attributes | |
List< StartButtonListener > | startButtonListeners = new ArrayList<StartButtonListener>() |
void addStartButtonListener | ( | StartButtonListener | l | ) |
void createPartControl | ( | Composite | parent | ) |
void setFocus | ( | ) |
void updateStartButtonListeners | ( | ) |
final String ID = "gov.nasa.rapid.examples.view.StartStopView" [static] |
Button startButton [protected] |
List<StartButtonListener> startButtonListeners = new ArrayList<StartButtonListener>() [package] |