Package com.ribs.helpers
Class JProgressBarHpr
- java.lang.Object
- 
- com.ribs.RJHelper
- 
- com.ribs.helpers.JProgressBarHpr
 
 
- 
 public class JProgressBarHpr extends RJHelper 
- 
- 
Constructor SummaryConstructors Constructor Description JProgressBarHpr()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfromXML(javax.swing.JComponent aComponent, RXArchiver anArchiver, RXElement anElement)XML unarchival.floatgetFloatValue(javax.swing.JComponent aComponent)Returns the float value of the progress bar.intgetIntValue(javax.swing.JComponent aComponent)Returns the int value of the progress bar.java.lang.ObjectnewInstance(RXElement anElement)Creates a new instance of class for given element.voidsetValue(javax.swing.JComponent aComponent, float aValue)Sets the float value of the progress bar.voidsetValue(javax.swing.JComponent aComponent, int aValue)Sets the int value of the progress bar.RXElementtoXML(javax.swing.JComponent aComponent, RXArchiver anArchiver)XML archival.- 
Methods inherited from class com.ribs.RJHelperadd, focusGained, focusLost, fromXMLDeep, get, getActionListener, getAutoscrolls, getAutosizing, getBackground, getBindKey, getBooleanValue, getBoolValue, getCallback, getChangeListener, getColorValue, getComponent, getComponentCount, getFocusListener, getForeground, getMaster, getMaximumSize, getMinimumSize, getOwner, getRibHeight, getRibWidth, getRibX, getRibY, getSendActionOnFocusLost, getStringValue, getSubstitutionClassString, getValue, initInstance, isOpaque, performBindKeyGet, performBindKeySet, sendAction, setAutoscrolls, setAutosizing, setBackground, setBindKey, setCallback, setForeground, setMaster, setMaximumSize, setMinimumSize, setOpaque, setOwner, setSendActionOnFocusLost, setSubstitutionClassString, setValue, setValue, setValue, setValue, setValue, takeFloatValue, takeIntValue, testOutBeanBag, toXMLDeep
 
- 
 
- 
- 
- 
Method Detail- 
newInstancepublic java.lang.Object newInstance(RXElement anElement) Creates a new instance of class for given element.- Overrides:
- newInstancein class- RJHelper
 
 - 
getIntValuepublic int getIntValue(javax.swing.JComponent aComponent) Returns the int value of the progress bar.- Overrides:
- getIntValuein class- RJHelper
 
 - 
setValuepublic void setValue(javax.swing.JComponent aComponent, int aValue)Sets the int value of the progress bar.
 - 
getFloatValuepublic float getFloatValue(javax.swing.JComponent aComponent) Returns the float value of the progress bar.- Overrides:
- getFloatValuein class- RJHelper
 
 - 
setValuepublic void setValue(javax.swing.JComponent aComponent, float aValue)Sets the float value of the progress bar.
 - 
toXMLpublic RXElement toXML(javax.swing.JComponent aComponent, RXArchiver anArchiver) XML archival.
 - 
fromXMLpublic void fromXML(javax.swing.JComponent aComponent, RXArchiver anArchiver, RXElement anElement)XML unarchival.
 
- 
 
-