Class PluginConfigurationEditorView

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

public class PluginConfigurationEditorView extends JDialog
See Also:
  • Field Details

    • configAndOptionPanel

      private final JPanel configAndOptionPanel
    • scrollPane

      private final JScrollPane scrollPane
    • cardLayoutForConfigPanels

      private final CardLayout cardLayoutForConfigPanels
    • pluginListPanel

      private final PluginListPanel pluginListPanel
    • pluginTopOptionPanel

      private final PluginTopOptionPanel pluginTopOptionPanel
    • centerPanel

      private final JPanel centerPanel
    • cardConfigPanel

      private final JPanel cardConfigPanel
    • okCancelPanel

      private final OkCancelPanel okCancelPanel
  • Constructor Details

    • PluginConfigurationEditorView

      public PluginConfigurationEditorView(MainFrameView mainFrameView)
      Modal window for editing configuration files for decompilers.
      Parameters:
      mainFrameView - main window
  • Method Details

    • getPluginListPanel

      public PluginListPanel getPluginListPanel()
    • getPluginTopOptionPanel

      public PluginTopOptionPanel getPluginTopOptionPanel()
    • getOkCancelPanel

      public OkCancelPanel getOkCancelPanel()
    • switchCard

      public void switchCard(JPanel jPanel, String id)
    • clearConfigPanel

      public void clearConfigPanel()
    • getSelectedWrapper

      DecompilerWrapper getSelectedWrapper()
    • removeValidations

      public void removeValidations()
    • setValidation

      public void setValidation(boolean ok, String errors, DecompilerWrapper w)