public abstract class BaseMergeAddin
extends oracle.jdevimpl.compare.BaseCompareAddin
ATTRIBUTE_NO_RECENT_FILE, ATTRIBUTE_RESTORABLE
Modifier | Constructor and Description |
---|---|
protected |
BaseMergeAddin()
Constructor.
|
protected |
BaseMergeAddin(java.lang.Class<? extends BaseMergeEditor> editorClass)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
getEditorClass()
Gets the merge editor class associated with this merge addin.
|
MenuSpec |
getMenuSpecification()
Gets the menu specification of this Addin.
|
protected java.lang.Class<? extends BaseMergeEditor> |
getMergeEditorClass() |
boolean |
isDefault() |
boolean |
isDuplicable()
An EditorAddin should return true if its editor allows duplication.
|
boolean |
restoreAtStartup()
Determines if the document must be reloaded at startup.
|
addCompareToolbarActionsToPopup, gatherCompareDynamicActions
getAttribute, getEditorWeight, getEditorWeight, initialize, isCloneable, isMultifile
protected BaseMergeAddin()
protected BaseMergeAddin(java.lang.Class<? extends BaseMergeEditor> editorClass)
editorClass
- the merge editor classpublic final java.lang.Class getEditorClass()
getEditorClass
in class EditorAddin
public final boolean isDefault()
isDefault
in class EditorAddin
public final boolean isDuplicable()
isDuplicable
in class EditorAddin
public final boolean restoreAtStartup()
restoreAtStartup
in class EditorAddin
public final MenuSpec getMenuSpecification()
getMenuSpecification
in class EditorAddin
protected java.lang.Class<? extends BaseMergeEditor> getMergeEditorClass()