public class RJColorWellHpr extends RJHelper
| Constructor and Description |
|---|
RJColorWellHpr() |
| Modifier and Type | Method and Description |
|---|---|
void |
fromXML(javax.swing.JComponent aComponent,
RXArchiver anArchiver,
RXElement anElement)
XML unarchival.
|
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(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.
|
RXElement |
toXML(javax.swing.JComponent aComponent,
RXArchiver anArchiver)
XML archival.
|
add, focusGained, focusLost, 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, toXMLDeeppublic java.lang.Object newInstance(RXElement anElement)
newInstance in class RJHelperpublic java.lang.Object getValue(javax.swing.JComponent aComponent)
public java.awt.Color getColorValue(javax.swing.JComponent aComponent)
getColorValue in class RJHelperpublic void setValue(javax.swing.JComponent aComponent,
java.awt.Color aValue)
public RXElement toXML(javax.swing.JComponent aComponent, RXArchiver anArchiver)
public void fromXML(javax.swing.JComponent aComponent,
RXArchiver anArchiver,
RXElement anElement)