|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.jdevimpl.uieditor.UIEditorAddin
The UIEditorAddin
registers the UIEditor
with the
EditorManager
as being capable of editing Elements
of type JavaSourceNode
.
oracle.ide.EditorManager
,
JavaSourceNode
,
oracle.jdeveloper.uieditor.UIEditor
Field Summary | |
static java.lang.String |
ORACLE_LAYOUT_PACKAGE
|
Constructor Summary | |
UIEditorAddin()
Constructor. |
Method Summary | |
boolean |
canShutdown()
This method is called by the IDE to confirm that the ide can shutdown. |
static java.util.List |
getAssistedLayouts()
|
java.lang.Class |
getEditorClass()
Get the class of the Editor class being registered. |
static LayoutAssistant |
getLayoutAssistant(java.lang.String name)
|
MenuSpec |
getMenuSpecification()
Get a MenuSpec describing the JMenuItem to be added to the View | Open Viewer As... |
float |
ideVersion()
This method is called to determine the ide version number for which this Addin was implemented. |
void |
initialize()
Register the UIEditor with the EditorManager as being able to edit Elements of type JavaSourceNode. |
boolean |
isDefault()
Determines if the editor registered by this addin should be registered as the default Editor for its supported types. |
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 |
Field Detail |
public static final java.lang.String ORACLE_LAYOUT_PACKAGE
Constructor Detail |
public UIEditorAddin()
Method Detail |
public void initialize()
initialize
in interface Addin
AddinManager
public void shutdown()
Addin
AddinManager
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 Addin
public boolean canShutdown()
canShutdown
in interface Addin
public float version()
Addin
Addin
version number.
version
in interface Addin
public float ideVersion()
Addin
Addin
was implemented.
ideVersion
in interface Addin
public boolean isDefault()
isDefault
in interface EditorAddin
public java.lang.Class getEditorClass()
getEditorClass
in interface EditorAddin
public MenuSpec getMenuSpecification()
getMenuSpecification
in interface EditorAddin
public static java.util.List getAssistedLayouts()
public static LayoutAssistant getLayoutAssistant(java.lang.String name)
|
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.