Package com.ribs.plus
Class RJColorWellHpr
- java.lang.Object
- 
- com.ribs.RJHelper
- 
- com.ribs.plus.RJColorWellHpr
 
 
- 
- Direct Known Subclasses:
- RJColorDockHpr
 
 public class RJColorWellHpr extends RJHelper Provides Ribs specific support for color well.
- 
- 
Constructor SummaryConstructors Constructor Description RJColorWellHpr()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfromXML(javax.swing.JComponent aComponent, RXArchiver anArchiver, RXElement anElement)XML unarchival.java.awt.ColorgetColorValue(javax.swing.JComponent aComponent)Returns the color well's color.java.lang.ObjectgetValue(javax.swing.JComponent aComponent)Returns the color well's color.java.lang.ObjectnewInstance(RXElement anElement)Creates a new instance of class for given element.voidsetValue(javax.swing.JComponent aComponent, java.awt.Color aValue)Sets the color well's color.RXElementtoXML(javax.swing.JComponent aComponent, RXArchiver anArchiver)XML archival.- 
Methods inherited from class com.ribs.RJHelperadd, 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, toXMLDeep
 
- 
 
- 
- 
- 
Method Detail- 
newInstancepublic java.lang.Object newInstance(RXElement anElement) Creates a new instance of class for given element.- Overrides:
- newInstancein class- RJHelper
 
 - 
getValuepublic java.lang.Object getValue(javax.swing.JComponent aComponent) Returns the color well's color.
 - 
getColorValuepublic java.awt.Color getColorValue(javax.swing.JComponent aComponent) Returns the color well's color.- Overrides:
- getColorValuein class- RJHelper
 
 - 
setValuepublic void setValue(javax.swing.JComponent aComponent, java.awt.Color aValue)Sets the color well's color.
 - 
toXMLpublic RXElement toXML(javax.swing.JComponent aComponent, RXArchiver anArchiver) XML archival.
 - 
fromXMLpublic void fromXML(javax.swing.JComponent aComponent, RXArchiver anArchiver, RXElement anElement)XML unarchival.
 
- 
 
-