Class OptionsEditorPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class OptionsEditorPanel extends JPanel
Panel that shows each property in an Options category or a Group in an Options category.
See Also:
  • Constructor Details

    • OptionsEditorPanel

      public OptionsEditorPanel(String title, Options options, List<String> optionNames, EditorStateFactory editorStateFactory)
      Creates a panel for editing the given options.
      Parameters:
      title - The title of the options panel
      options - The options to display
      optionNames - The list of option names
      editorStateFactory - The EditorStateFactory
  • Method Details

    • dispose

      public void dispose()
    • apply

      public void apply()
    • setOptionsPropertyChangeListener

      public void setOptionsPropertyChangeListener(PropertyChangeListener listener)