Package ghidra.framework.analysis
Class AnalysisRecipeEditor
- java.lang.Object
- 
- ghidra.framework.analysis.AnalysisRecipeEditor
 
- 
 public class AnalysisRecipeEditor extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description AnalysisRecipeEditor(AnalysisRecipe recipe)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JComponentgetComponent()voidsetSelectedAnalyzer(Analyzer analyzer)
 
- 
- 
- 
Constructor Detail- 
AnalysisRecipeEditorpublic AnalysisRecipeEditor(AnalysisRecipe recipe) 
 
- 
 - 
Method Detail- 
getComponentpublic javax.swing.JComponent getComponent() 
 - 
setSelectedAnalyzerpublic void setSelectedAnalyzer(Analyzer analyzer) 
 
- 
 
-