Ribs API

com.ribs.plus
Class RJColorWellHpr

java.lang.Object
  extended bycom.ribs.RJHelper
      extended bycom.ribs.plus.RJColorWellHpr

public class RJColorWellHpr
extends RJHelper


Constructor Summary
RJColorWellHpr()
           
 
Method Summary
 java.awt.Color getColorValue(javax.swing.JComponent aComponent)
          Returns the color well's color.
 java.lang.Object getValue(javax.swing.JComponent aComponent)
          Returns the color well's color.
 java.lang.Object newInstance(com.ribs.RXElement anElement)
          Creates a new instance of class for given element.
 void setValue(javax.swing.JComponent aComponent, java.awt.Color aValue)
          Sets the color well's color.
 com.ribs.RXElement toXML(javax.swing.JComponent aComponent, com.ribs.RXArchiver anArchiver)
          XML archival.
 
Methods inherited from class com.ribs.RJHelper
add, focusGained, focusLost, fromXML, fromXMLDeep, get, getActionListener, getAutoscrolls, getAutosizing, getBackground, getBindKey, getBooleanValue, getBoolValue, getCallback, getChangeListener, getComponent, getComponentCount, getFloatValue, getFocusListener, getForeground, getIntValue, getMaster, getMaximumSize, getMinimumSize, getOwner, getRibHeight, getRibWidth, getRibX, getRibY, getSendActionOnFocusLost, getStringValue, getSubstitutionClassString, initInstance, isOpaque, performBindKeyGet, performBindKeySet, sendAction, setAutoscrolls, setAutosizing, setBackground, setBindKey, setCallback, setForeground, setMaster, setMaximumSize, setMinimumSize, setOpaque, setOwner, setSendActionOnFocusLost, setSubstitutionClassString, setValue, setValue, 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

RJColorWellHpr

public RJColorWellHpr()
Method Detail

newInstance

public java.lang.Object newInstance(com.ribs.RXElement anElement)
Creates a new instance of class for given element.

Overrides:
newInstance in class RJHelper

getValue

public java.lang.Object getValue(javax.swing.JComponent aComponent)
Returns the color well's color.

Overrides:
getValue in class RJHelper

getColorValue

public java.awt.Color getColorValue(javax.swing.JComponent aComponent)
Returns the color well's color.

Overrides:
getColorValue in class RJHelper

setValue

public void setValue(javax.swing.JComponent aComponent,
                     java.awt.Color aValue)
Sets the color well's color.

Overrides:
setValue in class RJHelper

toXML

public com.ribs.RXElement toXML(javax.swing.JComponent aComponent,
                                com.ribs.RXArchiver anArchiver)
XML archival.

Overrides:
toXML in class RJHelper

Ribs API.