public class CallSelectionBuffer
extends java.lang.Object
| Constructor and Description |
|---|
CallSelectionBuffer(com.ptc.pfc.pfcSelect.SelectionBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSelection(CallSelection toAdd) |
void |
clear() |
com.ptc.pfc.pfcSelect.SelectionBuffer |
getBuffer() |
CallSelections |
getContents() |
void |
removeSelection(int indexToRemove) |
public CallSelectionBuffer(com.ptc.pfc.pfcSelect.SelectionBuffer buffer)
public void clear()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallSelections getContents() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void addSelection(CallSelection toAdd) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void removeSelection(int indexToRemove)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic com.ptc.pfc.pfcSelect.SelectionBuffer getBuffer()