|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.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_NAMEName by which the ReplaceMenuManager instance is bound to the JNDI environment. |
static float |
SECTION_LOCAL_HISTORYSection identifier for local history related items. |
static float |
SECTION_OTHERSection identifier for other items. |
static float |
SECTION_VCSSection 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.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||