Class | Description |
---|---|
PTGrowableSortedArrayWrapper | MES- The PTGrowableSortedArrayWrapper class is a subclass of PSortedArrayWrapper. It offers some additional functionality- the ability to add and remove rows "dynamically." |
PTSortedArrayWrapper | MES- The PTSortedArrayWrapper class wraps a 2D Object array. It allows a client to re-sort the rows in the array by multiple columns in a performant way. Additionally, it allows addressing of columns by ID, rather than index (for example, if col 0 is NAME and col 1 is DESC, a client can ask for the NAME for row 2, rather than asking for col 0.) |
Interface | Description |
---|---|
IPTGrowableSortedArrayWrapperRO | This interface is implemented by PTGrowableSortedArrayWrapper. It contains the read-only methods of PTGrowableSortedArrayWrapper. Frameworks using the PTGrowableSortedArrayWrapper class should only give access to this interface to their Views. |