| 
 | 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 Addinwas 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 AddinManagerwhen the IDE
 terminates. | 
|  float | version()This method is called to determine the Addinversion 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 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 EditorAddinpublic 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.