| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| void | Draw
()
Draws a symbol instance. |
| void | Erase
()
Erases a symbol instance. |
| DetailSymbolInstInstructions | GetInstructions
(boolean GiveParametersAsNames)
Returns a data object detailing how a symbol instance is constructed. |
| /*optional*/ DetailSymbolGroups | ListGroups
(SymbolGroupFilter Filter)
List the symbol groups included in a symbol instance. |
| void | Modify
(DetailSymbolInstInstructions Instructions)
Modifies the definition of a symbol instance. |
| void | Remove
()
Removes a symbol instance. |
| void | Show
()
Shows a symbol instance. |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Child |
|---|
| GetDBParent, GetOId |
| Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource |
|---|
| AddActionListener, RemoveActionListener, AddActionListenerWithType |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner |
|---|
| DeleteRelations, GetRelations, SetRelations, RegenerateRelations, EvaluateExpression |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent |
|---|
| GetChild |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner |
|---|
| GetParam, CreateParam, ListParams, SelectParam, CreateParamWithUnits, SelectParameters |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem |
|---|
| GetName, SetName, GetId, GetType |
| Methods Inherited from Interface com.ptc.pfc.pfcDetail.DetailItem |
|---|
| GetDetailType, Delete |
| Method Detail |
|---|
| Draw |
|---|
| void | Draw | () |
Draws a symbol instance.
|
| Erase |
|---|
| void | Erase | () |
Erases a symbol instance.
|
| Show |
|---|
| void | Show | () |
Shows a symbol instance.
|
| Remove |
|---|
| void | Remove | () |
Removes a symbol instance.
|
| GetInstructions |
|---|
| DetailSymbolInstInstructions | GetInstructions | (boolean GiveParametersAsNames) |
Returns a data object detailing how a symbol instance is constructed.
|
| Modify |
|---|
| void | Modify | (DetailSymbolInstInstructions Instructions) |
| Modifies the definition of a symbol instance.
Exceptions thrown (but not limited to): XToolkitCantWrite - Could not modify the given item because it has read-only access.
|
| ListGroups |
|---|
| /*optional*/ DetailSymbolGroups | ListGroups | (SymbolGroupFilter Filter) |
| List the symbol groups included in a symbol instance.
Exceptions thrown (but not limited to): XToolkitNotFound - No groups with the designated status were found in the symbol instance.
|