Class ConversionDialogView

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

class ConversionDialogView extends JDialog
  • Field Details

    • DIM_LABEL

      private static final Dimension DIM_LABEL
    • FRAMERATES

      private static final String[] FRAMERATES
    • jContentPane

      private JPanel jContentPane
    • jPanelResolution

      private JPanel jPanelResolution
    • jComboBoxResolution

      private JComboBox jComboBoxResolution
    • jCheckBoxFrameRate

      private JCheckBox jCheckBoxFrameRate
    • jCheckBoxResolution

      private JCheckBox jCheckBoxResolution
    • jPanelFps

      private JPanel jPanelFps
    • jComboBoxFpsSrc

      private JComboBox jComboBoxFpsSrc
    • jComboBoxFpsTrg

      private JComboBox jComboBoxFpsTrg
    • jPanelMove

      private JPanel jPanelMove
    • jCheckBoxMove

      private JCheckBox jCheckBoxMove
    • jPanelTimes

      private JPanel jPanelTimes
    • jTextFieldDelay

      private JTextField jTextFieldDelay
    • jCheckBoxFixMinTime

      private JCheckBox jCheckBoxFixMinTime
    • jTextFieldMinTime

      private JTextField jTextFieldMinTime
    • jPanelDefaults

      private JPanel jPanelDefaults
    • jButtonStore

      private JButton jButtonStore
    • jButtonRestore

      private JButton jButtonRestore
    • jButtonReset

      private JButton jButtonReset
    • jPanelButtons

      private JPanel jPanelButtons
    • jButtonOk

      private JButton jButtonOk
    • jButtonCancel

      private JButton jButtonCancel
    • jPanelScale

      private JPanel jPanelScale
    • jCheckBoxScale

      private JCheckBox jCheckBoxScale
    • jTextFieldScaleX

      private JTextField jTextFieldScaleX
    • jTextFieldScaleY

      private JTextField jTextFieldScaleY
    • jPanelForced

      private JPanel jPanelForced
    • jComboBoxForced

      private JComboBox jComboBoxForced
    • model

      private final ConversionDialogModel model
  • Constructor Details

  • Method Details

    • fillDialog

      void fillDialog()
    • initialize

      private void initialize()
    • getJPanelResolution

      private JPanel getJPanelResolution()
    • getJPanelMove

      private JPanel getJPanelMove()
    • getJPanelFps

      private JPanel getJPanelFps()
    • getJPanelTimes

      private JPanel getJPanelTimes()
    • getJPanelScale

      private JPanel getJPanelScale()
    • getJPanelDefaults

      private JPanel getJPanelDefaults()
    • getJPanelForced

      private JPanel getJPanelForced()
    • getJPanelButtons

      private JPanel getJPanelButtons()
    • getJContentPane

      private JPanel getJContentPane()
    • getJComboBoxResolution

      private JComboBox getJComboBoxResolution()
    • addResolutionComboBoxItemListener

      void addResolutionComboBoxItemListener(ItemListener itemListener)
    • getResolutionComboBoxSelectedIndex

      int getResolutionComboBoxSelectedIndex()
    • setResolutionComboBoxEnabled

      void setResolutionComboBoxEnabled(boolean enabled)
    • getJCheckBoxFrameRate

      private JCheckBox getJCheckBoxFrameRate()
    • addFrameRateCheckBoxActionListener

      void addFrameRateCheckBoxActionListener(ActionListener actionListener)
    • isFrameRateCheckBoxSelected

      boolean isFrameRateCheckBoxSelected()
    • getJCheckBoxResolution

      private JCheckBox getJCheckBoxResolution()
    • addResolutionCheckBoxActionListener

      void addResolutionCheckBoxActionListener(ActionListener actionListener)
    • isResolutionCheckBoxSelected

      boolean isResolutionCheckBoxSelected()
    • getJCheckBoxMove

      private JCheckBox getJCheckBoxMove()
    • addMoveCheckBoxActionListener

      void addMoveCheckBoxActionListener(ActionListener actionListener)
    • isMoveCheckBoxSelected

      boolean isMoveCheckBoxSelected()
    • isMoveCheckBoxEnabled

      boolean isMoveCheckBoxEnabled()
    • getJComboBoxFpsSrc

      private JComboBox getJComboBoxFpsSrc()
    • addFpsSrcComboBoxActionListener

      void addFpsSrcComboBoxActionListener(ActionListener actionListener)
    • addFpsSrcComboBoxDocumentListener

      void addFpsSrcComboBoxDocumentListener(DocumentListener documentListener)
    • getFpsSrcComboBoxText

      String getFpsSrcComboBoxText()
    • setFpsSrcComboBoxEnabled

      void setFpsSrcComboBoxEnabled(boolean enabled)
    • getFpsSrcComboBoxSelectedItem

      String getFpsSrcComboBoxSelectedItem()
    • setFpsSrcComboBoxBackground

      void setFpsSrcComboBoxBackground(Color color)
    • setFpsSrcComboBoxSelectedItem

      void setFpsSrcComboBoxSelectedItem(String item)
    • getJComboBoxFpsTrg

      private JComboBox getJComboBoxFpsTrg()
    • addFpsTrgComboBoxActionListener

      void addFpsTrgComboBoxActionListener(ActionListener actionListener)
    • addFpsTrgComboBoxDocumentListener

      void addFpsTrgComboBoxDocumentListener(DocumentListener documentListener)
    • getFpsTrgComboBoxText

      String getFpsTrgComboBoxText()
    • getFpsTrgComboBoxSelectedItem

      String getFpsTrgComboBoxSelectedItem()
    • setFpsTrgComboBoxSelectedItem

      void setFpsTrgComboBoxSelectedItem(String item)
    • setFpsTrgComboBoxBackground

      void setFpsTrgComboBoxBackground(Color color)
    • getJTextFieldDelay

      private JTextField getJTextFieldDelay()
    • addDelayTextFieldActionListener

      void addDelayTextFieldActionListener(ActionListener actionListener)
    • addDelayTextFieldDocumentListener

      void addDelayTextFieldDocumentListener(DocumentListener documentListener)
    • getDelayTextFieldText

      String getDelayTextFieldText()
    • setDelayTextFieldText

      void setDelayTextFieldText(String text)
    • setDelayTextFieldBoxBackground

      void setDelayTextFieldBoxBackground(Color color)
    • getJButtonCancel

      private JButton getJButtonCancel()
    • addCancelButtonActionListener

      void addCancelButtonActionListener(ActionListener actionListener)
    • getJButtonStore

      private JButton getJButtonStore()
    • addStoreButtonActionListener

      void addStoreButtonActionListener(ActionListener actionListener)
    • getJButtonRestore

      private JButton getJButtonRestore()
    • addRestoreButtonActionListener

      void addRestoreButtonActionListener(ActionListener actionListener)
    • getJButtonReset

      private JButton getJButtonReset()
    • addResetButtonActionListener

      void addResetButtonActionListener(ActionListener actionListener)
    • getJCheckBoxScale

      private JCheckBox getJCheckBoxScale()
    • addScaleCheckBoxItemListener

      void addScaleCheckBoxItemListener(ItemListener itemListener)
    • isScaleCheckBoxSelected

      boolean isScaleCheckBoxSelected()
    • getJCheckBoxFixMinTime

      private JCheckBox getJCheckBoxFixMinTime()
    • addFixMinTimeCheckBoxItemListener

      void addFixMinTimeCheckBoxItemListener(ItemListener itemListener)
    • isFixMinTimeCheckBoxSelected

      boolean isFixMinTimeCheckBoxSelected()
    • getJTextFieldMinTime

      private JTextField getJTextFieldMinTime()
    • addMinTimeTextFieldActionListener

      void addMinTimeTextFieldActionListener(ActionListener actionListener)
    • addMinTimeTextFieldDocumentListener

      void addMinTimeTextFieldDocumentListener(DocumentListener documentListener)
    • getMinTimeTextFieldText

      String getMinTimeTextFieldText()
    • setMinTimeTextFieldText

      void setMinTimeTextFieldText(String text)
    • setMinTimeTextFieldBackground

      void setMinTimeTextFieldBackground(Color color)
    • enableMinTimeTextField

      void enableMinTimeTextField(boolean enabled)
    • getJButtonOk

      private JButton getJButtonOk()
    • addOkButtonActionListener

      void addOkButtonActionListener(ActionListener actionListener)
    • getJTextFieldScaleX

      private JTextField getJTextFieldScaleX()
    • addScaleXTextFieldActionListener

      void addScaleXTextFieldActionListener(ActionListener actionListener)
    • addScaleXTextFieldDocumentListener

      void addScaleXTextFieldDocumentListener(DocumentListener documentListener)
    • getScaleXTextFieldText

      String getScaleXTextFieldText()
    • setScaleXTextFieldText

      void setScaleXTextFieldText(String text)
    • enableScaleXTextField

      void enableScaleXTextField(boolean enabled)
    • setScaleXTextFieldBackground

      void setScaleXTextFieldBackground(Color color)
    • getJTextFieldScaleY

      private JTextField getJTextFieldScaleY()
    • addScaleYTextFieldActionListener

      void addScaleYTextFieldActionListener(ActionListener actionListener)
    • addScaleYTextFieldDocumentListener

      void addScaleYTextFieldDocumentListener(DocumentListener documentListener)
    • getScaleYTextFieldText

      String getScaleYTextFieldText()
    • setScaleYTextFieldText

      void setScaleYTextFieldText(String text)
    • enableScaleYTextField

      void enableScaleYTextField(boolean enabled)
    • setScaleYTextFieldBackground

      void setScaleYTextFieldBackground(Color color)
    • getJComboBoxForced

      private JComboBox getJComboBoxForced()
    • addForcedComboBoxItemListener

      void addForcedComboBoxItemListener(ItemListener itemListener)
    • getForcedComboBoxSelectedIndex

      int getForcedComboBoxSelectedIndex()
    • enableOptionMove

      public void enableOptionMove(boolean e)