Package com.reportmill.panels
Class AttributesPanel.RMColorPanel
- java.lang.Object
- 
- com.ribs.plus.RJColorPanel
- 
- com.reportmill.panels.AttributesPanel.RMColorPanel
 
 
- 
- Enclosing class:
- AttributesPanel
 
 public static class AttributesPanel.RMColorPanel extends RJColorPanel This inner class is a RJColorPanel suitable for manipulating colors in current RMEditor.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.ribs.plus.RJColorPanelRJColorPanel.CPModel, RJColorPanel.ImagePickerLabel
 
- 
 - 
Constructor SummaryConstructors Constructor Description RMColorPanel()Creates a new RMColorPanel.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.ColorgetColor()Overrides normal implementation to get color from editor if no color well selected.java.lang.StringgetWindowTitle()Returns the name for this panel.voidsetColor(java.awt.Color aColor)Sets the current color of the color panel.voidsetVisible(boolean aValue)Overrides color panel behavior to order attributes panel visible instead.- 
Methods inherited from class com.ribs.plus.RJColorPaneladdRecentColor, getColorWell, getModel, getSelectedPicker, getShared, getSharedClass, getUI, isVisible, resetUI, respondUI, setColorWell, setModel, setSelectedPicker, setSharedClass
 
- 
 
- 
- 
- 
Method Detail- 
setVisiblepublic void setVisible(boolean aValue) Overrides color panel behavior to order attributes panel visible instead.- Overrides:
- setVisiblein class- RJColorPanel
 
 - 
getWindowTitlepublic java.lang.String getWindowTitle() Returns the name for this panel.
 - 
getColorpublic java.awt.Color getColor() Overrides normal implementation to get color from editor if no color well selected.- Overrides:
- getColorin class- RJColorPanel
 
 - 
setColorpublic void setColor(java.awt.Color aColor) Sets the current color of the color panel.- Overrides:
- setColorin class- RJColorPanel
 
 
- 
 
-