Class EditOptionsDialog

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

public class EditOptionsDialog extends JDialog
Modal dialog to edit (X)HTML filter options.
See Also:
  • Field Details

    • RET_CANCEL

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

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

    • EditOptionsDialog

      public EditOptionsDialog(Window parent, Map<String,String> config)
      Creates a new form EditOptionsDialog
      Parameters:
      parent - parent window where dialog opened on.
      config - default configuration to restore.
  • Method Details

    • getOptions

      @Deprecated(since="6.1.0", forRemoval=true) public HTMLOptions getOptions()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getReturnStatus

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