| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| void | Draw
()
Draws a detail entity item. |
| void | Erase
()
Erases a detail entity item. |
| DetailEntityInstructions | GetInstructions
()
Returns the data used to construct the detail entity item. |
| /*optional*/ DetailSymbolDefItem | GetSymbolDef
()
Get method for attribute "SymbolDef" The symbol definition the entity belongs to, or null, if the entity is not a part of a symbol definition. |
| void | Modify
(DetailEntityInstructions Instructions)
Modifies the definition of a an entity item. |
| 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 |
|---|
| GetSymbolDef |
|---|
| /*optional*/ DetailSymbolDefItem | GetSymbolDef | () |
The symbol definition the entity belongs to, or null, if the entity is not a part of a symbol definition.
|
| Draw |
|---|
| void | Draw | () |
Draws a detail entity item.
|
| Erase |
|---|
| void | Erase | () |
Erases a detail entity item.
|
| GetInstructions |
|---|
| DetailEntityInstructions | GetInstructions | () |
Returns the data used to construct the detail entity item.
|
| Modify |
|---|
| void | Modify | (DetailEntityInstructions Instructions) |
Modifies the definition of a an entity item.
|