sbr
Class SBR

java.lang.Object
  extended by sbr.SBR

public class SBR
extends java.lang.Object

This has many static methods of use in SurveyBuildR and program constants

Version:
0.0.6
Author:
John H. Krantz, Ph.D.

Field Summary
static int ABOUT
           
static java.lang.String AUTHOR
           
static long DOUBLE_CLICK
           
static java.lang.String[] HELP
           
static int[] HELP_SHORT_CUTS
           
static java.lang.String HOME_PAGE
           
static java.awt.Image ICON
           
static java.awt.Image ICON_BIG
           
static int ONLINE_DOC
           
static int ONLINE_HELP
           
static java.lang.String PROG
          program constants
static java.awt.Color SBR_BACK
           
static java.awt.Color SBR_FRONT
           
static java.lang.String VERSION
           
static int WEBSITE
           
 
Constructor Summary
SBR()
           
 
Method Summary
static void error(java.lang.String msg)
          Displays a message in a dialog box titled "ImageJ".
static java.applet.Applet getApplet()
           
static java.lang.String getHome()
          Return the application home directory
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROG

public static final java.lang.String PROG
program constants

See Also:
Constant Field Values

VERSION

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

AUTHOR

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

HOME_PAGE

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

SBR_BACK

public static final java.awt.Color SBR_BACK

SBR_FRONT

public static final java.awt.Color SBR_FRONT

DOUBLE_CLICK

public static final long DOUBLE_CLICK
See Also:
Constant Field Values

HELP

public static final java.lang.String[] HELP

HELP_SHORT_CUTS

public static final int[] HELP_SHORT_CUTS

ABOUT

public static final int ABOUT
See Also:
Constant Field Values

WEBSITE

public static final int WEBSITE
See Also:
Constant Field Values

ONLINE_DOC

public static final int ONLINE_DOC
See Also:
Constant Field Values

ONLINE_HELP

public static final int ONLINE_HELP
See Also:
Constant Field Values

ICON

public static java.awt.Image ICON

ICON_BIG

public static java.awt.Image ICON_BIG
Constructor Detail

SBR

public SBR()
Method Detail

error

public static void error(java.lang.String msg)
Displays a message in a dialog box titled "ImageJ". If a macro is running, it is aborted. Writes to the Java console if the ImageJ window is not present.


getApplet

public static java.applet.Applet getApplet()

getHome

public static java.lang.String getHome()
Return the application home directory

Returns:
homeDir the home directory