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

Quick Search    Search Deep

com.simscomputing.testbed.gui
Class Resources  view Resources download Resources.java

java.lang.Object
  extended bycom.simscomputing.testbed.gui.Resources

public final class Resources
extends java.lang.Object

Storage place for various resouces used by the GUI.

Version:
$Revision: 1.1.1.1 $ $Date: 2000/02/21 21:22:36 $

Field Summary
static java.lang.String APPLICATION_MENU_EXIT
           
static char APPLICATION_MENU_EXIT_MNEMONIC
           
static java.lang.String APPLICATION_MENU_OPEN
           
static java.lang.String APPLICATION_MENU_OPEN_CLASS
           
static char APPLICATION_MENU_OPEN_CLASS_MNEMONIC
           
static java.lang.String APPLICATION_MENU_OPEN_DIRECTORY
           
static char APPLICATION_MENU_OPEN_DIRECTORY_MNEMONIC
           
static java.lang.String APPLICATION_MENU_OPEN_DIRECTORY_RECURSIVE
           
static char APPLICATION_MENU_OPEN_DIRECTORY_RECURSIVE_MNEMONIC
           
static char APPLICATION_MENU_OPEN_MNEMONIC
           
static java.lang.String APPLICATION_MENU_RUN
           
static java.lang.String APPLICATION_MENU_RUN_CLASS
           
static char APPLICATION_MENU_RUN_CLASS_MNEMONIC
           
static java.lang.String APPLICATION_MENU_RUN_DIRECTORY
           
static char APPLICATION_MENU_RUN_DIRECTORY_MNEMONIC
           
static java.lang.String APPLICATION_MENU_RUN_DIRECTORY_RECURSIVE
           
static char APPLICATION_MENU_RUN_DIRECTORY_RECURSIVE_MNEMONIC
           
static char APPLICATION_MENU_RUN_MNEMONIC
           
static java.lang.String APPLICATION_NAME
           
static char APPLICATION_NAME_MNEMONIC
           
static java.awt.Dimension APPLICATION_SIZE
           
private static com.simscomputing.util.ApplicationProperties appProperties
           
private static javax.swing.JDesktopPane desktop
           
static java.lang.String EDIT_MENU
           
static java.lang.String EDIT_MENU_COPY
           
static char EDIT_MENU_COPY_MNEMONIC
           
static java.lang.String EDIT_MENU_CUT
           
static char EDIT_MENU_CUT_MNEMONIC
           
static java.lang.String EDIT_MENU_DEL
           
static char EDIT_MENU_DEL_MNEMONIC
           
static char EDIT_MENU_MNEMONIC
           
static java.lang.String EDIT_MENU_PASTE
           
static char EDIT_MENU_PASTE_MNEMONIC
           
static java.awt.Color GREEN
           
static java.lang.String HELP_MENU
           
static java.lang.String HELP_MENU_ABOUT
           
static char HELP_MENU_ABOUT_MNEMONIC
           
static char HELP_MENU_MNEMONIC
           
static int INSET
           
static java.awt.Insets INSETS
           
static java.awt.Dimension INTERNAL_FRAME_SIZE
           
private static javax.swing.JFrame mainFrame
           
static int MAX_MRU_ENTRIES
           
static java.lang.String MRU_CLASS_PREFIX
           
static java.lang.String MRU_DIRECTORY_PREFIX
           
static java.lang.String MRU_FILE_PREFIX
           
static java.lang.String MRU_OPEN
           
static java.lang.String MRU_OPENRUN_SEPARATOR
           
static java.lang.String MRU_PREFIX_SEPARATOR
           
static java.lang.String MRU_PROPERTY_PREFIX
           
static java.lang.String MRU_RECURSIVE_DIRECTORY_PREFIX
           
static java.lang.String MRU_RUN
           
static java.lang.String PROPERTIES_FILE_NAME
           
static java.awt.Color RED
           
static java.lang.String SHORT_APPLICATION_NAME
           
static char SHORT_APPLICATION_NAME_MNEMONIC
           
static java.lang.String WINDOW_MENU
           
static char WINDOW_MENU_MNEMONIC
           
private static javax.swing.JMenu windowMenu
           
static java.awt.Color YELLOW
           
 
Constructor Summary
Resources()
           
 
Method Summary
static javax.swing.JDesktopPane getDesktop()
           
static javax.swing.JFrame getMainFrame()
           
static com.simscomputing.util.ApplicationProperties getProperties()
           
static javax.swing.JMenu getWindowMenu()
           
static void setDesktop(javax.swing.JDesktopPane desktop)
           
static void setMainFrame(javax.swing.JFrame mainFrame)
           
static void setProperties(com.simscomputing.util.ApplicationProperties properties)
           
static void setWindowMenu(javax.swing.JMenu windowMenu)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APPLICATION_NAME

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

SHORT_APPLICATION_NAME

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

APPLICATION_NAME_MNEMONIC

public static final char APPLICATION_NAME_MNEMONIC
See Also:
Constant Field Values

SHORT_APPLICATION_NAME_MNEMONIC

public static final char SHORT_APPLICATION_NAME_MNEMONIC
See Also:
Constant Field Values

APPLICATION_MENU_RUN_CLASS

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

APPLICATION_MENU_RUN_CLASS_MNEMONIC

public static final char APPLICATION_MENU_RUN_CLASS_MNEMONIC
See Also:
Constant Field Values

APPLICATION_MENU_RUN

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

