Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.ide.quickdiff
Class QuickDiffMenuConstants

java.lang.Object
  extended by oracle.ide.quickdiff.QuickDiffMenuConstants


public final class QuickDiffMenuConstants
extends java.lang.Object

Class defining constants for Quick Diff reference context menus.

Since:
11.1.1.0.0 (Bulldog)

Field Summary
static float SECTION_ADDITIONAL_REFERENCES
          The section ID that indicates where miscellaneous references appear when they appear in a Quick Diff reference context menu.
static float SECTION_IDE_REFERENCES
          The section ID that indicates where core IDE references (such as 'File on Disk') appear when they appear in a Quick Diff reference context menu.
static float SECTION_VCS_REFERENCES
          The section ID that indicates where VCS references (such as 'Base Revision in CVS') appear when they appear in a Quick Diff reference context menu.

 

Method Summary

 

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

 

Field Detail

SECTION_VCS_REFERENCES

public static final float SECTION_VCS_REFERENCES
The section ID that indicates where VCS references (such as 'Base Revision in CVS') appear when they appear in a Quick Diff reference context menu.
See Also:
Constant Field Values

SECTION_IDE_REFERENCES

public static final float SECTION_IDE_REFERENCES
The section ID that indicates where core IDE references (such as 'File on Disk') appear when they appear in a Quick Diff reference context menu.

SECTION_ADDITIONAL_REFERENCES

public static final float SECTION_ADDITIONAL_REFERENCES
The section ID that indicates where miscellaneous references appear when they appear in a Quick Diff reference context menu.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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