|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.replace.ReplaceMenuManager
public abstract class ReplaceMenuManager
ReplaceMenuManager is the public interface onto the 'Replace
With' menus present in the IDE. These menus allow users to replace the
contents of Nodes with some other content, for
example previous versions from a version control system.
| Field Summary | |
|---|---|
protected static java.lang.String |
ENVIRONMENT_NAME
Name by which the ReplaceMenuManager instance is bound to
the JNDI environment. |
static float |
SECTION_LOCAL_HISTORY
Section identifier for local history related items. |
static float |
SECTION_OTHER
Section identifier for other items. |
static float |
SECTION_VCS
Section identifier for version control systems' items. |
| Constructor Summary | |
|---|---|
ReplaceMenuManager()
|
|
| Method Summary | |
|---|---|
abstract javax.swing.JMenu |
getContextReplaceMenu()
Retrieves the context 'Replace With' menu. |
static ReplaceMenuManager |
getInstance()
Retrieves the ReplaceMenuManager instance which can be used
by providers to install items into the available menus. |
abstract javax.swing.JMenu |
getMainReplaceMenu()
Retrieves the main 'Replace With' menu. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final float SECTION_VCS
public static final float SECTION_LOCAL_HISTORY
public static final float SECTION_OTHER
protected static final java.lang.String ENVIRONMENT_NAME
ReplaceMenuManager instance is bound to
the JNDI environment.
| Constructor Detail |
|---|
public ReplaceMenuManager()
| Method Detail |
|---|
public static ReplaceMenuManager getInstance()
ReplaceMenuManager instance which can be used
by providers to install items into the available menus.
ReplaceMenuManager instance, or null
if there is a problem obtaining the instance from the JNDI environment.public abstract javax.swing.JMenu getMainReplaceMenu()
public abstract javax.swing.JMenu getContextReplaceMenu()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||