APPLICATION_MENU_RUN_MNEMONIC

public static final char APPLICATION_MENU_RUN_MNEMONIC
See Also:
Constant Field Values

APPLICATION_MENU_RUN_DIRECTORY

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

APPLICATION_MENU_RUN_DIRECTORY_MNEMONIC

public static final char APPLICATION_MENU_RUN_DIRECTORY_MNEMONIC
See Also:
Constant Field Values

APPLICATION_MENU_RUN_DIRECTORY_RECURSIVE

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

APPLICATION_MENU_RUN_DIRECTORY_RECURSIVE_MNEMONIC

public static final char APPLICATION_MENU_RUN_DIRECTORY_RECURSIVE_MNEMONIC
See Also:
Constant Field Values

APPLICATION_MENU_OPEN_CLASS

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

APPLICATION_MENU_OPEN_CLASS_MNEMONIC

public static final char APPLICATION_MENU_OPEN_CLASS_MNEMONIC
See Also:
Constant Field Values

APPLICATION_MENU_OPEN

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

APPLICATION_MENU_OPEN_MNEMONIC

public static final char APPLICATION_MENU_OPEN_MNEMONIC
See Also:
Constant Field Values

APPLICATION_MENU_OPEN_DIRECTORY

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

APPLICATION_MENU_OPEN_DIRECTORY_MNEMONIC

public static final char APPLICATION_MENU_OPEN_DIRECTORY_MNEMONIC
See Also:
Constant Field Values

APPLICATION_MENU_OPEN_DIRECTORY_RECURSIVE

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

APPLICATION_MENU_OPEN_DIRECTORY_RECURSIVE_MNEMONIC

public static final char APPLICATION_MENU_OPEN_DIRECTORY_RECURSIVE_MNEMONIC
See Also:
Constant Field Values

APPLICATION_MENU_EXIT

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

APPLICATION_MENU_EXIT_MNEMONIC

public static final char APPLICATION_MENU_EXIT_MNEMONIC
See Also:
Constant Field Values

EDIT_MENU

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

EDIT_MENU_MNEMONIC

public static final char EDIT_MENU_MNEMONIC
See Also:
Constant Field Values

EDIT_MENU_CUT

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

EDIT_MENU_CUT_MNEMONIC

public static final char EDIT_MENU_CUT_MNEMONIC
See Also:
Constant Field Values

EDIT_MENU_COPY

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

EDIT_MENU_COPY_MNEMONIC

public static final char EDIT_MENU_COPY_MNEMONIC
See Also:
Constant Field Values

EDIT_MENU_PASTE

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

EDIT_MENU_PASTE_MNEMONIC

public static final char EDIT_MENU_PASTE_MNEMONIC
See Also:
Constant Field Values

EDIT_MENU_DEL

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

EDIT_MENU_DEL_MNEMONIC

public static final char EDIT_MENU_DEL_MNEMONIC
See Also:
Constant Field Values

WINDOW_MENU

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

WINDOW_MENU_MNEMONIC

public static final char WINDOW_MENU_MNEMONIC
See Also:
Constant Field Values

HELP_MENU

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

HELP_MENU_MNEMONIC

public static final char HELP_MENU_MNEMONIC
See Also:
Constant Field Values

HELP_MENU_ABOUT

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

HELP_MENU_ABOUT_MNEMONIC

public static final char HELP_MENU_ABOUT_MNEMONIC
See Also:
Constant Field Values

APPLICATION_SIZE

public static final java.awt.Dimension APPLICATION_SIZE

INTERNAL_FRAME_SIZE

public static final java.awt.Dimension INTERNAL_FRAME_SIZE

INSET

public static final int INSET
See Also:
Constant Field Values

INSETS

public static final java.awt.Insets INSETS

PROPERTIES_FILE_NAME

public static final java.lang.String PROPERTIES_FILE_NAME

MAX_MRU_ENTRIES

public static final int MAX_MRU_ENTRIES
See Also:
Constant Field Values

MRU_PROPERTY_PREFIX

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

MRU_PREFIX_SEPARATOR

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

MRU_CLASS_PREFIX

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

MRU_FILE_PREFIX

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

MRU_DIRECTORY_PREFIX

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

MRU_RECURSIVE_DIRECTORY_PREFIX

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

MRU_OPEN

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

MRU_RUN

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

MRU_OPENRUN_SEPARATOR

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

YELLOW

public static final java.awt.Color YELLOW

RED

public static final java.awt.Color RED

GREEN

public static final java.awt.Color GREEN

windowMenu

private static javax.swing.JMenu windowMenu

mainFrame

private static javax.swing.JFrame mainFrame

desktop

private static javax.swing.JDesktopPane desktop

appProperties

private static com.simscomputing.util.ApplicationProperties appProperties
Constructor Detail

Resources

public Resources()
Method Detail

getWindowMenu

public static javax.swing.JMenu getWindowMenu()

getMainFrame

public static javax.swing.JFrame getMainFrame()

getDesktop

public static javax.swing.JDesktopPane getDesktop()

getProperties

public static com.simscomputing.util.ApplicationProperties getProperties()

setWindowMenu

public static void setWindowMenu(javax.swing.JMenu windowMenu)

setMainFrame

public static void setMainFrame(javax.swing.JFrame mainFrame)

setDesktop

public static void setDesktop(javax.swing.JDesktopPane desktop)

setProperties

public static void setProperties(com.simscomputing.util.ApplicationProperties properties)