Package com.ribs.plus
Class RJCheckBoxHpr
java.lang.Object
com.ribs.RJHelper
com.ribs.helpers.JButtonOrLabelHpr
com.ribs.helpers.AbstractButtonHpr
com.ribs.plus.RJCheckBoxHpr
Provides some extra Ribs management for RJCheckBox.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBooleanValue
(JComponent aComponent) Returns the button's bool value.void
setValue
(JComponent aComponent, Boolean aValue) Sets the button's Boolean value.Methods inherited from class com.ribs.helpers.AbstractButtonHpr
fromXML, 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.JButtonOrLabelHpr
getHorizontalAlignment, getHorizontalTextPosition, getIcon, getIconTextGap, getImageName, getText, getVerticalAlignment, getVerticalTextPosition, setHorizontalAlignment, setHorizontalTextPosition, setIcon, setIconTextGap, setImageName, setText, setVerticalAlignment, setVerticalTextPosition
Methods inherited from class com.ribs.RJHelper
add, 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
-
Constructor Details
-
RJCheckBoxHpr
public RJCheckBoxHpr()
-
-
Method Details
-
getBooleanValue
Returns the button's bool value.- Overrides:
getBooleanValue
in classRJHelper
-
setValue
Sets the button's Boolean value.
-