| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| void | Draw
()
Draws a group detail item. |
| void | Erase
()
Erases a detail group item. |
| DetailGroupInstructions | GetInstructions
()
Gets a data object describing how a detail group item is constructed. |
| void | Modify
(DetailGroupInstructions Instructions)
Changes the definition of a detail group 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 |
|---|
| Erase |
|---|
| void | Erase | () |
Erases a detail group item.
|
| Draw |
|---|
| void | Draw | () |
Draws a group detail item.
|
| GetInstructions |
|---|
| DetailGroupInstructions | GetInstructions | () |
Gets a data object describing how a detail group item is constructed.
|
| Modify |
|---|
| void | Modify | (DetailGroupInstructions Instructions) |
Changes the definition of a detail group item.
|