Module video

Class AdvancedSettings

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

public class AdvancedSettings extends JFrame
AdvancedSettings is a little JFrame which provides additional settings to the plugin user interface. If the plugin will be extended by new settings in the future, this class is the right place to set them.
Author:
Dominick Leppich
See Also:
  • Constructor Details

    • AdvancedSettings

      public AdvancedSettings(ExportPanel parent, VideoSettings settings)
      Create the frame for the advanced settings.
      Parameters:
      parent - - Parent ExportPanel object
      settings - - Reference to the corresponding VideoSettings