Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.jdeveloper.vcs.spi
Class VCSMenuConstants

java.lang.Object
  extended by oracle.jdeveloper.vcs.spi.VCSMenuConstants


public final class VCSMenuConstants
extends java.lang.Object

Class for constants relating to versioning menus.

Since:
9.0.5

Field Summary
static java.lang.String ACTION_CATEGORY_VERSIONING
          The suggested category for actions in the version control menu.
static java.lang.Integer CONTEXT_MENU_MNEMONIC
          The suggested mnemonic for a top-level context menu sharing the version control menu text.
static java.lang.String MENU_VERSIONING
          A constant identifying the version control menu in the environment.
static float SECTION_GENERAL
          Float value for the menu section of general commands.

 

Method Summary

 

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

 

Field Detail

ACTION_CATEGORY_VERSIONING

public static final java.lang.String ACTION_CATEGORY_VERSIONING
The suggested category for actions in the version control menu.

CONTEXT_MENU_MNEMONIC

public static final java.lang.Integer CONTEXT_MENU_MNEMONIC
The suggested mnemonic for a top-level context menu sharing the version control menu text.

MENU_VERSIONING

public static final java.lang.String MENU_VERSIONING
A constant identifying the version control menu in the environment.
See Also:
Constant Field Values

SECTION_GENERAL

public static final float SECTION_GENERAL
Float value for the menu section of general commands.
See Also:
Constant Field Values

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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