Class SASortCustomizerDialog

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

@API(type=NOT_EXTENDABLE, src=PRIVATE) public class SASortCustomizerDialog extends OKCancelDialog implements SortCustomizer, KeysController
Standalone implementation of the customizer used to select the criterion information used when sorting.
See Also:
  • Constructor Details

    • SASortCustomizerDialog

      public SASortCustomizerDialog(Frame parentFrame, AuthorResourceBundle authorResourceBundle, String selElems, String allElems)
      Constructor.
      Parameters:
      parentFrame - The parent frame of the dialog.
      authorResourceBundle - The Author resource bundle.
      selElems - The name of the "selected elements" radio combo.
      allElems - The name of the "all elements" radio combo.
  • Method Details