Package ghidra.framework.analysis
Class AnalysisRecipeEditor
- java.lang.Object
-
- ghidra.framework.analysis.AnalysisRecipeEditor
-
public class AnalysisRecipeEditor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AnalysisRecipeEditor(AnalysisRecipe recipe)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JComponent
getComponent()
void
setSelectedAnalyzer(Analyzer analyzer)
-
-
-
Constructor Detail
-
AnalysisRecipeEditor
public AnalysisRecipeEditor(AnalysisRecipe recipe)
-
-
Method Detail
-
getComponent
public javax.swing.JComponent getComponent()
-
setSelectedAnalyzer
public void setSelectedAnalyzer(Analyzer analyzer)
-
-