Library | Package Java Toolkit

Interface WDetailGroupItem

package com.ptc.wfc.wfcDetail;

public interface WDetailGroupItem
  extends com.ptc.wfc.wfcModelItem.WModelItem,
          com.ptc.pfc.pfcDetail.DetailGroupItem



Description

Extends the functionality of DetailGroupItem

This is the actual type of Detail Group Items in Object Toolkit.



Method Summary
voidAddElement (DetailItem Item)
    Add an element to the group.

Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource
AddActionListener, RemoveActionListener, AddActionListenerWithType

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.wfc.wfcModelItem.WParameterOwner
ExportParameterTable, ApplyParameterTableset, MathcadParametersSet, MathcadInputParametersGet

Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner
DeleteRelations, GetRelations, SetRelations, RegenerateRelations, EvaluateExpression

Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WRelationOwner
GetRelationConstraints, UnitsUsed, UseUnits, EvaluateExpressionWithUnits

Methods Inherited from Interface com.ptc.pfc.pfcObject.Child
GetDBParent, GetOId

Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem
GetName, SetName, GetId, GetType

Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WModelItem
DeleteUserDefinedName, Unhide, Hide, IsHidden, IsNameReadOnly, IsZoneFeature, GetDefaultName

Methods Inherited from Interface com.ptc.pfc.pfcDetail.DetailItem
GetDetailType, Delete

Methods Inherited from Interface com.ptc.pfc.pfcDetail.DetailGroupItem
Erase, Draw, GetInstructions, Modify

Method Detail

AddElement

voidAddElement (DetailItem Item)


    Add an element to the group.

Exceptions thrown (but not limited to):

XToolkitInvalidType - Invalid type of item.

XToolkitOutOfMemory - Not enough memory.


Parameters:
Item
The detail item to be added.
Returns: