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 Summary
Constructors Constructor Description ManualViewerCommandEditor() 
- 
Method Summary
All 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
- 
getOptionDescriptions
public java.lang.String[] getOptionDescriptions()
Description copied from interface:CustomOptionsEditorGets the descriptions of the options that this editor is editing.- Specified by:
 getOptionDescriptionsin interfaceCustomOptionsEditor- Returns:
 - the descriptions of the options that this editor is editing.
 
 
- 
getOptionNames
public java.lang.String[] getOptionNames()
Description copied from interface:CustomOptionsEditorGets the names of the options that this editor is editing.- Specified by:
 getOptionNamesin interfaceCustomOptionsEditor- Returns:
 - the names of the options that this editor is editing.
 
 
- 
supportsCustomEditor
public boolean supportsCustomEditor()
- Specified by:
 supportsCustomEditorin interfacejava.beans.PropertyEditor- Overrides:
 supportsCustomEditorin classjava.beans.PropertyEditorSupport
 
- 
getCustomEditor
public java.awt.Component getCustomEditor()
- Specified by:
 getCustomEditorin interfacejava.beans.PropertyEditor- Overrides:
 getCustomEditorin classjava.beans.PropertyEditorSupport
 
- 
setValue
public void setValue(java.lang.Object value)
- Specified by:
 setValuein interfacejava.beans.PropertyEditor- Overrides:
 setValuein classjava.beans.PropertyEditorSupport
 
- 
getValue
public java.lang.Object getValue()
- Specified by:
 getValuein interfacejava.beans.PropertyEditor- Overrides:
 getValuein classjava.beans.PropertyEditorSupport
 
 - 
 
 -