Definition at line 59 of file GrxLoggerView.java.
com.generalrobotix.ui.view.GrxLoggerView.GrxLoggerView | ( | String | name, |
GrxPluginManager | manager, | ||
GrxBaseViewPart | vp, | ||
Composite | parent | ||
) | [inline] |
name | |
manager | |
vp | |
parent |
Definition at line 147 of file GrxLoggerView.java.
boolean com.generalrobotix.ui.view.GrxLoggerView._isAtTheEndAfterPlayback | ( | ) | [inline, private] |
Definition at line 450 of file GrxLoggerView.java.
void com.generalrobotix.ui.view.GrxLoggerView._setTimeSeriesItem | ( | GrxWorldStateItem | item | ) | [inline, private] |
Definition at line 565 of file GrxLoggerView.java.
void com.generalrobotix.ui.view.GrxLoggerView._updateTimeField | ( | GrxWorldStateItem | item | ) | [inline, private] |
update time field
Definition at line 634 of file GrxLoggerView.java.
void com.generalrobotix.ui.view.GrxLoggerView.backPosition | ( | ) | [inline, private] |
Definition at line 761 of file GrxLoggerView.java.
Definition at line 727 of file GrxLoggerView.java.
Definition at line 732 of file GrxLoggerView.java.
void com.generalrobotix.ui.view.GrxLoggerView.forwardPosition | ( | ) | [inline, private] |
Definition at line 766 of file GrxLoggerView.java.
get current position of playback
Definition at line 657 of file GrxLoggerView.java.
int com.generalrobotix.ui.view.GrxLoggerView.getMaximum | ( | ) | [inline] |
double com.generalrobotix.ui.view.GrxLoggerView.getPlayRate | ( | ) | [inline] |
check where playing now or not
Definition at line 551 of file GrxLoggerView.java.
void com.generalrobotix.ui.view.GrxLoggerView.pause | ( | ) | [inline] |
pause playback
Definition at line 542 of file GrxLoggerView.java.
void com.generalrobotix.ui.view.GrxLoggerView.play | ( | ) | [inline, private] |
Definition at line 459 of file GrxLoggerView.java.
void com.generalrobotix.ui.view.GrxLoggerView.registerItemChange | ( | GrxBaseItem | item, |
int | event | ||
) | [inline] |
Reimplemented from com.generalrobotix.ui.GrxBaseView.
Definition at line 584 of file GrxLoggerView.java.
restore properties. Called by menu item "restore Properties"
Reimplemented from com.generalrobotix.ui.GrxBaseView.
Definition at line 558 of file GrxLoggerView.java.
void com.generalrobotix.ui.view.GrxLoggerView.setEnabled | ( | boolean | b | ) | [inline, private] |
Definition at line 714 of file GrxLoggerView.java.
void com.generalrobotix.ui.view.GrxLoggerView.setUp | ( | ) | [inline] |
Reimplemented from com.generalrobotix.ui.GrxBaseView.
Definition at line 429 of file GrxLoggerView.java.
void com.generalrobotix.ui.view.GrxLoggerView.shutdown | ( | ) | [inline] |
Reimplemented from com.generalrobotix.ui.GrxBasePlugin.
Definition at line 737 of file GrxLoggerView.java.
void com.generalrobotix.ui.view.GrxLoggerView.sliderTimeSetMaximam | ( | int | value | ) | [inline, private] |
Definition at line 749 of file GrxLoggerView.java.
void com.generalrobotix.ui.view.GrxLoggerView.startBackPosTimer | ( | ) | [inline, private] |
Definition at line 771 of file GrxLoggerView.java.
void com.generalrobotix.ui.view.GrxLoggerView.startForwardPosTimer | ( | ) | [inline, private] |
Definition at line 789 of file GrxLoggerView.java.
void com.generalrobotix.ui.view.GrxLoggerView.stopBackPosTimer | ( | ) | [inline, private] |
Definition at line 780 of file GrxLoggerView.java.
void com.generalrobotix.ui.view.GrxLoggerView.stopForwardPosTimer | ( | ) | [inline, private] |
Definition at line 798 of file GrxLoggerView.java.
void com.generalrobotix.ui.view.GrxLoggerView.update | ( | GrxBasePlugin | plugin, |
Object... | arg | ||
) | [inline] |
Reimplemented from com.generalrobotix.ui.GrxBaseView.
Definition at line 661 of file GrxLoggerView.java.
void com.generalrobotix.ui.view.GrxLoggerView.updatePosition | ( | GrxBasePlugin | plugin, |
Integer | arg_pos | ||
) | [inline] |
Reimplemented from com.generalrobotix.ui.GrxBaseView.
Definition at line 691 of file GrxLoggerView.java.
final String [] com.generalrobotix.ui.view.GrxLoggerView.actDIcons_ [static, private] |
{ "icond_fastrwd.png", "icond_slowrwd.png", "icond_pause.png", "icond_playback.png", "icond_slowfwd.png", "icond_fastfwd.png" }
Definition at line 104 of file GrxLoggerView.java.
final String [] com.generalrobotix.ui.view.GrxLoggerView.actIcons_ [static, private] |
{ "icon_fastrwd.png", "icon_slowrwd.png", "icon_pause.png", "icon_playback.png", "icon_slowfwd.png", "icon_fastfwd.png" }
Definition at line 97 of file GrxLoggerView.java.
String [] com.generalrobotix.ui.view.GrxLoggerView.actToolTips_ [private] |
new String[] { MessageBundle.get("GrxLoggerView.text.fastRwd"),MessageBundle.get("GrxLoggerView.text.slowRwd"), MessageBundle.get("GrxLoggerView.text.pause"), MessageBundle.get("GrxLoggerView.text.play"), MessageBundle.get("GrxLoggerView.text.slowFwd"), MessageBundle.get("GrxLoggerView.text.fastFwd") }
Definition at line 92 of file GrxLoggerView.java.
Runnable com.generalrobotix.ui.view.GrxLoggerView.backPosRun_ [private] |
Definition at line 128 of file GrxLoggerView.java.
Button com.generalrobotix.ui.view.GrxLoggerView.btnFrameF_ [private] |
Definition at line 79 of file GrxLoggerView.java.
Button com.generalrobotix.ui.view.GrxLoggerView.btnFrameR_ [private] |
Definition at line 80 of file GrxLoggerView.java.
Button [] com.generalrobotix.ui.view.GrxLoggerView.btns_ = new Button[2] [private] |
Definition at line 81 of file GrxLoggerView.java.
String [] com.generalrobotix.ui.view.GrxLoggerView.btnToolTips [private] |
new String[] { MessageBundle.get("GrxLoggerView.text.oneRwd"), MessageBundle.get("GrxLoggerView.text.onePlay") }
Definition at line 83 of file GrxLoggerView.java.
boolean com.generalrobotix.ui.view.GrxLoggerView.buttonClick_ = false [private] |
Definition at line 71 of file GrxLoggerView.java.
int com.generalrobotix.ui.view.GrxLoggerView.current_ = 0 [private] |
Definition at line 65 of file GrxLoggerView.java.
Definition at line 62 of file GrxLoggerView.java.
final int com.generalrobotix.ui.view.GrxLoggerView.defaultFrameRate_ = 10 [static, private] |
Definition at line 113 of file GrxLoggerView.java.
DecimalFormat com.generalrobotix.ui.view.GrxLoggerView.FORMAT_FAST = new DecimalFormat("Play x ##;Play x-##") [static, private] |
Definition at line 116 of file GrxLoggerView.java.
DecimalFormat com.generalrobotix.ui.view.GrxLoggerView.FORMAT_SLOW = new DecimalFormat("Play x 1/##;Play x-1/##") [static, private] |
Definition at line 117 of file GrxLoggerView.java.
Runnable com.generalrobotix.ui.view.GrxLoggerView.forwardPosRun_ [private] |
Definition at line 129 of file GrxLoggerView.java.
Definition at line 67 of file GrxLoggerView.java.
final String [] com.generalrobotix.ui.view.GrxLoggerView.icons_ = { "icon_frame-.png", "icon_frame+.png" } [static, private] |
Definition at line 87 of file GrxLoggerView.java.
boolean com.generalrobotix.ui.view.GrxLoggerView.inSimulation_ = false [private] |
Definition at line 70 of file GrxLoggerView.java.
boolean com.generalrobotix.ui.view.GrxLoggerView.isControlDisabled_ = false [private] |
Definition at line 69 of file GrxLoggerView.java.
boolean com.generalrobotix.ui.view.GrxLoggerView.isMouseOverBtnF_ = false [private] |
Definition at line 127 of file GrxLoggerView.java.
boolean com.generalrobotix.ui.view.GrxLoggerView.isMouseOverBtnR_ = false [private] |
Definition at line 126 of file GrxLoggerView.java.
boolean com.generalrobotix.ui.view.GrxLoggerView.isPlaying_ = false [private] |
Definition at line 68 of file GrxLoggerView.java.
Label com.generalrobotix.ui.view.GrxLoggerView.lblFrameRate_ [private] |
Definition at line 75 of file GrxLoggerView.java.
Label com.generalrobotix.ui.view.GrxLoggerView.lblPlayRate_ [private] |
Definition at line 114 of file GrxLoggerView.java.
double com.generalrobotix.ui.view.GrxLoggerView.logTimeStepMs_ [package] |
Definition at line 133 of file GrxLoggerView.java.
final int com.generalrobotix.ui.view.GrxLoggerView.maxFrameRate_ = 50 [static, private] |
Definition at line 112 of file GrxLoggerView.java.
final long com.generalrobotix.ui.view.GrxLoggerView.mills2nano = 1000 * 1000 [package] |
Definition at line 138 of file GrxLoggerView.java.
Definition at line 124 of file GrxLoggerView.java.
int com.generalrobotix.ui.view.GrxLoggerView.mouseBtnAccelRepeat_ = 30 [private] |
Definition at line 125 of file GrxLoggerView.java.
Definition at line 122 of file GrxLoggerView.java.
int com.generalrobotix.ui.view.GrxLoggerView.mouseBtnRepeat_ = 200 [private] |
Definition at line 123 of file GrxLoggerView.java.
long com.generalrobotix.ui.view.GrxLoggerView.nextTimerNs_ [package] |
Definition at line 137 of file GrxLoggerView.java.
double com.generalrobotix.ui.view.GrxLoggerView.playRate_ = 1.0 [private] |
Definition at line 66 of file GrxLoggerView.java.
long com.generalrobotix.ui.view.GrxLoggerView.prevDispNs_ [package] |
Definition at line 135 of file GrxLoggerView.java.
Definition at line 63 of file GrxLoggerView.java.
Scale com.generalrobotix.ui.view.GrxLoggerView.sliderFrameRate_ [private] |
Definition at line 74 of file GrxLoggerView.java.
Scale com.generalrobotix.ui.view.GrxLoggerView.sliderTime_ [private] |
Definition at line 76 of file GrxLoggerView.java.
Text com.generalrobotix.ui.view.GrxLoggerView.tFldTime_ [private] |
Definition at line 89 of file GrxLoggerView.java.
String com.generalrobotix.ui.view.GrxLoggerView.timeFormat = "%8.3f" [static, private] |
Definition at line 118 of file GrxLoggerView.java.
final String com.generalrobotix.ui.view.GrxLoggerView.TITLE = "Logger" [static] |
Definition at line 60 of file GrxLoggerView.java.
Action [] com.generalrobotix.ui.view.GrxLoggerView.toolActs_ = new Action[6] [private] |
Definition at line 91 of file GrxLoggerView.java.