Class ColorWellUI

    • Field Detail

      • DOWN_KEY_ACTION_PROPERTY

        public static final String DOWN_KEY_ACTION_PROPERTY
        This client property maps to an ActionListener that is notified when the down arrow key is pressed.
        See Also:
        Constant Field Values
      • SPACE_KEY_ACTION_PROPERTY

        public static final String SPACE_KEY_ACTION_PROPERTY
        This client property maps to an ActionListener that is notified when the space key is pressed.
        See Also:
        Constant Field Values
      • SINGLE_CLICK_ACTION_PROPERTY

        public static final String SINGLE_CLICK_ACTION_PROPERTY
        This client property maps to an ActionListener that is notified when user clicks on a ColorWell exactly once.
        See Also:
        Constant Field Values
      • DOUBLE_CLICK_ACTION_PROPERTY

        public static final String DOUBLE_CLICK_ACTION_PROPERTY
        This client property maps to an ActionListener that is notified when user double-clicks on a ColorWell.
        See Also:
        Constant Field Values
      • POPUP_PALETTE_PROPERTY

        public static final String POPUP_PALETTE_PROPERTY
        This client property maps to a JPopupMenu.
        See Also:
        Constant Field Values
      • colorChangeListener

        protected static final ChangeListener colorChangeListener
      • repaintFocusListener

        protected static final FocusListener repaintFocusListener
      • keyListener

        protected static final KeyListener keyListener
    • Constructor Detail

      • ColorWellUI

        public ColorWellUI()