kea.programs.jPrimrose
Class Info

java.lang.Object
  extended by kea.programs.ProgramInfo
      extended by kea.programs.jPrimrose.Info

public class Info
extends kea.programs.ProgramInfo

Information class for JPrimrose.

Version:
2.17.
Author:
Kevin Ashelford.

Field Summary
protected static java.lang.String AUTHOR_NAME
          Name of author.
protected static boolean DEFAULT_SHOW_TOOLTIPS
          Decides whether tooltips should be shown or not.
protected static java.lang.String PROGRAM_DESCRIPTION
          Short description of program.
protected static java.lang.String PROGRAM_NAME
          Public name of program.
protected static java.lang.String PROGRAM_VERSION
          Version of program.
protected static java.awt.Dimension SPLASH_SCREEN_DIMENSION
          Dimensions of splash screen.
protected static int SPLASH_SCREEN_DURATION
          Time (in seconds) that splash screen should be displayed prior to program start.
protected static java.awt.Font TEXT_FIELD_FONT
          Font used by text fields.
 
Fields inherited from class kea.programs.ProgramInfo
ADDRESS, BOLD_FONT, CROSS_PLATFORM_LOOK_AND_FEEL_CLASS_NAME, EMAIL_ADDRESS, EMPTY_BORDER_PADDING, GPL_ERROR_MESSAGE, GPL_FILENAME, GPL_SPLASH_SCREEN_TEXT, GPL_WEB_ADDRESS, ITALIC_FONT, LARGE_INSETS, LARGE_PLAIN_FONT, MAC_LOOK_AND_FEEL_TEXT, MAC_OSX_LOOK_AND_FEEL_CLASS_NAME, MEDIUM_INSETS, METAL_LOOK_AND_FEEL_CLASS_NAME, METAL_LOOK_AND_FEEL_TEXT, MOTIF_LOOK_AND_FEEL_CLASS_NAME, MOTIF_LOOK_AND_FEEL_TEXT, NAME, PADDING, PLAIN_FONT, SMALL_BOLD_FONT, SMALL_INSETS, SMALL_ITALIC_FONT, SMALL_PLAIN_FONT, SYSTEM_LOOK_AND_FEEL_CLASS_NAME, TELEPHONE_NUMBER, V_LARGE_PLAIN_FONT, WEB_ADDRESS, WINDOWS_LOOK_AND_FEEL_CLASS_NAME, WINDOWS_LOOK_AND_FEEL_TEXT
 
Method Summary
 
Methods inherited from class kea.programs.ProgramInfo
getAddress, getAnalyseDatabaseIcon, getBoldFont, getCancelIcon, getClearIcon, getCloseIcon, getCopyIcon, getCopyrightStatement, getCrossPlatformLookAndFeelClassName, getCutIcon, getDatabaseIcon, getDefaultProgramLargeImageIcon, getDefaultProgramSmallImageIcon, getDeleteIcon, getEmailAddress, getEmptyBorderPadding, getExitIcon, getGPLErrorMessage, getGPLHtml, getGPLSplashScreenText, getGPLText, getGPLURL, getHelpIcon, getItalicFont, getLargeInsets, getMacLookAndFeelClassName, getMediumInsets, getMetalLookAndFeelClassName, getMotifLookAndFeelClassName, getNewIcon, getOpenIcon, getPadding, getPasteIcon, getPlainFont, getPrintIcon, getProcessDatabaseIcon, getProgramDescription, getProgramLargeImageIcon, getProgramName, getProgramSmallImageIcon, getProgramVersion, getRedoIcon, getSaveIcon, getSearchIcon, getShowToolTipsIcon, getSmallBoldFont, getSmallInsets, getSmallItalicFont, getSmallPlainFont, getSplashScreenDimension, getSplashScreenDuration, getSystemLookAndFeelClassName, getTelephoneNumber, getUndoIcon, getWebAddress, getWindowsLookAndFeelClassName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROGRAM_NAME

protected static final java.lang.String PROGRAM_NAME
Public name of program.

See Also:
Constant Field Values

AUTHOR_NAME

protected static final java.lang.String AUTHOR_NAME
Name of author.

See Also:
Constant Field Values

PROGRAM_DESCRIPTION

protected static final java.lang.String PROGRAM_DESCRIPTION
Short description of program.

See Also:
Constant Field Values

PROGRAM_VERSION

protected static final java.lang.String PROGRAM_VERSION
Version of program.

See Also:
Constant Field Values

SPLASH_SCREEN_DURATION

protected static final int SPLASH_SCREEN_DURATION
Time (in seconds) that splash screen should be displayed prior to program start.

See Also:
Constant Field Values

SPLASH_SCREEN_DIMENSION

protected static final java.awt.Dimension SPLASH_SCREEN_DIMENSION
Dimensions of splash screen.


TEXT_FIELD_FONT

protected static final java.awt.Font TEXT_FIELD_FONT
Font used by text fields.


DEFAULT_SHOW_TOOLTIPS

protected static final boolean DEFAULT_SHOW_TOOLTIPS
Decides whether tooltips should be shown or not.

See Also:
Constant Field Values