public class CodeEditorAddin extends EditorAddin
CodeEditorAddin does the work of plugging in this
code editor into the IDE Addin framework.ATTRIBUTE_NO_RECENT_FILE, ATTRIBUTE_RESTORABLE| Constructor and Description |
|---|
CodeEditorAddin()
Constructs the CodeEditorAddin instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class |
getEditorClass()
Gets the fully qualified class name of the Editor being
registered.
|
Navigable |
getEditorNavigable()
Deprecated.
editor preference navigable must be obtained declaratively with id 'ceditor'
|
MenuSpec |
getMenuSpecification()
Gets the menu specification for the editor.
|
void |
initialize()
This method is called by the IDE to request that the feature be
initialized.
|
boolean |
isDefault()
Determine if the Editor registered by this addin is the default
Editor.
|
getAttribute, getEditorWeight, getEditorWeight, isCloneable, isDuplicable, isMultifile, restoreAtStartuppublic CodeEditorAddin()
@Deprecated public Navigable getEditorNavigable()
public void initialize()
initialize in interface Addininitialize in class EditorAddinAddinManagerpublic boolean isDefault()
isDefault in class EditorAddinpublic java.lang.Class getEditorClass()
getEditorClass in class EditorAddinpublic MenuSpec getMenuSpecification()
getMenuSpecification in class EditorAddin