Class MozillaFTLOptionsDialog

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

public class MozillaFTLOptionsDialog extends JDialog
Modal dialog to edit the Mozilla FTL filter options. Code refactored from the file: ResourceBundleOptionsDialog.java
See Also:
  • Field Details

    • RET_CANCEL

      public static final int RET_CANCEL
      A return status code - returned if Cancel button has been pressed
      See Also:
    • RET_OK

      public static final int RET_OK
      A return status code - returned if OK button has been pressed
      See Also:
  • Constructor Details

    • MozillaFTLOptionsDialog

      public MozillaFTLOptionsDialog(Window parent, Map<String,String> options)
      Creates new form MozillaFTLDTDOptionsDialog
  • Method Details

    • getReturnStatus

      public int getReturnStatus()
      Returns:
      the return status of this dialog - one of RET_OK or RET_CANCEL
    • getOptions

      public Map<String,String> getOptions()
      Returns updated options.