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 Summary
Nested classes/interfaces inherited from class com.ribs.plus.RJColorPanel
RJColorPanel.CPModel, RJColorPanel.ImagePickerLabel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()
Overrides normal implementation to get color from editor if no color well selected.Returns the name for this panel.void
Sets the current color of the color panel.void
setVisible
(boolean aValue) Overrides color panel behavior to order attributes panel visible instead.Methods inherited from class com.ribs.plus.RJColorPanel
addRecentColor, getColorWell, getModel, getSelectedPicker, getShared, getSharedClass, getUI, isVisible, resetUI, respondUI, setColorWell, setModel, setSelectedPicker, setSharedClass
-
Constructor Details
-
RMColorPanel
public RMColorPanel()Creates a new RMColorPanel.
-
-
Method Details
-
setVisible
public void setVisible(boolean aValue) Overrides color panel behavior to order attributes panel visible instead.- Overrides:
setVisible
in classRJColorPanel
-
getWindowTitle
Returns the name for this panel. -
getColor
Overrides normal implementation to get color from editor if no color well selected.- Overrides:
getColor
in classRJColorPanel
-
setColor
Sets the current color of the color panel.- Overrides:
setColor
in classRJColorPanel
-