| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPacketCollection
The interface to hold a group of audio packets.
IPacket, 
IVoiceBrowserController| Method Summary | |
|---|---|
|  int | getBottomNodePosition()Get index of bottom Node. | 
|  Node | getFirstNode()Get first Node from collection | 
|  Node | getLastNode()Get last Node from collection | 
|  int | getNodePosition(Node node)Get index of target Node. | 
|  int | getTopNodePosition()Get index of top Node. | 
|  boolean | isInsideAnchor(int i)Check if the target packet is inside anchor. | 
|  boolean | isInsideForm(int i)Check if the target packet is inside form. | 
|  boolean | isLineDelimiter(int i)Check if the target packet is line delimiter. | 
|  boolean | isLinkTag(int i)Check if the target packet is link tag. | 
| Methods inherited from interface java.util.List | 
|---|
| add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray | 
| Method Detail | 
|---|
boolean isLineDelimiter(int i)
i - index of target packet
boolean isLinkTag(int i)
i - index of target packet
boolean isInsideForm(int i)
i - index of target packet
boolean isInsideAnchor(int i)
i - index of target packet
Node getFirstNode()
Node getLastNode()
int getTopNodePosition()
int getBottomNodePosition()
int getNodePosition(Node node)
node - target node
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||