Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


oracle.jdeveloper.vcs.versionhistory
Class VersionHistoryAddin

java.lang.Object
  extended by oracle.ide.editor.EditorAddin
      extended by oracle.jdeveloper.vcs.versionhistory.VersionHistoryAddin

All Implemented Interfaces:
Addin

public class VersionHistoryAddin
extends EditorAddin

Field Summary

 

Fields inherited from class oracle.ide.editor.EditorAddin
ATTRIBUTE_NO_RECENT_FILE, ATTRIBUTE_RESTORABLE

 

Constructor Summary
VersionHistoryAddin()
           

 

Method Summary
 java.lang.Class getEditorClass()
          Gets the fully qualified class name of the Editor being registered.
 MenuSpec getMenuSpecification()
          Gets the menu specification of this Addin.
 void initialize()
          Invoked by the AddinManager after the instance of the Addin is instantiated.
 boolean isDefault()
           

 

Methods inherited from class oracle.ide.editor.EditorAddin
getAttribute, getEditorWeight, isDuplicable, restoreAtStartup

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

VersionHistoryAddin

public VersionHistoryAddin()

Method Detail

initialize

public void initialize()
Description copied from interface: Addin
Invoked by the AddinManager after the instance of the Addin is instantiated. When invoked, The Addin should register and menu items, and actions required for use during this classes lifecycle. Addin authors should take care to ensure that any extraneous initialization is not preformed on this method, and any startup code that can be delayed until a later time is delayed, as the Addin's are synchronously initialized during the startup of the IDE, and each Addin has the potential to negatively impact the startup time of the product.
Specified by:
initialize in interface Addin
Overrides:
initialize in class EditorAddin
See Also:
AddinManager

getEditorClass

public java.lang.Class getEditorClass()
Description copied from class: EditorAddin
Gets the fully qualified class name of the Editor being registered.
Specified by:
getEditorClass in class EditorAddin
Returns:
the Editor's class name

isDefault

public boolean isDefault()
Overrides:
isDefault in class EditorAddin
Returns:
true if your editor was statically registered and you want it to be the default editor.

getMenuSpecification

public MenuSpec getMenuSpecification()
Description copied from class: EditorAddin
Gets the menu specification of this Addin. This specification may be used to add a menu item to the main menu bar and/or to any context menu popped up in a NavigatorWindow.
Specified by:
getMenuSpecification in class EditorAddin
Returns:
a menu specification.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


Copyright © 1997, 2015, Oracle. All rights reserved.