Ribs API

com.ribs.plus
Class RJCheckBoxHpr

java.lang.Object
  extended bycom.ribs.RJHelper
      extended bycom.ribs.helpers.JButtonOrLabelHpr
          extended bycom.ribs.helpers.AbstractButtonHpr
              extended bycom.ribs.plus.RJCheckBoxHpr

public class RJCheckBoxHpr
extends com.ribs.helpers.AbstractButtonHpr

Provides some extra Ribs management for RJCheckBox.


Constructor Summary
RJCheckBoxHpr()
           
 
Method Summary
 java.lang.Boolean getBooleanValue(javax.swing.JComponent aComponent)
          Returns the button's bool value.
 void setValue(javax.swing.JComponent aComponent, java.lang.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, getIconTextGap, getImageName, getText, getVerticalAlignment, getVerticalTextPosition, setHorizontalAlignment, setHorizontalTextPosition, 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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RJCheckBoxHpr

public RJCheckBoxHpr()
Method Detail

getBooleanValue

public java.lang.Boolean getBooleanValue(javax.swing.JComponent aComponent)
Returns the button's bool value.

Overrides:
getBooleanValue in class RJHelper

setValue

public void setValue(javax.swing.JComponent aComponent,
                     java.lang.Boolean aValue)
Sets the button's Boolean value.

Overrides:
setValue in class RJHelper

Ribs API.