ice.util
Class PropertyConstants

java.lang.Object
  extended byice.util.PropertyConstants

public class PropertyConstants
extends Object


Field Summary
static String ACTIVATED
           
static String BEGIN
           
static String CHILDREN_READY
           
static String CHILDRENREADY
          Deprecated.  
static String CLEARED
           
static String CONNECT
           
static String CONTENT_LOADING
           
static String CONTENT_LOADING_PROGRESS
           
static String CONTENT_RENDERING
           
static String CONTENT_SELECTION
           
static String CONTENTLOADING
          Deprecated.  
static String CONTENTLOADINGPROGRESS
          Deprecated.  
static String CONTENTRENDERING
          Deprecated.  
static String DEACTIVATED
           
static String DEFINED
           
static String END
           
static String ERROR
           
static String FINISHED
           
static String GO_TO_ANCHOR
           
static String GOTOANCHOR
          Deprecated.  
static String HINT
           
static String HISTORY
           
static String LOCATION
           
static String MODIFIED
           
static String NAME_CHANGE
           
static String NAMECHANGE
          Deprecated.  
static String OUTSTANDING_IMAGES
           
static String OUTSTANDINGIMAGES
          Deprecated.  
static String PILOT_LOADING
           
static String PILOTLOADING
          Deprecated.  
static String READY
           
static String REQUEST
           
static String STATUS_LINE
           
static String STATUSLINE
          Deprecated.  
static String STOP
           
static String TITLE
           
static String VIEWPORT
           
 
Constructor Summary
PropertyConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_LOADING

public static final String CONTENT_LOADING
See Also:
Constant Field Values

CONTENT_RENDERING

public static final String CONTENT_RENDERING
See Also:
Constant Field Values

HISTORY

public static final String HISTORY
See Also:
Constant Field Values

OUTSTANDING_IMAGES

public static final String OUTSTANDING_IMAGES
See Also:
Constant Field Values

HINT

public static final String HINT
See Also:
Constant Field Values

TITLE

public static final String TITLE
See Also:
Constant Field Values

LOCATION

public static final String LOCATION
See Also:
Constant Field Values

STATUS_LINE

public static final String STATUS_LINE
See Also:
Constant Field Values

CONTENT_LOADING_PROGRESS

public static final String CONTENT_LOADING_PROGRESS
See Also:
Constant Field Values

PILOT_LOADING

public static final String PILOT_LOADING
See Also:
Constant Field Values

VIEWPORT

public static final String VIEWPORT
See Also:
Constant Field Values

NAME_CHANGE

public static final String NAME_CHANGE
See Also:
Constant Field Values

GO_TO_ANCHOR

public static final String GO_TO_ANCHOR
See Also:
Constant Field Values

CONTENT_SELECTION

public static final String CONTENT_SELECTION
See Also:
Constant Field Values

END

public static final String END
See Also:
Constant Field Values

BEGIN

public static final String BEGIN
See Also:
Constant Field Values

MODIFIED

public static final String MODIFIED
See Also:
Constant Field Values

ERROR

public static final String ERROR
See Also:
Constant Field Values

CHILDREN_READY

public static final String CHILDREN_READY
See Also:
Constant Field Values

CONNECT

public static final String CONNECT
See Also:
Constant Field Values

READY

public static final String READY
See Also:
Constant Field Values

REQUEST

public static final String REQUEST
See Also:
Constant Field Values

FINISHED

public static final String FINISHED
See Also:
Constant Field Values

STOP

public static final String STOP
See Also:
Constant Field Values

DEFINED

public static final String DEFINED
See Also:
Constant Field Values

CLEARED

public static final String CLEARED
See Also:
Constant Field Values

DEACTIVATED

public static final String DEACTIVATED
See Also:
Constant Field Values

ACTIVATED

public static final String ACTIVATED
See Also:
Constant Field Values

CONTENTLOADING

public static final String CONTENTLOADING
Deprecated.  

See Also:
Constant Field Values

CONTENTRENDERING

public static final String CONTENTRENDERING
Deprecated.  

See Also:
Constant Field Values

OUTSTANDINGIMAGES

public static final String OUTSTANDINGIMAGES
Deprecated.  

See Also:
Constant Field Values

STATUSLINE

public static final String STATUSLINE
Deprecated.  

See Also:
Constant Field Values

CONTENTLOADINGPROGRESS

public static final String CONTENTLOADINGPROGRESS
Deprecated.  

See Also:
Constant Field Values

PILOTLOADING

public static final String PILOTLOADING
Deprecated.  

See Also:
Constant Field Values

NAMECHANGE

public static final String NAMECHANGE
Deprecated.  

See Also:
Constant Field Values

CHILDRENREADY

public static final String CHILDRENREADY
Deprecated.  

See Also:
Constant Field Values

GOTOANCHOR

public static final String GOTOANCHOR
Deprecated.  

See Also:
Constant Field Values
Constructor Detail

PropertyConstants

public PropertyConstants()