|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConsoleConstants
Constants relating to the console plug-in.
Field Summary | |
---|---|
static java.lang.String |
CONSOLE_FONT
Deprecated. When a console is created, its font is set to the default text font as specified by JFaceResources.TEXT_FONT . Clients must provide their own infrastructure to
manage console specific fonts. |
static int |
DEFAULT_TAB_SIZE
The default tab size for text consoles. |
static java.lang.String |
EXTENSION_POINT_CONSOLE_FACTORIES
Console factories extension point identifier (value "consoleFactories" ). |
static java.lang.String |
EXTENSION_POINT_CONSOLE_PAGE_PARTICIPANTS
Console page participants extension point identifier (value "consolePageParticipants" ). |
static java.lang.String |
EXTENSION_POINT_CONSOLE_PATTERN_MATCH_LISTENERS
Console pattern match listeners extension point identifier (value "consolePatternMatchListeners" ). |
static java.lang.String |
ID_CONSOLE_VIEW
Console view identifier (value "org.eclipse.ui.console.ConsoleView" ). |
static java.lang.String |
IMG_LCL_CLEAR
Clear action image identifier. |
static java.lang.String |
IMG_VIEW_CONSOLE
Console view image identifier. |
static int |
INTERNAL_ERROR
Status code indicating an unexpected internal error. |
static java.lang.String |
LAUNCH_GROUP
Menu group identifier for the console view context menu and toolbar, for actions pertaining to launching (value "launchGroup" ). |
static java.lang.String |
MESSAGE_CONSOLE_TYPE
Type identifier for MessageConsole |
static java.lang.String |
OUTPUT_GROUP
Menu group identifier for the console view context menu and toolbar, for actions pertaining to console output. |
static java.lang.String |
P_CONSOLE_OUTPUT_COMPLETE
Property constant indicating that all streams connected to this console have been closed and that all queued output has been processed. |
static java.lang.String |
P_CONSOLE_WIDTH
Property constant indicating the width of a fixed width console has changed. |
static java.lang.String |
P_FONT
Property constant indicating a console's font has changed. |
static java.lang.String |
P_FONT_STYLE
Property constant indicating that a font style has changed |
static java.lang.String |
P_STREAM_COLOR
Property constant indicating the color of a stream has changed. |
static java.lang.String |
P_TAB_SIZE
Property constant indicating tab size has changed |
static java.lang.String |
PLUGIN_ID
Console plug-in identifier (value "org.eclipse.ui.console" ). |
Field Detail |
---|
static final java.lang.String PLUGIN_ID
"org.eclipse.ui.console"
).
static final java.lang.String ID_CONSOLE_VIEW
"org.eclipse.ui.console.ConsoleView"
).
static final java.lang.String MESSAGE_CONSOLE_TYPE
static final java.lang.String CONSOLE_FONT
JFaceResources.TEXT_FONT
. Clients must provide their own infrastructure to
manage console specific fonts."org.eclipse.ui.console.ConsoleFont"
).
static final java.lang.String LAUNCH_GROUP
"launchGroup"
).
static final java.lang.String OUTPUT_GROUP
"outputGroup"
).
static final java.lang.String IMG_VIEW_CONSOLE
static final java.lang.String IMG_LCL_CLEAR
static final int INTERNAL_ERROR
static final java.lang.String EXTENSION_POINT_CONSOLE_PATTERN_MATCH_LISTENERS
"consolePatternMatchListeners"
).
static final java.lang.String EXTENSION_POINT_CONSOLE_PAGE_PARTICIPANTS
"consolePageParticipants"
).
static final java.lang.String EXTENSION_POINT_CONSOLE_FACTORIES
"consoleFactories"
).
static final java.lang.String P_FONT
static final java.lang.String P_FONT_STYLE
static final java.lang.String P_STREAM_COLOR
static final java.lang.String P_TAB_SIZE
static final java.lang.String P_CONSOLE_WIDTH
static final java.lang.String P_CONSOLE_OUTPUT_COMPLETE
static final int DEFAULT_TAB_SIZE
|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.