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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
fromXML
(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.void
setValue
(JComponent aComponent, Color aValue) Sets the color well's color.toXML
(JComponent aComponent, RXArchiver anArchiver) XML archival.Methods inherited from class com.ribs.RJHelper
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, toXMLDeep
-
Constructor Details
-
RJColorWellHpr
public RJColorWellHpr()
-
-
Method Details
-
newInstance
Creates a new instance of class for given element.- Overrides:
newInstance
in classRJHelper
-
getValue
Returns the color well's color. -
getColorValue
Returns the color well's color.- Overrides:
getColorValue
in classRJHelper
-
setValue
Sets the color well's color. -
toXML
XML archival. -
fromXML
XML unarchival.
-