| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| Parameter | CreateParam
(String Name, ParamValue Value)
Adds the specified parameter to the database and returns it. |
| Parameter | CreateParamWithUnits
(String Name, ParamValue Value, Unit Units)
Adds the specified parameter to the database and initializes the handle. The parameter will be created with units. |
| /*optional*/ Parameter | GetParam
(String Name)
Retrieves the parameter specified by name. |
| /*optional*/ Parameters | ListParams
()
Provides a list of parameters associated with the parameter owner. |
| /*optional*/ Parameter | SelectParam
()
Enables a user to select parameters interactively from a list. |
| Parameters | SelectParameters
(
/*optional*/
ParameterSelectionOptions Options)
Enables a user to select parameters interactively from a list displayed based on the parameter selection options specified. |
| Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource |
|---|
| AddActionListener, RemoveActionListener, AddActionListenerWithType |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent |
|---|
| GetChild |
| Method Detail |
|---|
| GetParam |
|---|
| /*optional*/ Parameter | GetParam | (String Name) |
| Retrieves the parameter specified by name.
Exceptions thrown (but not limited to): XToolkitBadContext - The owner is nonexistent. XToolkitNotFound - The parameter was not found within the owner.
|
| CreateParam |
|---|
| Parameter | CreateParam | (String Name, ParamValue Value) |
| Adds the specified parameter to the database and returns it.
Exceptions thrown (but not limited to): XToolkitBadContext - The owner is nonexistent. XToolkitFound - The specified parameter already exists.
|
| ListParams |
|---|
| /*optional*/ Parameters | ListParams | () |
| Provides a list of parameters associated with the parameter owner.
Exceptions thrown (but not limited to): XToolkitNotFound - No parameters were found.
|
| SelectParam |
|---|
| /*optional*/ Parameter | SelectParam | () |
| Enables a user to select parameters interactively from a list.
The top model from which the parameters will be selected must be displayed in the current window. Exceptions thrown (but not limited to): XToolkitBadContext - The owner is invalid or not found. XToolkitNotFound - The owner does not contain parameteers. XToolkitUserAbort - The user aborted the selection. XToolkitInvalidType - Invalid context for top_model argument.
|
| CreateParamWithUnits |
|---|
| Parameter | CreateParamWithUnits | (String Name, ParamValue Value, Unit Units) |
| Adds the specified parameter to the database and initializes the handle. The parameter will be created with units.
Exceptions thrown (but not limited to): XToolkitBadContext - The owner is nonexistent. XToolkitFound - The specified parameter already exists. XToolkitNotValid - The specified parameter is invalid.
|
| SelectParameters |
|---|
| Parameters | SelectParameters | ( /*optional*/ ParameterSelectionOptions Options) |
| Enables a user to select parameters interactively from a list displayed
based on the parameter selection options specified.
The top model from which the parameters will be selected must be displayed in the current window. Exceptions thrown (but not limited to): XToolkitBadContext - The owner is invalid or not found. XToolkitNotFound - The owner does not contain parameteers. XToolkitUserAbort - The user aborted the selection. XToolkitInvalidType - Invalid context for top_model argument.
|