Class BasicColorSelectorComponentUI

    • Field Detail

      • buttonModel

        protected javax.swing.ButtonModel buttonModel
      • mouseListener

        private java.awt.event.MouseListener mouseListener
      • modelChangeListener

        private javax.swing.event.ChangeListener modelChangeListener
      • actionListener

        private java.awt.event.ActionListener actionListener
      • rolloverTimeline

        private Timeline rolloverTimeline
      • rollover

        protected float rollover
      • focusListener

        private java.awt.event.FocusListener focusListener
    • Constructor Detail

      • BasicColorSelectorComponentUI

        protected BasicColorSelectorComponentUI()
    • Method Detail

      • installUI

        public void installUI​(javax.swing.JComponent c)
        Overrides:
        installUI in class javax.swing.plaf.ComponentUI
      • uninstallUI

        public void uninstallUI​(javax.swing.JComponent c)
        Overrides:
        uninstallUI in class javax.swing.plaf.ComponentUI
      • installListeners

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

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

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

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

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

        protected void uninstallComponents()
        Uninstalls subcomponents from the associated color selector component.
      • installKeyboardActions

        private void installKeyboardActions()
      • uninstallKeyboardActions

        private void uninstallKeyboardActions()
      • setRollover

        public void setRollover​(float rollover)
      • update

        public void update​(java.awt.Graphics g,
                           javax.swing.JComponent c)
        Overrides:
        update in class javax.swing.plaf.ComponentUI
      • paintBorder

        protected abstract void paintBorder​(java.awt.Graphics g)
      • paintRolloverIndication

        protected abstract void paintRolloverIndication​(java.awt.Graphics g)
      • paintFocus

        protected abstract void paintFocus​(java.awt.Graphics g)