test.contrib
Class ProgressBarInListTest.ListItem

java.lang.Object
  extended by test.contrib.ProgressBarInListTest.ListItem
Enclosing class:
ProgressBarInListTest

public class ProgressBarInListTest.ListItem
extends java.lang.Object

Represents an item in the list


Constructor Summary
ProgressBarInListTest.ListItem(java.lang.String text, int progress)
           
 
Method Summary
 int getProgress()
           
 java.lang.String getText()
           
 void setProgress(int progress)
           
 void setText(java.lang.String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressBarInListTest.ListItem

public ProgressBarInListTest.ListItem(java.lang.String text,
                                      int progress)
Method Detail

getText

public java.lang.String getText()

setText

public void setText(java.lang.String text)

getProgress

public int getProgress()

setProgress

public void setProgress(int progress)