|
Extension SDK 9.0.5 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.ide.editor.AbstractFlatEditorAddin
oracle.jdeveloper.ceditor.CodeEditorAddin
The CodeEditorAddin
does the work of plugging in this
code editor into the IDE Addin framework.
Constructor Summary | |
CodeEditorAddin()
Constructs the CodeEditorAddin instance. |
Method Summary | |
boolean |
canShutdown()
This method is called by the IDE to confirm that the ide can shutdown. |
java.lang.Class |
getEditorClass()
Gets the fully qualified class name of the Editor being registered. |
Navigable |
getEditorNavigable()
Fetches the main Editor navigable that is the parent of all other editor settings. |
MenuSpec |
getMenuSpecification()
Gets the menu specification for the editor. |
float |
ideVersion()
inheritDoc |
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. |
void |
shutdown()
inheritDoc |
float |
version()
inheritDoc |
Methods inherited from class oracle.ide.editor.AbstractFlatEditorAddin |
getAttribute, getEditorWeight, isDuplicable, restoreAtStartup |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CodeEditorAddin()
Method Detail |
public Navigable getEditorNavigable()
public void initialize()
initialize
in interface Addin
initialize
in class AbstractFlatEditorAddin
public void shutdown()
AbstractFlatEditorAddin
shutdown
in interface Addin
shutdown
in class AbstractFlatEditorAddin
public boolean canShutdown()
canShutdown
in interface Addin
canShutdown
in class AbstractFlatEditorAddin
public float version()
AbstractFlatEditorAddin
version
in interface Addin
version
in class AbstractFlatEditorAddin
public float ideVersion()
AbstractFlatEditorAddin
ideVersion
in interface Addin
ideVersion
in class AbstractFlatEditorAddin
public boolean isDefault()
isDefault
in interface EditorAddin
isDefault
in class AbstractFlatEditorAddin
public java.lang.Class getEditorClass()
public MenuSpec getMenuSpecification()
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.