Public Member Functions | Static Public Member Functions | Private Attributes | Static Private Attributes
jp.go.aist.hrp.joystick.views.joystickView Class Reference
Inheritance diagram for jp.go.aist.hrp.joystick.views.joystickView:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void createPartControl (Composite parent)
void execJoystick ()
 Joystick コンポーネントの立ち上げ
 joystickView ()
void setFocus ()

Static Public Member Functions

static Point getJoystickPosition ()

Private Attributes

Canvas canvas
boolean mouseDrag = false
Region region

Static Private Attributes

static Point PC = pj
static Point pj = new Point(0,0)

Detailed Description

This sample class demonstrates how to plug-in a new workbench view. The view shows data obtained from the model. The sample creates a dummy model on the fly, but a real implementation would connect to the model available either in this or another plug-in (e.g. the workspace). The view is connected to the model using a content provider.

The view uses a label provider to define how model objects should be presented in the view. Each view can present the same model objects using different labels and icons, if needed. Alternatively, a single label provider can be shared between views in order to ensure that objects of the same type are presented in the same way everywhere.

Definition at line 34 of file joystickView.java.


Constructor & Destructor Documentation

Definition at line 41 of file joystickView.java.


Member Function Documentation

Definition at line 87 of file joystickView.java.

Joystick コンポーネントの立ち上げ

Definition at line 49 of file joystickView.java.

Definition at line 81 of file joystickView.java.

Definition at line 189 of file joystickView.java.


Member Data Documentation

Definition at line 35 of file joystickView.java.

Definition at line 38 of file joystickView.java.

Definition at line 37 of file joystickView.java.

Point jp.go.aist.hrp.joystick.views.joystickView.pj = new Point(0,0) [static, private]

Definition at line 36 of file joystickView.java.

Definition at line 39 of file joystickView.java.


The documentation for this class was generated from the following file:


openhrp3
Author(s): AIST, General Robotix Inc., Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo
autogenerated on Thu Apr 11 2019 03:30:22