Class 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.
    • Constructor Detail

      • RMColorPanel

        public RMColorPanel()
        Creates a new RMColorPanel.
    • Method Detail

      • setVisible

        public void setVisible​(boolean aValue)
        Overrides color panel behavior to order attributes panel visible instead.
        Overrides:
        setVisible in class RJColorPanel
      • getWindowTitle

        public java.lang.String getWindowTitle()
        Returns the name for this panel.
      • getColor

        public java.awt.Color getColor()
        Overrides normal implementation to get color from editor if no color well selected.
        Overrides:
        getColor in class RJColorPanel
      • setColor

        public void setColor​(java.awt.Color aColor)
        Sets the current color of the color panel.
        Overrides:
        setColor in class RJColorPanel