org.xulfaces
Interface LabelProvider


public interface LabelProvider

Convert an object and a state into a text.

Version:
$Id: LabelProvider.java,v 1.4 2005/11/06 17:54:58 kito31 Exp $
Author:
kito31

Method Summary
 java.lang.String getText(java.lang.Object object, int state)
          Get the text for object and state.
 

Method Detail

getText

java.lang.String getText(java.lang.Object object,
                         int state)

Get the text for object and state.

Parameters:
object - The object
state - The state
Returns:
A String


Copyright © 2007 null. All Rights Reserved.