Package com.reportmill.panels
Class AttributesPanel.RMColorPanel
java.lang.Object
com.ribs.plus.RJColorPanel
com.reportmill.panels.AttributesPanel.RMColorPanel
- Enclosing class:
- AttributesPanel
This inner class is a RJColorPanel suitable for manipulating colors in current RMEditor.
- 
Nested Class SummaryNested classes/interfaces inherited from class com.ribs.plus.RJColorPanelRJColorPanel.CPModel, RJColorPanel.ImagePickerLabel
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetColor()Overrides normal implementation to get color from editor if no color well selected.Returns the name for this panel.voidSets 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
- 
Constructor Details- 
RMColorPanelpublic RMColorPanel()Creates a new RMColorPanel.
 
- 
- 
Method Details- 
setVisiblepublic void setVisible(boolean aValue) Overrides color panel behavior to order attributes panel visible instead.- Overrides:
- setVisiblein class- RJColorPanel
 
- 
getWindowTitleReturns the name for this panel.
- 
getColorOverrides normal implementation to get color from editor if no color well selected.- Overrides:
- getColorin class- RJColorPanel
 
- 
setColorSets the current color of the color panel.- Overrides:
- setColorin class- RJColorPanel
 
 
-