Class ScrollableColorPaletteUI

    • Constructor Detail

      • ScrollableColorPaletteUI

        public ScrollableColorPaletteUI()
    • Method Detail

      • getVerticalScrollValue

        protected final int getVerticalScrollValue(ColorPalette cp)
      • getHorizontalScrollValue

        protected final int getHorizontalScrollValue(ColorPalette cp)
      • getVerticalScrollMax

        protected abstract int getVerticalScrollMax(ColorPalette cp)
      • getHorizontalScrollMax

        protected abstract int getHorizontalScrollMax(ColorPalette cp)
      • isWrapping

        protected boolean isWrapping(ColorPalette cp)
      • scroll

        protected void scroll(ColorPalette cp,
                              int dx,
                              int dy)
      • updateScrollBarBounds

        protected final void updateScrollBarBounds(ColorPalette cp)
      • uninstallUI

        public void uninstallUI(JComponent c)
      • processKeyEvent

        protected void processKeyEvent(KeyEvent keyEvent,
                                       int dx,
                                       int dy)