Class ExportDialogView

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

class ExportDialogView extends JDialog
  • Field Details

    • jContentPane

      private JPanel jContentPane
    • jTextFieldFilename

      private JTextField jTextFieldFilename
    • jButtonFileName

      private JButton jButtonFileName
    • jComboBoxLanguage

      private JComboBox jComboBoxLanguage
    • jCheckBoxForced

      private JCheckBox jCheckBoxForced
    • jCheckBoxWritePGCPalette

      private JCheckBox jCheckBoxWritePGCPalette
    • jButtonCancel

      private JButton jButtonCancel
    • jButtonSave

      private JButton jButtonSave
    • model

      private final ExportDialogModel model
  • Constructor Details

  • Method Details

    • initialize

      private void initialize()
    • getJContentPane

      private JPanel getJContentPane()
    • getJTextFieldFilename

      private JTextField getJTextFieldFilename()
    • addFilenameTextFieldActionListener

      void addFilenameTextFieldActionListener(ActionListener actionListener)
    • getFilenameTextFieldText

      String getFilenameTextFieldText()
    • setFilenameTextFieldText

      void setFilenameTextFieldText(String text)
    • getJButtonFilename

      private JButton getJButtonFilename()
    • addFilenameButtonActionListener

      void addFilenameButtonActionListener(ActionListener actionListener)
    • getJComboBoxLanguage

      private JComboBox getJComboBoxLanguage()
    • addLanguageComboBoxItemListener

      void addLanguageComboBoxItemListener(ItemListener itemListener)
    • getLanguageComboBoxSelectedItem

      int getLanguageComboBoxSelectedItem()
    • getJButtonCancel

      private JButton getJButtonCancel()
    • addCancelButtonActionListener

      void addCancelButtonActionListener(ActionListener actionListener)
    • getJButtonSave

      private JButton getJButtonSave()
    • addSaveButtonActionListener

      void addSaveButtonActionListener(ActionListener actionListener)
    • getJCheckBoxForced

      private JCheckBox getJCheckBoxForced()
    • addForcedCheckBoxItemListener

      void addForcedCheckBoxItemListener(ItemListener itemListener)
    • isForcedCheckBoxSelected

      boolean isForcedCheckBoxSelected()
    • getJCheckBoxWritePGCPalette

      private JCheckBox getJCheckBoxWritePGCPalette()
    • addWritePGCPaletteCheckBoxItemListener

      void addWritePGCPaletteCheckBoxItemListener(ItemListener itemListener)
    • isWritePGCPalCheckBoxSelected

      public boolean isWritePGCPalCheckBoxSelected()