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 DecompilerWrapperInformationgetDataFromPanel(DecompilerWrapperInformation wrapperInformation)ConfigPanelgetOrCreatePluginConfigPanel(DecompilerWrapperInformation vmInfo)voidopenDecompilerDownloadURL()voidsetPluginsConfiguredListener(ActionListener pluginsConfiguredListener)voidupdatePanelInfo(ConfigPanel pluginConfigPanel, DecompilerWrapperInformation vmInfo)voidupdateWrapperList(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)
-
-