The Robot Application Programming Interface Delegate Project
RAPID Logo

StartStopView Class Reference

StartStopView contians 2 widgets: Start and Stop buttons that start publishing to a socket, or stop publishing. More...

Inheritance diagram for StartStopView:
Collaboration diagram for StartStopView:

List of all members.

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< StartButtonListenerstartButtonListeners = new ArrayList<StartButtonListener>()

Detailed Description

Author:
jtorres

Member Function Documentation

void addStartButtonListener ( StartButtonListener  l)
void createPartControl ( Composite  parent)

Here is the call graph for this function:

void setFocus ( )
void updateStartButtonListeners ( )

Member Data Documentation

final String ID = "gov.nasa.rapid.examples.view.StartStopView" [static]
Button startButton [protected]
List<StartButtonListener> startButtonListeners = new ArrayList<StartButtonListener>() [package]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines