SilverStream
Application Server 3.5

com.sssw.rt.util
Interface AgiRowSetDescriptor

All Known Implementing Classes:
AgoVectorRowCursor

public interface AgiRowSetDescriptor

This interface provides a mechanism for a design-time object to describe the set of bands and columns provided by a runtime object that implements AgiRowCursor.


Method Summary
 Enumeration getBandDescriptors()
          Get band descriptors for the bands supplied by this row set.
 Image getRowSetImage()
          Get an image representing this object.
 String getRowSetName()
          Get the name of this object.
 

Method Detail

getRowSetName

public String getRowSetName()
Get the name of this object.

getRowSetImage

public Image getRowSetImage()
Get an image representing this object. The image should be 16x16 pixels.

getBandDescriptors

public Enumeration getBandDescriptors()
Get band descriptors for the bands supplied by this row set. If the row set supplies only one band, the band does not need to supply a name.

SilverStream
Application Server 3.5