Package com.ribs.plus
Class RJCheckBoxHpr
- java.lang.Object
- 
- com.ribs.RJHelper
- 
- com.ribs.helpers.JButtonOrLabelHpr
- 
- com.ribs.helpers.AbstractButtonHpr
- 
- com.ribs.plus.RJCheckBoxHpr
 
 
 
 
- 
 public class RJCheckBoxHpr extends AbstractButtonHpr Provides some extra Ribs management for RJCheckBox.
- 
- 
Constructor SummaryConstructors Constructor Description RJCheckBoxHpr()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleangetBooleanValue(javax.swing.JComponent aComponent)Returns the button's bool value.voidsetValue(javax.swing.JComponent aComponent, java.lang.Boolean aValue)Sets the button's Boolean value.- 
Methods inherited from class com.ribs.helpers.AbstractButtonHprfromXML, getBoolValue, getButtonGroup, getButtonGroupName, getMarginString, getSelectedImageName, getSendActionOnClick, getSendActionOnDoubleClick, getStringValue, getValue, initInstance, newInstance, setButtonGroupName, setMarginString, setSelectedImageName, setSendActionOnClick, setSendActionOnDoubleClick, setValue, setValue, toXML
 - 
Methods inherited from class com.ribs.helpers.JButtonOrLabelHprgetHorizontalAlignment, getHorizontalTextPosition, getIcon, getIconTextGap, getImageName, getText, getVerticalAlignment, getVerticalTextPosition, setHorizontalAlignment, setHorizontalTextPosition, setIcon, setIconTextGap, setImageName, setText, setVerticalAlignment, setVerticalTextPosition
 - 
Methods inherited from class com.ribs.RJHelperadd, focusGained, focusLost, fromXMLDeep, get, getActionListener, getAutoscrolls, getAutosizing, getBackground, getBindKey, getCallback, getChangeListener, getColorValue, getComponent, getComponentCount, getFloatValue, getFocusListener, getForeground, getIntValue, getMaster, getMaximumSize, getMinimumSize, getOwner, getRibHeight, getRibWidth, getRibX, getRibY, getSendActionOnFocusLost, getSubstitutionClassString, isOpaque, performBindKeyGet, performBindKeySet, sendAction, setAutoscrolls, setAutosizing, setBackground, setBindKey, setCallback, setForeground, setMaster, setMaximumSize, setMinimumSize, setOpaque, setOwner, setSendActionOnFocusLost, setSubstitutionClassString, setValue, setValue, setValue, setValue, takeFloatValue, takeIntValue, testOutBeanBag, toXMLDeep
 
- 
 
- 
- 
- 
Method Detail- 
getBooleanValuepublic java.lang.Boolean getBooleanValue(javax.swing.JComponent aComponent) Returns the button's bool value.- Overrides:
- getBooleanValuein class- RJHelper
 
 
- 
 
-