|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindtree.techworks.insight.InsightConstants
public abstract class InsightConstants
The InsightConstants
class is a convenient placeholder for all
information constant for the Insight application. Constant data defined in
this interface may be externalized if necessary.
Insight
Field Summary | |
---|---|
static java.lang.String |
CHARACTER_ENCODING
Stores the encoding used by URLEncode, URLDecode and XML related classes |
static java.awt.Color |
DEFAULT_BACKGROUND
Default color for backgrounds if none is specified |
static java.awt.Font |
DEFAULT_FONT
Default fonts for display |
static java.awt.Color |
DEFAULT_FOREGROUND
Default color for foreground if none is specified |
static int |
DEFAULT_PAGE_SIZE
Constant that holds the number of LogEvents per Page. |
static java.awt.Font |
DEFAULT_SMALL_FONT
Default fonts for display |
static int |
DISPLAY_INTERVAL
Display refresh interval |
static java.lang.String |
FILE_EXT
File Extension of the temp files |
static java.lang.String |
FILE_PROTOCOL_PREFIX
Useful constant to store the file protocol prefix |
static java.lang.String |
FILE_SEPARATOR
File Separator |
static java.lang.String |
FRAME_TITLE
Title for the Insight Window |
static java.lang.String |
INSIGHT_HOME
The system variable to identify Insight home |
static java.lang.String |
LOG_FORMAT_KEY
Useful constants to store the receiver format keys |
static java.lang.String |
LOOK_AND_FEEL
|
static java.lang.String |
LOOK_AND_FEEL_THEME
|
static java.util.HashMap |
MESSAGE_LITERALS
Hashmap containing message literals |
static java.awt.Color[] |
NAMESPACE_COLORS
Array of colors available for distinguishing namespaces in the display |
static java.lang.String |
PAGE_STATUS_SEPARATOR
Page Separator |
static int |
PREFERENCE_NAME_MIN_SIZE
Constant for minimum Preference name size |
static int |
REMOTE_PORT_DEFAULT_VALUE
The default value of the remote port |
static java.lang.String |
ROOT_CACHE_DIR
Root Directory for Caching |
static int |
SB_PARTITION_COUNT
Useful constant for the Status bar |
static java.lang.String |
SEARCH_RESULT_DISP_STATUS
Status indicator for Search Results |
static java.lang.String |
SEARCH_RESULT_DISP_STATUS_END
End of Search Results status display |
static java.lang.String |
SEARCH_RESULT_DISP_STATUS_START
Start of Search Results status display |
static java.lang.String |
TEXT_HIGHLIGHT
Canonical name for the text highlight color in the active PLAF |
static java.lang.String |
TEXT_INDENT
For indentation |
static java.lang.String |
TEXT_SEPARATOR
Text Separator |
static int |
TOOL_BAR_GROUP_SPACING
Useful constant to specify the spacing between distinct tool bar button groups |
Constructor Summary | |
---|---|
InsightConstants()
|
Method Summary | |
---|---|
static java.lang.String |
getLiteral(java.lang.String key)
Gets the message literal for the specified key |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String INSIGHT_HOME
public static final java.lang.String FRAME_TITLE
public static final java.awt.Color DEFAULT_BACKGROUND
public static final java.awt.Color DEFAULT_FOREGROUND
public static final int PREFERENCE_NAME_MIN_SIZE
public static final java.awt.Color[] NAMESPACE_COLORS
public static final java.lang.String TEXT_HIGHLIGHT
public static final java.awt.Font DEFAULT_FONT
public static final java.awt.Font DEFAULT_SMALL_FONT
public static final int TOOL_BAR_GROUP_SPACING
public static final java.lang.String CHARACTER_ENCODING
public static final java.lang.String FILE_PROTOCOL_PREFIX
public static final java.lang.String ROOT_CACHE_DIR
public static final java.lang.String TEXT_SEPARATOR
public static final java.lang.String TEXT_INDENT
public static final java.lang.String PAGE_STATUS_SEPARATOR
public static final java.lang.String SEARCH_RESULT_DISP_STATUS_START
public static final java.lang.String SEARCH_RESULT_DISP_STATUS_END
public static final java.lang.String SEARCH_RESULT_DISP_STATUS
public static final java.lang.String FILE_SEPARATOR
public static final java.lang.String FILE_EXT
public static final int DEFAULT_PAGE_SIZE
public static final int SB_PARTITION_COUNT
public static final int DISPLAY_INTERVAL
public static final java.lang.String LOG_FORMAT_KEY
public static final int REMOTE_PORT_DEFAULT_VALUE
public static final java.lang.String LOOK_AND_FEEL_THEME
public static final java.lang.String LOOK_AND_FEEL
public static final java.util.HashMap MESSAGE_LITERALS
Constructor Detail |
---|
public InsightConstants()
Method Detail |
---|
public static java.lang.String getLiteral(java.lang.String key)
key
- the unique literal key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |