com.plumtree.uiinfrastructure.arraywrapper
Interface IPTGrowableSortedArrayWrapperRO

All Known Implementing Classes:
PTGrowableSortedArrayWrapper

public interface 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.

Author:
JulieF

Method Summary
 int GetCount()
           
 java.lang.Object GetItem(int iRow, int iPropID)
           
 int[][] GetSort()
           
 

Method Detail

GetCount

int GetCount()
See Also:
PTSortedArrayWrapper.GetCount()

GetItem

java.lang.Object GetItem(int iRow,
                         int iPropID)
See Also:
com.plumtree.uiinfrastructure.arraywrapper.PTSortedArrayWrapper#GetItems()

GetSort

int[][] GetSort()
See Also:
PTSortedArrayWrapper.GetSort()



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.