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

Quick Search    Search Deep

com.gui
Class JspmEvtConstants  view JspmEvtConstants download JspmEvtConstants.java

java.lang.Object
  extended bycom.gui.JspmEvtConstants

public class JspmEvtConstants
extends java.lang.Object

This class implemenets the constants used throughout Jspm

Version:
0.0.1

Field Summary
static int ACT_ACK
           
static int ACT_COMMAND
           
static int ACT_DELHILITE
           
static int ACT_DELKEEP
           
static int ACT_DISCARD
           
static int ACT_EXTERNAL
           
static int ACT_FORMAT
           
static int ACT_FORWARD
           
static int ACT_HILITE
           
static int ACT_NONE
           
static int ACT_SENDKEEP
           
static int ATTR_BLINK
           
static int ATTR_INVERSE
           
static int ATTR_NONE
           
static java.awt.Color[] color
           
static java.lang.String HELP_DIR
           
static int JSPMEVT_POLL
           
static int JSPMEVT_TRAP
           
static int JSPMEVT_WTOC
           
static java.lang.String VERSION
           
 
Constructor Summary
JspmEvtConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

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

HELP_DIR

public static final java.lang.String HELP_DIR

JSPMEVT_TRAP

public static final int JSPMEVT_TRAP
See Also:
Constant Field Values

JSPMEVT_WTOC

public static final int JSPMEVT_WTOC
See Also:
Constant Field Values

JSPMEVT_POLL

public static final int JSPMEVT_POLL
See Also:
Constant Field Values

color

public static final java.awt.Color[] color

ACT_NONE

public static final int ACT_NONE
See Also:
Constant Field Values

ACT_HILITE

public static final int ACT_HILITE
See Also:
Constant Field Values

ACT_DELHILITE

public static final int ACT_DELHILITE
See Also:
Constant Field Values

ACT_SENDKEEP

public static final int ACT_SENDKEEP
See Also:
Constant Field Values

ACT_DELKEEP

public static final int ACT_DELKEEP
See Also:
Constant Field Values

ACT_FORWARD

public static final int ACT_FORWARD
See Also:
Constant Field Values

ACT_COMMAND

public static final int ACT_COMMAND
See Also:
Constant Field Values

ACT_ACK

public static final int ACT_ACK
See Also:
Constant Field Values

ACT_DISCARD

public static final int ACT_DISCARD
See Also:
Constant Field Values

ACT_FORMAT

public static final int ACT_FORMAT
See Also:
Constant Field Values

ACT_EXTERNAL

public static final int ACT_EXTERNAL
See Also:
Constant Field Values

ATTR_NONE

public static final int ATTR_NONE
See Also:
Constant Field Values

ATTR_INVERSE

public static final int ATTR_INVERSE
See Also:
Constant Field Values

ATTR_BLINK

public static final int ATTR_BLINK
See Also:
Constant Field Values
Constructor Detail

JspmEvtConstants

public JspmEvtConstants()