Class OptionsEditorPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class OptionsEditorPanel extends JPanel
Editor Panel for displaying and editing options associated with importing or exporting. It takes in a list of Options and generates editors for each of them on th fly.
See Also:
  • Constructor Details

    • OptionsEditorPanel

      public OptionsEditorPanel(List<Option> options, AddressFactoryService addressFactoryService)
      Construct a new OptionsEditorPanel
      Parameters:
      options - the list of options to be edited.
      addressFactoryService - a service for providing an appropriate AddressFactory if needed for editing an options. If null, address based options will not be available.