cursor
Class Cursors

java.lang.Object
  extended by cursor.Cursors

public class Cursors
extends java.lang.Object

This class is merely a collection of possible cursor constants

Author:
Frank Bruns

Field Summary
static java.lang.String HIDE
           
static java.lang.String LEAVE
           
static java.lang.String NO_ACTION
           
static java.lang.String NORMAL
           
static java.lang.String PICK
           
static java.lang.String TALK
           
static java.lang.String USE
           
 
Constructor Summary
Cursors()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NORMAL

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

TALK

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

PICK

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

LEAVE

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

USE

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

HIDE

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

NO_ACTION

public static final java.lang.String NO_ACTION
See Also:
Constant Field Values
Constructor Detail

Cursors

public Cursors()