Class FramePaletteDialogView

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

class FramePaletteDialogView extends JDialog
  • Field Details

    • jContentPane

      private JPanel jContentPane
    • jComboBoxColor1

      private JComboBox jComboBoxColor1
    • jComboBoxColor2

      private JComboBox jComboBoxColor2
    • jComboBoxColor3

      private JComboBox jComboBoxColor3
    • jComboBoxColor4

      private JComboBox jComboBoxColor4
    • jComboBoxAlpha1

      private JComboBox jComboBoxAlpha1
    • jComboBoxAlpha2

      private JComboBox jComboBoxAlpha2
    • jComboBoxAlpha3

      private JComboBox jComboBoxAlpha3
    • jComboBoxAlpha4

      private JComboBox jComboBoxAlpha4
    • jButtonOk

      private JButton jButtonOk
    • jButtonCancel

      private JButton jButtonCancel
    • jButtonSetAll

      private JButton jButtonSetAll
    • jButtonResetAll

      private JButton jButtonResetAll
    • jButtonReset

      private JButton jButtonReset
    • model

      private final FramePaletteDialogModel model
  • Constructor Details

  • Method Details

    • initialize

      private void initialize()
    • getJContentPane

      private JPanel getJContentPane()
    • getJComboBoxColor1

      private JComboBox getJComboBoxColor1()
    • addColor1ComboBoxActionListener

      void addColor1ComboBoxActionListener(ActionListener actionListener)
    • getJComboBoxColor2

      private JComboBox getJComboBoxColor2()
    • addColor2ComboBoxActionListener

      void addColor2ComboBoxActionListener(ActionListener actionListener)
    • getJComboBoxColor3

      private JComboBox getJComboBoxColor3()
    • addColor3ComboBoxActionListener

      void addColor3ComboBoxActionListener(ActionListener actionListener)
    • getJComboBoxColor4

      private JComboBox getJComboBoxColor4()
    • addColor4ComboBoxActionListener

      void addColor4ComboBoxActionListener(ActionListener actionListener)
    • getJComboBoxAlpha1

      private JComboBox getJComboBoxAlpha1()
    • addAlpha1ComboBoxActionListener

      void addAlpha1ComboBoxActionListener(ActionListener actionListener)
    • getJComboBoxAlpha2

      private JComboBox getJComboBoxAlpha2()
    • addAlpha2ComboBoxActionListener

      void addAlpha2ComboBoxActionListener(ActionListener actionListener)
    • getJComboBoxAlpha3

      private JComboBox getJComboBoxAlpha3()
    • addAlpha3ComboBoxActionListener

      void addAlpha3ComboBoxActionListener(ActionListener actionListener)
    • getJComboBoxAlpha4

      private JComboBox getJComboBoxAlpha4()
    • addAlpha4ComboBoxActionListener

      void addAlpha4ComboBoxActionListener(ActionListener actionListener)
    • getJButtonCancel

      private JButton getJButtonCancel()
    • addCancelButtonActionListener

      void addCancelButtonActionListener(ActionListener actionListener)
    • getJButtonOk

      private JButton getJButtonOk()
    • addOkButtonActionListener

      void addOkButtonActionListener(ActionListener actionListener)
    • getJButtonSetAll

      private JButton getJButtonSetAll()
    • addSetAllButtonActionListener

      void addSetAllButtonActionListener(ActionListener actionListener)
    • getJButtonResetAll

      private JButton getJButtonResetAll()
    • addResetAllButtonActionListener

      void addResetAllButtonActionListener(ActionListener actionListener)
    • getJButtonReset

      private JButton getJButtonReset()
    • addResetButtonActionListener

      void addResetButtonActionListener(ActionListener actionListener)
    • initComboBoxColorPreviewIcons

      private void initComboBoxColorPreviewIcons(FramePaletteDialogModel model)
    • paintIcon

      private void paintIcon(ImageIcon icon, Color color)
    • addComboBoxCellRenderers

      void addComboBoxCellRenderers(ListCellRenderer listCellRenderer)
    • updateComboBoxSelections

      void updateComboBoxSelections()