Class SAIDElementsCustomizerDialog

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

@API(type=INTERNAL, src=PUBLIC) public class SAIDElementsCustomizerDialog extends OKCancelDialog
Dialog used to customize DITA elements which have auto ID generation. It will be also used when the IDs are generated manually. It is used on standalone implementation.
See Also:
  • Constructor Details

    • SAIDElementsCustomizerDialog

      public SAIDElementsCustomizerDialog(Frame parentFrame, String listMessage, AuthorResourceBundle authorResourceBundle)
      Constructor.
      Parameters:
      parentFrame - The parent frame.
      listMessage - The message label used on the list.
      authorResourceBundle - The author resource bundle.
    • SAIDElementsCustomizerDialog

      public SAIDElementsCustomizerDialog(Frame parentFrame, String listMessage, AuthorResourceBundle authorResourceBundle, boolean isDocBook)
      Constructor.
      Parameters:
      parentFrame - The parent frame.
      listMessage - The message label used on the list.
      authorResourceBundle - The author resource bundle.
      isDocBook - true if we are in DocBook.
  • Method Details