Package com.ribs.helpers
Class JProgressBarHpr
java.lang.Object
com.ribs.RJHelper
com.ribs.helpers.JProgressBarHpr
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidfromXML(JComponent aComponent, RXArchiver anArchiver, RXElement anElement) XML unarchival.floatgetFloatValue(JComponent aComponent) Returns the float value of the progress bar.intgetIntValue(JComponent aComponent) Returns the int value of the progress bar.newInstance(RXElement anElement) Creates a new instance of class for given element.voidsetValue(JComponent aComponent, float aValue) Sets the float value of the progress bar.voidsetValue(JComponent aComponent, int aValue) Sets the int value of the progress bar.toXML(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
- 
Constructor Details- 
JProgressBarHprpublic JProgressBarHpr()
 
- 
- 
Method Details- 
newInstanceCreates a new instance of class for given element.- Overrides:
- newInstancein class- RJHelper
 
- 
getIntValueReturns the int value of the progress bar.- Overrides:
- getIntValuein class- RJHelper
 
- 
setValueSets the int value of the progress bar.
- 
getFloatValueReturns the float value of the progress bar.- Overrides:
- getFloatValuein class- RJHelper
 
- 
setValueSets the float value of the progress bar.
- 
toXMLXML archival.
- 
fromXMLXML unarchival.
 
-