Package com.ribs.plus
Class RJColorWellHpr
java.lang.Object
com.ribs.RJHelper
com.ribs.plus.RJColorWellHpr
- Direct Known Subclasses:
- RJColorDockHpr
Provides Ribs specific support for color well.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidfromXML(JComponent aComponent, RXArchiver anArchiver, RXElement anElement) XML unarchival.getColorValue(JComponent aComponent) Returns the color well's color.getValue(JComponent aComponent) Returns the color well's color.newInstance(RXElement anElement) Creates a new instance of class for given element.voidsetValue(JComponent aComponent, Color aValue) Sets the color well's color.toXML(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
- 
Constructor Details- 
RJColorWellHprpublic RJColorWellHpr()
 
- 
- 
Method Details- 
newInstanceCreates a new instance of class for given element.- Overrides:
- newInstancein class- RJHelper
 
- 
getValueReturns the color well's color.
- 
getColorValueReturns the color well's color.- Overrides:
- getColorValuein class- RJHelper
 
- 
setValueSets the color well's color.
- 
toXMLXML archival.
- 
fromXMLXML unarchival.
 
-