Package ghidra.util
Class ManualViewerCommandEditor
- java.lang.Object
- 
- java.beans.PropertyEditorSupport
- 
- ghidra.util.ManualViewerCommandEditor
 
 
- 
- All Implemented Interfaces:
- CustomOptionsEditor,- java.beans.PropertyEditor
 
 public class ManualViewerCommandEditor extends java.beans.PropertyEditorSupport implements CustomOptionsEditor 
- 
- 
Constructor SummaryConstructors Constructor Description ManualViewerCommandEditor()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.ComponentgetCustomEditor()java.lang.String[]getOptionDescriptions()Gets the descriptions of the options that this editor is editing.java.lang.String[]getOptionNames()Gets the names of the options that this editor is editing.java.lang.ObjectgetValue()voidsetValue(java.lang.Object value)booleansupportsCustomEditor()
 
- 
- 
- 
Method Detail- 
getOptionDescriptionspublic java.lang.String[] getOptionDescriptions() Description copied from interface:CustomOptionsEditorGets the descriptions of the options that this editor is editing.- Specified by:
- getOptionDescriptionsin interface- CustomOptionsEditor
- Returns:
- the descriptions of the options that this editor is editing.
 
 - 
getOptionNamespublic java.lang.String[] getOptionNames() Description copied from interface:CustomOptionsEditorGets the names of the options that this editor is editing.- Specified by:
- getOptionNamesin interface- CustomOptionsEditor
- Returns:
- the names of the options that this editor is editing.
 
 - 
supportsCustomEditorpublic boolean supportsCustomEditor() - Specified by:
- supportsCustomEditorin interface- java.beans.PropertyEditor
- Overrides:
- supportsCustomEditorin class- java.beans.PropertyEditorSupport
 
 - 
getCustomEditorpublic java.awt.Component getCustomEditor() - Specified by:
- getCustomEditorin interface- java.beans.PropertyEditor
- Overrides:
- getCustomEditorin class- java.beans.PropertyEditorSupport
 
 - 
setValuepublic void setValue(java.lang.Object value) - Specified by:
- setValuein interface- java.beans.PropertyEditor
- Overrides:
- setValuein class- java.beans.PropertyEditorSupport
 
 - 
getValuepublic java.lang.Object getValue() - Specified by:
- getValuein interface- java.beans.PropertyEditor
- Overrides:
- getValuein class- java.beans.PropertyEditorSupport
 
 
- 
 
-