Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.fm.gui
Class fmGuiConstants  view fmGuiConstants download fmGuiConstants.java

java.lang.Object
  extended bycom.fm.gui.fmGuiConstants

public abstract class fmGuiConstants
extends java.lang.Object

Common constants used by GUI components


Field Summary
static java.lang.String ALL_SHOW_FILTER
           
static int AUTHOR_COLUMN_POSITION
           
static java.lang.String AUTOSAVE_ON_CHANGE
           
static java.lang.String AUTOSAVE_ON_EXIT
           
static java.lang.String CONTENT_FONT
           
static java.lang.String CONTENT_LINK_FONT
           
static int DATE_COLUMN_POSITION
           
static java.lang.String DEFAULT_SHOW_FILTER
           
static java.lang.String HEADERS_FONT
           
static java.lang.String INTERNAL_URL_HANDLER
           
static java.lang.String LAST_OPEN_CHANNEL_ID
           
static java.lang.String LAST_OPEN_DIRECTORY
           
static java.lang.String LAST_SAVE_DIRECTORY
           
static java.lang.String LAST10_SHOW_FILTER
           
static java.lang.String LAST5_SHOW_FILTER
           
static java.lang.String PREFFERED_VIEW_MODE
           
static java.lang.String SOLID_VIEW_MODE
           
static java.lang.String SPLITTED_VIEW_MODE
           
static int SUBJECT_COLUMN_POSITION
           
static int TITLE_COLUMN_POSITION
           
static java.lang.String TREE_FONT
           
static java.lang.String UNREAD_SHOW_FILTER
           
static java.lang.String URL_HANDLING_CMD
           
static java.lang.String WIN32_URL_HANDLER
           
 
Constructor Summary
fmGuiConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LAST_SAVE_DIRECTORY

public static final java.lang.String LAST_SAVE_DIRECTORY
See Also:
Constant Field Values

LAST_OPEN_DIRECTORY

public static final java.lang.String LAST_OPEN_DIRECTORY
See Also:
Constant Field Values

LAST_OPEN_CHANNEL_ID

public static final java.lang.String LAST_OPEN_CHANNEL_ID
See Also:
Constant Field Values

PREFFERED_VIEW_MODE

public static final java.lang.String PREFFERED_VIEW_MODE
See Also:
Constant Field Values

SPLITTED_VIEW_MODE

public static final java.lang.String SPLITTED_VIEW_MODE
See Also:
Constant Field Values

SOLID_VIEW_MODE

public static final java.lang.String SOLID_VIEW_MODE
See Also:
Constant Field Values

URL_HANDLING_CMD

public static final java.lang.String URL_HANDLING_CMD
See Also:
Constant Field Values

WIN32_URL_HANDLER

public static final java.lang.String WIN32_URL_HANDLER
See Also:
Constant Field Values

INTERNAL_URL_HANDLER

public static final java.lang.String INTERNAL_URL_HANDLER
See Also:
Constant Field Values

TITLE_COLUMN_POSITION

public static final int TITLE_COLUMN_POSITION
See Also:
Constant Field Values

DATE_COLUMN_POSITION

public static final int DATE_COLUMN_POSITION
See Also:
Constant Field Values

AUTHOR_COLUMN_POSITION

public static final int AUTHOR_COLUMN_POSITION
See Also:
Constant Field Values

SUBJECT_COLUMN_POSITION

public static final int SUBJECT_COLUMN_POSITION
See Also:
Constant Field Values

DEFAULT_SHOW_FILTER

public static final java.lang.String DEFAULT_SHOW_FILTER
See Also:
Constant Field Values

ALL_SHOW_FILTER

public static final java.lang.String ALL_SHOW_FILTER
See Also:
Constant Field Values

UNREAD_SHOW_FILTER

public static final java.lang.String UNREAD_SHOW_FILTER
See Also:
Constant Field Values

LAST5_SHOW_FILTER

public static final java.lang.String LAST5_SHOW_FILTER
See Also:
Constant Field Values

LAST10_SHOW_FILTER

public static final java.lang.String LAST10_SHOW_FILTER
See Also:
Constant Field Values

TREE_FONT

public static final java.lang.String TREE_FONT
See Also:
Constant Field Values

HEADERS_FONT

public static final java.lang.String HEADERS_FONT
See Also:
Constant Field Values

CONTENT_FONT

public static final java.lang.String CONTENT_FONT
See Also:
Constant Field Values

CONTENT_LINK_FONT

public static final java.lang.String CONTENT_LINK_FONT
See Also:
Constant Field Values

AUTOSAVE_ON_EXIT

public static final java.lang.String AUTOSAVE_ON_EXIT
See Also:
Constant Field Values

AUTOSAVE_ON_CHANGE

public static final java.lang.String AUTOSAVE_ON_CHANGE
See Also:
Constant Field Values
Constructor Detail

fmGuiConstants

public fmGuiConstants()