org.gudy.azureus2.pluginsimpl.local.ui.components
Class UIProgressBarImpl

java.lang.Object
  extended by org.gudy.azureus2.pluginsimpl.local.ui.components.UIComponentImpl
      extended by org.gudy.azureus2.pluginsimpl.local.ui.components.UIProgressBarImpl
All Implemented Interfaces:
UIComponent, UIProgressBar

public class UIProgressBarImpl
extends UIComponentImpl
implements UIProgressBar


Field Summary
 
Fields inherited from class org.gudy.azureus2.pluginsimpl.local.ui.components.UIComponentImpl
listeners, properties
 
Fields inherited from interface org.gudy.azureus2.plugins.ui.components.UIComponent
PT_ENABLED, PT_HEIGHT_HINT, PT_VALUE, PT_VISIBLE, PT_WIDTH_HINT
 
Constructor Summary
UIProgressBarImpl()
           
 
Method Summary
 int getPercentageComplete()
           
 void setPercentageComplete(int percentage)
          Setting values results in a PT_VALUE property change with an Integer value
 
Methods inherited from class org.gudy.azureus2.pluginsimpl.local.ui.components.UIComponentImpl
addPropertyChangeListener, getEnabled, getProperty, getVisible, removePropertyChangeListener, setEnabled, setProperty, setVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.gudy.azureus2.plugins.ui.components.UIComponent
addPropertyChangeListener, getEnabled, getProperty, getVisible, removePropertyChangeListener, setEnabled, setProperty, setVisible
 

Constructor Detail

UIProgressBarImpl

public UIProgressBarImpl()
Method Detail

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