Class PluginConfigurationEditorController
- java.lang.Object
-
- org.jrd.frontend.PluginMangerFrame.PluginConfigurationEditorController
-
public class PluginConfigurationEditorController extends Object
-
-
Constructor Summary
Constructors Constructor Description PluginConfigurationEditorController(PluginConfigurationEditorView view, PluginManager pluginManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DecompilerWrapperInformation
getDataFromPanel(DecompilerWrapperInformation wrapperInformation)
ConfigPanel
getOrCreatePluginConfigPanel(DecompilerWrapperInformation vmInfo)
void
openDecompilerDownloadURL()
void
setPluginsConfiguredListener(ActionListener pluginsConfiguredListener)
void
updatePanelInfo(ConfigPanel pluginConfigPanel, DecompilerWrapperInformation vmInfo)
void
updateWrapperList(List<DecompilerWrapperInformation> wrappers)
-
-
-
Constructor Detail
-
PluginConfigurationEditorController
public PluginConfigurationEditorController(PluginConfigurationEditorView view, PluginManager pluginManager)
-
-
Method Detail
-
openDecompilerDownloadURL
public void openDecompilerDownloadURL()
-
updateWrapperList
public void updateWrapperList(List<DecompilerWrapperInformation> wrappers)
-
getDataFromPanel
public DecompilerWrapperInformation getDataFromPanel(DecompilerWrapperInformation wrapperInformation)
-
getOrCreatePluginConfigPanel
public ConfigPanel getOrCreatePluginConfigPanel(DecompilerWrapperInformation vmInfo)
-
updatePanelInfo
public void updatePanelInfo(ConfigPanel pluginConfigPanel, DecompilerWrapperInformation vmInfo)
-
setPluginsConfiguredListener
public void setPluginsConfiguredListener(ActionListener pluginsConfiguredListener)
-
-