org.gudy.azureus2.plugins.ui.components
Interface UIProgressBar

All Superinterfaces:
UIComponent

public interface UIProgressBar
extends UIComponent

Author:
parg

Field Summary
 
Fields inherited from interface org.gudy.azureus2.plugins.ui.components.UIComponent
PT_ENABLED, PT_HEIGHT_HINT, PT_VALUE, PT_VISIBLE, PT_WIDTH_HINT
 
Method Summary
 int getPercentageComplete()
           
 void setPercentageComplete(int percentage)
          Setting values results in a PT_VALUE property change with an Integer value
 
Methods inherited from interface org.gudy.azureus2.plugins.ui.components.UIComponent
addPropertyChangeListener, getEnabled, getProperty, getVisible, removePropertyChangeListener, setEnabled, setProperty, setVisible
 

Method Detail

setPercentageComplete

void setPercentageComplete(int percentage)
Setting values results in a PT_VALUE property change with an Integer value

Parameters:
precentage -

getPercentageComplete

int getPercentageComplete()