com.zfqjava.swing.cell
Interface AttributesProvider

All Superinterfaces:
CellProvider

public interface AttributesProvider
extends CellProvider

AttributesProvider provides attributes for current renderer.


Method Summary
 javax.swing.text.AttributeSet getAttributes(java.lang.Object value)
          Returns the attributes for the specified value.
 

Method Detail

getAttributes

public javax.swing.text.AttributeSet getAttributes(java.lang.Object value)
Returns the attributes for the specified value.
Parameters:
value - the object for query
Returns:
the AttributeSet for the specified value


Copyright © 2001-2003 Extreme Component, Inc. All rights reserved.