FileDocCategorySizeDatePackage
UIProgressBarImpl.javaAPI DocAzureus 3.0.3.41472Thu Feb 09 19:43:06 GMT 2006org.gudy.azureus2.pluginsimpl.local.ui.components

UIProgressBarImpl

public class UIProgressBarImpl extends UIComponentImpl implements UIProgressBar
author
parg

Fields Summary
Constructors Summary
public UIProgressBarImpl()

		setPercentageComplete(0);
	
Methods Summary
public intgetPercentageComplete()

		return(((Integer)getProperty( PT_VALUE )).intValue());
	
public voidsetPercentageComplete(int percentage)

		setProperty( PT_VALUE, new Integer(percentage));