Package com.biglybt.pif.ui.components
Interface UIProgressBar
-
- All Superinterfaces:
UIComponent
- All Known Implementing Classes:
UIProgressBarImpl
public interface UIProgressBar extends UIComponent
-
-
Field Summary
-
Fields inherited from interface com.biglybt.pif.ui.components.UIComponent
PT_ENABLED, PT_HEIGHT_HINT, PT_SELECTED, PT_VALUE, PT_VISIBLE, PT_WIDTH_HINT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getPercentageComplete()
void
setPercentageComplete(int percentage)
Setting values results in a PT_VALUE property change with an Integer value-
Methods inherited from interface com.biglybt.pif.ui.components.UIComponent
addPropertyChangeListener, getEnabled, getProperty, getVisible, removePropertyChangeListener, setEnabled, setProperty, setVisible
-
-