org.gudy.azureus2.pluginsimpl.local.ui.components
Class UIProgressBarImpl
java.lang.Object
org.gudy.azureus2.pluginsimpl.local.ui.components.UIComponentImpl
org.gudy.azureus2.pluginsimpl.local.ui.components.UIProgressBarImpl
- All Implemented Interfaces:
- UIComponent, UIProgressBar
public class UIProgressBarImpl
- extends UIComponentImpl
- implements UIProgressBar
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UIProgressBarImpl
public UIProgressBarImpl()
setPercentageComplete
public void setPercentageComplete(int percentage)
- Description copied from interface:
UIProgressBar
- Setting values results in a PT_VALUE property change with an Integer value
- Specified by:
setPercentageComplete
in interface UIProgressBar
getPercentageComplete
public int getPercentageComplete()
- Specified by:
getPercentageComplete
in interface UIProgressBar