Skip navigation links

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

E17493-04


oracle.ide.ceditor
Class CodeEditorConstants

java.lang.Object
  extended by oracle.ide.ceditor.CodeEditorConstants


public final class CodeEditorConstants
extends java.lang.Object

Class to store constants for CodeEditor abilities


Field Summary
static java.lang.String CATEGORY_SOURCE_MENU
          The category to which to add commands which appear in the Code/Source menu.
static int EDIT_SELECTED_ONLY_CMD_ID
          The command id for the edit selected only action.
static java.lang.String EDITOR_CONTEXT
          The property name for this editor's Context instance.
static int FORMAT_CMD_ID
          The command id for the format/reformat action.
static java.lang.String HIGHLIGHT_CODE_HIGHLIGHT
          'Code Highlight' highlight name
static java.lang.String HIGHLIGHT_CODE_HIGHLIGHT_SECONDARY
          'Code Highlight (Secondary)' highlight name
static java.lang.String TYPE_CPP
          The syntax highlighting type for C++ files.
static java.lang.String TYPE_DIFF
          The syntax highlighting type for diff files.
static java.lang.String TYPE_HTML
          The syntax highlighting type for HTML files.
static java.lang.String TYPE_IDL
          The syntax highlighting type for IDL files.
static java.lang.String TYPE_JAVA
          The syntax highlighting type for Java files.
static java.lang.String TYPE_JS
          The syntax highlighting type for JavaScript files.
static java.lang.String TYPE_JSP
          THe syntax highlighting type for JSP files.
static java.lang.String TYPE_PLAIN
          The syntax highlighting type for plain files.
static java.lang.String TYPE_PLSQL
          The syntax highlighting type for PL/SQL files.
static java.lang.String TYPE_PROPERTIES
          The syntax highlighting type for Properties files.
static java.lang.String TYPE_SQL
          The syntax highlighting type for SQL files.
static java.lang.String TYPE_XML
          The syntax highlighting type for XML files.
static int UNDO_WRAPPER_CMD_ID
          Command ID for UndoWrapperCommand
static int UNDO_WRAPPER_MSG
          This is the message that the user had new typed input

 

Method Summary

 

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

 

Field Detail

TYPE_PLAIN

public static final java.lang.String TYPE_PLAIN
The syntax highlighting type for plain files.

TYPE_JAVA

public static final java.lang.String TYPE_JAVA
The syntax highlighting type for Java files.

TYPE_SQL

public static final java.lang.String TYPE_SQL
The syntax highlighting type for SQL files. Currently the same as PL/SQL.

TYPE_PLSQL

public static final java.lang.String TYPE_PLSQL
The syntax highlighting type for PL/SQL files.

TYPE_JSP

public static final java.lang.String TYPE_JSP
THe syntax highlighting type for JSP files.

TYPE_HTML

public static final java.lang.String TYPE_HTML
The syntax highlighting type for HTML files.

TYPE_XML

public static final java.lang.String TYPE_XML
The syntax highlighting type for XML files.

TYPE_PROPERTIES

public static final java.lang.String TYPE_PROPERTIES
The syntax highlighting type for Properties files.

TYPE_IDL

public static final java.lang.String TYPE_IDL
The syntax highlighting type for IDL files.

TYPE_CPP

public static final java.lang.String TYPE_CPP
The syntax highlighting type for C++ files.

TYPE_JS

public static final java.lang.String TYPE_JS
The syntax highlighting type for JavaScript files.

TYPE_DIFF

public static final java.lang.String TYPE_DIFF
The syntax highlighting type for diff files.

UNDO_WRAPPER_CMD_ID

public static final int UNDO_WRAPPER_CMD_ID
Command ID for UndoWrapperCommand

EDIT_SELECTED_ONLY_CMD_ID

public static final int EDIT_SELECTED_ONLY_CMD_ID
The command id for the edit selected only action.

FORMAT_CMD_ID

public static final int FORMAT_CMD_ID
The command id for the format/reformat action.

EDITOR_CONTEXT

public static final java.lang.String EDITOR_CONTEXT
The property name for this editor's Context instance. If the context is changed (i.e., different project or workspace), then the editor's context property will be updated. Clients can listen for this change by adding themselves as PropertyChangeListeners to the editor component.
See Also:
Constant Field Values

CATEGORY_SOURCE_MENU

public static final java.lang.String CATEGORY_SOURCE_MENU
The category to which to add commands which appear in the Code/Source menu.

UNDO_WRAPPER_MSG

public static final int UNDO_WRAPPER_MSG
This is the message that the user had new typed input

HIGHLIGHT_CODE_HIGHLIGHT

public static final java.lang.String HIGHLIGHT_CODE_HIGHLIGHT
'Code Highlight' highlight name
See Also:
Constant Field Values

HIGHLIGHT_CODE_HIGHLIGHT_SECONDARY

public static final java.lang.String HIGHLIGHT_CODE_HIGHLIGHT_SECONDARY
'Code Highlight (Secondary)' highlight name
See Also:
Constant Field Values

Skip navigation links

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

E17493-04


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