|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
java.lang.Object |
getAttribute(java.lang.Object key)
This method is currently unused. |
float |
getEditorWeight(Element element)
This method is called by the EditorManager when a FlatEditorAddin is registered with EditorManager.registerDynamic(FlatEditorAddin) and a new file is opened. |
boolean |
isDuplicable()
An EditorAddin should return true if its editor allows duplication. |
boolean |
restoreAtStartup()
Determines if the document must be reloaded at startup. |
Methods inherited from interface oracle.ide.editor.EditorAddin |
getEditorClass, getMenuSpecification, isDefault |
Methods inherited from interface oracle.ide.addin.Addin |
canShutdown, ideVersion, initialize, shutdown, version |
Method Detail |
public float getEditorWeight(Element element)
EditorManager.registerDynamic(FlatEditorAddin)
and a new file is opened.
The returned value is used to determine if an editor tab should be added and where it should be added.
Float.NaN
if it does not want to be exposed.
element
-
public boolean isDuplicable()
public boolean restoreAtStartup()
public java.lang.Object getAttribute(java.lang.Object key)
key
- one of the ATTRIBUTE_ constants.
|
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.