Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT Class Reference
Inheritance diagram for com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT:
Inheritance graph
[legend]

Public Member Functions

void fixValue ()
 
SEDouble getValue ()
 
double getValueDouble ()
 
boolean isOk (double v)
 
 SEDoubleTextWithSpinForSWT (Composite parent, int style, double min, double max, double step)
 
void setEnabled (boolean flag)
 
void setValue (String s)
 
void setValue (double v)
 

Protected Member Functions

double text2value ()
 
void updateValue ()
 

Private Member Functions

void decrementValue ()
 
void incrementValue ()
 
void startDecrementTimer ()
 
void startIncrementTimer ()
 
void stopDecrementTimer ()
 
void stopIncrementTimer ()
 

Private Attributes

Button buttonDOWN_
 
Button buttonUP_
 
Runnable decrementRun_
 
Runnable incrementRun_
 
boolean isMouseOverBtnDown_ = false
 
boolean isMouseOverBtnUp_ = false
 
double max_
 
double min_
 
int mouseBtnAccelNeed_ = 5
 
int mouseBtnAccelRepeat_ = 50
 
int mouseBtnActionNum = 0
 
int mouseBtnRepeat_ = 200
 
Composite parent_
 
double step_
 
Text text_
 
SEDouble value_
 

Detailed Description

Definition at line 23 of file SEDoubleTextWithSpinForSWT.java.

Constructor & Destructor Documentation

com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT.SEDoubleTextWithSpinForSWT ( Composite  parent,
int  style,
double  min,
double  max,
double  step 
)
inline

Definition at line 43 of file SEDoubleTextWithSpinForSWT.java.

Member Function Documentation

void com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT.decrementValue ( )
inlineprivate

Definition at line 265 of file SEDoubleTextWithSpinForSWT.java.

void com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT.fixValue ( )
inline

Definition at line 307 of file SEDoubleTextWithSpinForSWT.java.

SEDouble com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT.getValue ( void  )
inline

Definition at line 228 of file SEDoubleTextWithSpinForSWT.java.

double com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT.getValueDouble ( )
inline

Definition at line 231 of file SEDoubleTextWithSpinForSWT.java.

void com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT.incrementValue ( )
inlineprivate

Definition at line 260 of file SEDoubleTextWithSpinForSWT.java.

boolean com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT.isOk ( double  v)
inline

Definition at line 248 of file SEDoubleTextWithSpinForSWT.java.

void com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT.setEnabled ( boolean  flag)
inline

Definition at line 252 of file SEDoubleTextWithSpinForSWT.java.

void com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT.setValue ( String  s)
inline

Definition at line 235 of file SEDoubleTextWithSpinForSWT.java.

void com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT.setValue ( double  v)
inline

Definition at line 240 of file SEDoubleTextWithSpinForSWT.java.

void com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT.startDecrementTimer ( )
inlineprivate

Definition at line 288 of file SEDoubleTextWithSpinForSWT.java.

void com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT.startIncrementTimer ( )
inlineprivate

Definition at line 270 of file SEDoubleTextWithSpinForSWT.java.

void com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT.stopDecrementTimer ( )
inlineprivate

Definition at line 297 of file SEDoubleTextWithSpinForSWT.java.

void com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT.stopIncrementTimer ( )
inlineprivate

Definition at line 279 of file SEDoubleTextWithSpinForSWT.java.

double com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT.text2value ( )
inlineprotected

Definition at line 217 of file SEDoubleTextWithSpinForSWT.java.

void com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT.updateValue ( )
inlineprotected

Definition at line 313 of file SEDoubleTextWithSpinForSWT.java.

Member Data Documentation

Button com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT.buttonDOWN_
private

Definition at line 32 of file SEDoubleTextWithSpinForSWT.java.

Button com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT.buttonUP_
private

Definition at line 31 of file SEDoubleTextWithSpinForSWT.java.

Runnable com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT.decrementRun_
private

Definition at line 41 of file SEDoubleTextWithSpinForSWT.java.

Runnable com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT.incrementRun_
private

Definition at line 40 of file SEDoubleTextWithSpinForSWT.java.

boolean com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT.isMouseOverBtnDown_ = false
private

Definition at line 39 of file SEDoubleTextWithSpinForSWT.java.

boolean com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT.isMouseOverBtnUp_ = false
private

Definition at line 38 of file SEDoubleTextWithSpinForSWT.java.

double com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT.max_
private

Definition at line 25 of file SEDoubleTextWithSpinForSWT.java.

double com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT.min_
private

Definition at line 26 of file SEDoubleTextWithSpinForSWT.java.

int com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT.mouseBtnAccelNeed_ = 5
private

Definition at line 36 of file SEDoubleTextWithSpinForSWT.java.

int com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT.mouseBtnAccelRepeat_ = 50
private

Definition at line 37 of file SEDoubleTextWithSpinForSWT.java.

int com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT.mouseBtnActionNum = 0
private

Definition at line 34 of file SEDoubleTextWithSpinForSWT.java.

int com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT.mouseBtnRepeat_ = 200
private

Definition at line 35 of file SEDoubleTextWithSpinForSWT.java.

Composite com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT.parent_
private

Definition at line 29 of file SEDoubleTextWithSpinForSWT.java.

double com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT.step_
private

Definition at line 27 of file SEDoubleTextWithSpinForSWT.java.

Text com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT.text_
private

Definition at line 30 of file SEDoubleTextWithSpinForSWT.java.

SEDouble com.generalrobotix.ui.view.graph.SEDoubleTextWithSpinForSWT.value_
private

Definition at line 24 of file SEDoubleTextWithSpinForSWT.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 Sat May 8 2021 02:42:44