Package com.ribs.plus
Interface RJColorPanel.CPModel
- Enclosing class:
- RJColorPanel
public static interface RJColorPanel.CPModel
An interface for the object(s) that provide and receive color panel color.
- 
Method SummaryModifier and TypeMethodDescriptiongetColor(RJColorPanel aCP) Returns the color to be used in the color panel.voidsetColor(RJColorPanel aCP, Color aColor) Sets the color selected by the color panel.
- 
Method Details- 
getColorReturns the color to be used in the color panel.
- 
setColorSets the color selected by the color panel.
 
-