|
Extension SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.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()
This method is called to determine the ide version number for which this Addin was implemented. |
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()
This method is invoked by the AddinManager when the IDE
terminates. |
float |
version()
This method is called to determine the Addin version number. |
| 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 AddinAddinManagerpublic void shutdown()
AddinAddinManager when the IDE
terminates. Any non java resources (file handles, database connections,
etc) which are still being held by this Addin should be
released by this method immediately. This method is not guaranteed to
be called, but on normal terminations of the IDE, this method will be
invoked.
shutdown in interface Addinpublic boolean canShutdown()
canShutdown in interface Addinpublic float version()
AddinAddin version number.
version in interface Addinpublic float ideVersion()
AddinAddin was implemented.
ideVersion in interface Addinpublic boolean isDefault()
isDefault in interface EditorAddinpublic java.lang.Class getEditorClass()
getEditorClass in interface EditorAddinpublic MenuSpec getMenuSpecification()
getMenuSpecification in interface EditorAddin
|
Extension SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©1997, 2003, Oracle. All rights reserved.