Remote Systems
v6.4.1

com.ibm.etools.systems.core.ui
Interface ISystemThemeConstants

All Known Implementing Classes:
CommandsViewPage, SystemCommandsView

public interface ISystemThemeConstants

This interface should be used to maintain all constants related to colors and fonts that are settable by the user through preferences


Field Summary
static String MESSAGE_ERROR_COLOR
           
static String MESSAGE_INFORMATION_COLOR
           
static String MESSAGE_WARNING_COLOR
           
static String REMOTE_COMMANDS_VIEW_BG_COLOR
           
static String REMOTE_COMMANDS_VIEW_FG_COLOR
           
static String REMOTE_COMMANDS_VIEW_FONT
           
static String REMOTE_COMMANDS_VIEW_PROMPT_COLOR
           
 

Field Detail

MESSAGE_ERROR_COLOR

public static final String MESSAGE_ERROR_COLOR
See Also:
Constant Field Values

MESSAGE_WARNING_COLOR

public static final String MESSAGE_WARNING_COLOR
See Also:
Constant Field Values

MESSAGE_INFORMATION_COLOR

public static final String MESSAGE_INFORMATION_COLOR
See Also:
Constant Field Values

REMOTE_COMMANDS_VIEW_BG_COLOR

public static final String REMOTE_COMMANDS_VIEW_BG_COLOR
See Also:
Constant Field Values

REMOTE_COMMANDS_VIEW_FG_COLOR

public static final String REMOTE_COMMANDS_VIEW_FG_COLOR
See Also:
Constant Field Values

REMOTE_COMMANDS_VIEW_PROMPT_COLOR

public static final String REMOTE_COMMANDS_VIEW_PROMPT_COLOR
See Also:
Constant Field Values

REMOTE_COMMANDS_VIEW_FONT

public static final String REMOTE_COMMANDS_VIEW_FONT
See Also:
Constant Field Values

Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.