Public Member Functions | |
File | chooseSaveFile () |
GrxBaseItem | clone () |
Override clone method. | |
boolean | create () |
void | delete () |
delete this item | |
File | getDefaultDir () |
get default directory | |
String | getFileExtention () |
get file extension | |
Object | getValue () |
boolean | load (File file) |
void | paste (String clipVal) |
paste object | |
void | setValue (Object o) |
Protected Member Functions | |
GrxBaseItem (String name, GrxPluginManager manager) | |
constructor | |
void | setDefaultDirectory (String dir) |
void | setFileExtension (String ext) |
Protected Attributes | |
String | clipValue_ = "" |
File | file_ |
Static Protected Attributes | |
static final String[] | jointTypeComboItem_ = new String[] { "fixed", "rotate", "free", "slide" } |
static final String[] | methodComboItem_ = new String[] { "EULER", "RUNGE_KUTTA" } |
static final String[] | modeComboItem_ = new String[] { "Torque", "HighGain" } |
Private Attributes | |
File | defaultFileDir_ |
String | ext_ |
Object | value_ = null |
Definition at line 35 of file GrxBaseItem.java.
com.generalrobotix.ui.GrxBaseItem.GrxBaseItem | ( | String | name, |
GrxPluginManager | manager | ||
) | [inline, protected] |
File com.generalrobotix.ui.GrxBaseItem.chooseSaveFile | ( | ) | [inline] |
GrxBaseItem com.generalrobotix.ui.GrxBaseItem.clone | ( | ) | [inline] |
Override clone method.
Reimplemented from com.generalrobotix.ui.GrxBasePlugin.
Reimplemented in com.generalrobotix.ui.item.GrxModelItem, com.generalrobotix.ui.item.GrxShapeItem, com.generalrobotix.ui.item.GrxLinkItem, and com.generalrobotix.ui.item.GrxSensorItem.
Definition at line 175 of file GrxBaseItem.java.
boolean com.generalrobotix.ui.GrxBaseItem.create | ( | ) | [inline] |
Reimplemented in com.generalrobotix.ui.item.GrxModelItem, com.generalrobotix.ui.item.GrxExtraJointItem, com.generalrobotix.ui.item.GrxWorldStateItem, com.generalrobotix.ui.item.GrxProjectItem, com.generalrobotix.ui.item.GrxSimulationItem, com.generalrobotix.ui.item.GrxModeInfoItem, com.generalrobotix.ui.item.GrxPathPlanningAlgorithmItem, com.generalrobotix.ui.item.GrxTextItem, and com.generalrobotix.ui.item.GrxGraphItem.
Definition at line 74 of file GrxBaseItem.java.
void com.generalrobotix.ui.GrxBaseItem.delete | ( | ) | [inline] |
delete this item
Reimplemented in com.generalrobotix.ui.item.GrxWorldStateItem, com.generalrobotix.ui.item.GrxModelItem, com.generalrobotix.ui.item.GrxLinkItem, com.generalrobotix.ui.item.GrxSimulationItem, com.generalrobotix.ui.item.GrxExtraJointItem, com.generalrobotix.ui.item.GrxTransformItem, and com.generalrobotix.ui.item.GrxPathPlanningAlgorithmItem.
Definition at line 92 of file GrxBaseItem.java.
File com.generalrobotix.ui.GrxBaseItem.getDefaultDir | ( | ) | [inline] |
String com.generalrobotix.ui.GrxBaseItem.getFileExtention | ( | ) | [inline] |
Object com.generalrobotix.ui.GrxBaseItem.getValue | ( | void | ) | [inline] |
get value
Reimplemented in com.generalrobotix.ui.item.GrxWorldStateItem, com.generalrobotix.ui.item.GrxTextItem, and com.generalrobotix.ui.GrxTimeSeriesItem.
Definition at line 121 of file GrxBaseItem.java.
boolean com.generalrobotix.ui.GrxBaseItem.load | ( | File | file | ) | [inline] |
file |
Reimplemented in com.generalrobotix.ui.item.GrxModelItem, com.generalrobotix.ui.item.GrxProjectItem, com.generalrobotix.ui.item.GrxWorldStateItem, and com.generalrobotix.ui.item.GrxTextItem.
Definition at line 83 of file GrxBaseItem.java.
void com.generalrobotix.ui.GrxBaseItem.paste | ( | String | clipVal | ) | [inline] |
paste object
Definition at line 167 of file GrxBaseItem.java.
void com.generalrobotix.ui.GrxBaseItem.setDefaultDirectory | ( | String | dir | ) | [inline, protected] |
set default directory
dir | new default directory. If dir is invalid, home is set. |
Definition at line 137 of file GrxBaseItem.java.
void com.generalrobotix.ui.GrxBaseItem.setFileExtension | ( | String | ext | ) | [inline, protected] |
void com.generalrobotix.ui.GrxBaseItem.setValue | ( | Object | o | ) | [inline] |
String com.generalrobotix.ui.GrxBaseItem.clipValue_ = "" [protected] |
Definition at line 40 of file GrxBaseItem.java.
File com.generalrobotix.ui.GrxBaseItem.defaultFileDir_ [private] |
Definition at line 37 of file GrxBaseItem.java.
String com.generalrobotix.ui.GrxBaseItem.ext_ [private] |
Definition at line 39 of file GrxBaseItem.java.
File com.generalrobotix.ui.GrxBaseItem.file_ [protected] |
Definition at line 38 of file GrxBaseItem.java.
final String [] com.generalrobotix.ui.GrxBaseItem.jointTypeComboItem_ = new String[] { "fixed", "rotate", "free", "slide" } [static, protected] |
Definition at line 43 of file GrxBaseItem.java.
final String [] com.generalrobotix.ui.GrxBaseItem.methodComboItem_ = new String[] { "EULER", "RUNGE_KUTTA" } [static, protected] |
Definition at line 44 of file GrxBaseItem.java.
final String [] com.generalrobotix.ui.GrxBaseItem.modeComboItem_ = new String[] { "Torque", "HighGain" } [static, protected] |
Definition at line 42 of file GrxBaseItem.java.
Object com.generalrobotix.ui.GrxBaseItem.value_ = null [private] |
Definition at line 36 of file GrxBaseItem.java.