| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| 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 | |
|---|---|
| static java.lang.String | CONTEXT_MENU_ID | 
| static java.lang.String | EXTENSION_ID | 
| 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()Get Context Replace With Menu | 
| static ReplaceMenuManager | getInstance()Retrieves the ReplaceMenuManagerinstance which can be used
 by providers to install items into the available menus. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String EXTENSION_ID
public static final float SECTION_VCS
public static final float SECTION_LOCAL_HISTORY
public static final float SECTION_OTHER
public static final java.lang.String CONTEXT_MENU_ID
| 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 getContextReplaceMenu()
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||