Class BasicColorSelectorPanelUI

    • Field Detail

      • captionLabel

        protected JLabel captionLabel
      • colorSelectorContainer

        protected JPanel colorSelectorContainer
    • Constructor Detail

      • BasicColorSelectorPanelUI

        public BasicColorSelectorPanelUI()
    • Method Detail

      • installListeners

        protected void installListeners()
        Installs listeners on the associated color selector panel.
      • uninstallListeners

        protected void uninstallListeners()
        Uninstalls listeners from the associated color selector panel.
      • installDefaults

        protected void installDefaults()
        Installs defaults on the associated color selector panel.
      • uninstallDefaults

        protected void uninstallDefaults()
        Uninstalls defaults from the associated color selector panel.
      • installComponents

        protected void installComponents()
        Installs subcomponents on the associated color selector panel.
      • uninstallComponents

        protected void uninstallComponents()
        Uninstalls subcomponents from the associated color selector panel.
      • paintBottomDivider

        protected void paintBottomDivider​(Graphics g,
                                          int x,
                                          int y,
                                          int width,
                                          int height)
      • paintCaptionBackground

        protected void paintCaptionBackground​(Graphics g,
                                              int x,
                                              int y,
                                              int width,
                                              int height)
      • getLayoutGap

        protected int getLayoutGap()
        Returns the layout gap for button panel components.
        Returns:
        The layout gap for button panel components.