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

Public Member Functions

 GrxServerManagerPanel (GrxServerManager manager, TabFolder parent, int style, int index, GrxPluginManager pluginManager)
 
void setStartText ()
 
void updateProcessInfo ()
 

Private Member Functions

void updateBtn ()
 
void updateRefBtn ()
 
void updateRestartBtn ()
 

Private Attributes

String argsStr_ = null
 
Text argsText_ = null
 
Button autoChkBox_ = null
 
boolean bAuto_
 
boolean bUseORB_
 
String pathStr_ = null
 
Text pathText_ = null
 
GrxPluginManager pluginManager_ = null
 
ProcessInfo processInfo_ =null
 
Button restartButton_ = null
 
boolean restartFlag_ = false
 
GrxServerManager serverManager_ = null
 
Button toggleButton_ = null
 
Button useORBChkBox_ = null
 

Static Private Attributes

static final int BUTTON_LENGTH_ = 64
 
static final int HORIZON_INDENT_ = 4
 
static final int LABEL_LENGTH_ = 40
 
static final int LOCAL_REF_BUTTON_LENGTH_ = 18
 
static final String RESTART_ = MessageBundle.get("GrxServerManagerPanel.button.restart")
 
static final String START_ = MessageBundle.get("GrxServerManagerPanel.button.start")
 
static final String STOP_ = MessageBundle.get("GrxServerManagerPanel.button.stop")
 
static final int TEXT_LENGTH_ = 256
 

Detailed Description

Definition at line 40 of file GrxServerManagerPanel.java.

Constructor & Destructor Documentation

◆ GrxServerManagerPanel()

com.generalrobotix.ui.util.GrxServerManagerPanel.GrxServerManagerPanel ( GrxServerManager  manager,
TabFolder  parent,
int  style,
int  index,
GrxPluginManager  pluginManager 
)
inline

Definition at line 68 of file GrxServerManagerPanel.java.

Member Function Documentation

◆ setStartText()

void com.generalrobotix.ui.util.GrxServerManagerPanel.setStartText ( )
inline

Definition at line 328 of file GrxServerManagerPanel.java.

◆ updateBtn()

void com.generalrobotix.ui.util.GrxServerManagerPanel.updateBtn ( )
inlineprivate

Definition at line 247 of file GrxServerManagerPanel.java.

◆ updateProcessInfo()

void com.generalrobotix.ui.util.GrxServerManagerPanel.updateProcessInfo ( )
inline

Definition at line 220 of file GrxServerManagerPanel.java.

◆ updateRefBtn()

void com.generalrobotix.ui.util.GrxServerManagerPanel.updateRefBtn ( )
inlineprivate

Definition at line 231 of file GrxServerManagerPanel.java.

◆ updateRestartBtn()

void com.generalrobotix.ui.util.GrxServerManagerPanel.updateRestartBtn ( )
inlineprivate

Definition at line 270 of file GrxServerManagerPanel.java.

Member Data Documentation

◆ argsStr_

String com.generalrobotix.ui.util.GrxServerManagerPanel.argsStr_ = null
private

Definition at line 60 of file GrxServerManagerPanel.java.

◆ argsText_

Text com.generalrobotix.ui.util.GrxServerManagerPanel.argsText_ = null
private

Definition at line 56 of file GrxServerManagerPanel.java.

◆ autoChkBox_

Button com.generalrobotix.ui.util.GrxServerManagerPanel.autoChkBox_ = null
private

Definition at line 53 of file GrxServerManagerPanel.java.

◆ bAuto_

boolean com.generalrobotix.ui.util.GrxServerManagerPanel.bAuto_
private

Definition at line 62 of file GrxServerManagerPanel.java.

◆ bUseORB_

boolean com.generalrobotix.ui.util.GrxServerManagerPanel.bUseORB_
private

Definition at line 61 of file GrxServerManagerPanel.java.

◆ BUTTON_LENGTH_

final int com.generalrobotix.ui.util.GrxServerManagerPanel.BUTTON_LENGTH_ = 64
staticprivate

Definition at line 45 of file GrxServerManagerPanel.java.

◆ HORIZON_INDENT_

final int com.generalrobotix.ui.util.GrxServerManagerPanel.HORIZON_INDENT_ = 4
staticprivate

Definition at line 42 of file GrxServerManagerPanel.java.

◆ LABEL_LENGTH_

final int com.generalrobotix.ui.util.GrxServerManagerPanel.LABEL_LENGTH_ = 40
staticprivate

Definition at line 43 of file GrxServerManagerPanel.java.

◆ LOCAL_REF_BUTTON_LENGTH_

final int com.generalrobotix.ui.util.GrxServerManagerPanel.LOCAL_REF_BUTTON_LENGTH_ = 18
staticprivate

Definition at line 44 of file GrxServerManagerPanel.java.

◆ pathStr_

String com.generalrobotix.ui.util.GrxServerManagerPanel.pathStr_ = null
private

Definition at line 59 of file GrxServerManagerPanel.java.

◆ pathText_

Text com.generalrobotix.ui.util.GrxServerManagerPanel.pathText_ = null
private

Definition at line 55 of file GrxServerManagerPanel.java.

◆ pluginManager_

GrxPluginManager com.generalrobotix.ui.util.GrxServerManagerPanel.pluginManager_ = null
private

Definition at line 66 of file GrxServerManagerPanel.java.

◆ processInfo_

ProcessInfo com.generalrobotix.ui.util.GrxServerManagerPanel.processInfo_ =null
private

Definition at line 64 of file GrxServerManagerPanel.java.

◆ RESTART_

final String com.generalrobotix.ui.util.GrxServerManagerPanel.RESTART_ = MessageBundle.get("GrxServerManagerPanel.button.restart")
staticprivate

Definition at line 49 of file GrxServerManagerPanel.java.

◆ restartButton_

Button com.generalrobotix.ui.util.GrxServerManagerPanel.restartButton_ = null
private

Definition at line 52 of file GrxServerManagerPanel.java.

◆ restartFlag_

boolean com.generalrobotix.ui.util.GrxServerManagerPanel.restartFlag_ = false
private

Definition at line 65 of file GrxServerManagerPanel.java.

◆ serverManager_

GrxServerManager com.generalrobotix.ui.util.GrxServerManagerPanel.serverManager_ = null
private

Definition at line 57 of file GrxServerManagerPanel.java.

◆ START_

final String com.generalrobotix.ui.util.GrxServerManagerPanel.START_ = MessageBundle.get("GrxServerManagerPanel.button.start")
staticprivate

Definition at line 47 of file GrxServerManagerPanel.java.

◆ STOP_

final String com.generalrobotix.ui.util.GrxServerManagerPanel.STOP_ = MessageBundle.get("GrxServerManagerPanel.button.stop")
staticprivate

Definition at line 48 of file GrxServerManagerPanel.java.

◆ TEXT_LENGTH_

final int com.generalrobotix.ui.util.GrxServerManagerPanel.TEXT_LENGTH_ = 256
staticprivate

Definition at line 46 of file GrxServerManagerPanel.java.

◆ toggleButton_

Button com.generalrobotix.ui.util.GrxServerManagerPanel.toggleButton_ = null
private

Definition at line 51 of file GrxServerManagerPanel.java.

◆ useORBChkBox_

Button com.generalrobotix.ui.util.GrxServerManagerPanel.useORBChkBox_ = null
private

Definition at line 54 of file GrxServerManagerPanel.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 Sep 8 2022 02:24:08