|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MouseCursorable
The MouseCursorable
interface is used to set a
new cursor value when the mouse is moved over a component.
Field Summary | |
---|---|
static int |
CURSOR_AUTO
The UA determines the cursor to display based on the current context. |
static int |
CURSOR_CROSSHAIR
A simple crosshair (e.g., short line segments resembling a "+" sign). |
static int |
CURSOR_CUSTOM_URI
The user agent retrieves the cursor from the resource designated by the URI. |
static int |
CURSOR_DEFAULT
The platform-dependent default cursor. |
static int |
CURSOR_E_RESIZE
Used when the movement starts from the east corner of the box. |
static int |
CURSOR_HELP
Help is available for the object under the cursor. |
static int |
CURSOR_MOVE
Indicates something is to be moved. |
static int |
CURSOR_N_RESIZE
Used when the movement starts from the north corner of the box. |
static int |
CURSOR_NE_RESIZE
Used when the movement starts from the northeast corner of the box. |
static int |
CURSOR_NW_RESIZE
Used when the movement starts from the northwest corner of the box. |
static int |
CURSOR_POINTER
The cursor is a pointer that indicates a link. |
static int |
CURSOR_S_RESIZE
Used when the movement starts from the south corner of the box. |
static int |
CURSOR_SE_RESIZE
Used when the movement starts from the southeast corner of the box. |
static int |
CURSOR_SW_RESIZE
Used when the movement starts from the southwest corner of the box. |
static int |
CURSOR_TEXT
Indicates text that may be selected. |
static int |
CURSOR_W_RESIZE
Used when the movement starts from the west corner of the box. |
static int |
CURSOR_WAIT
Indicates that the program is busy and the user should wait. |
static String |
PROPERTY_MOUSE_CURSOR
|
static String |
PROPERTY_MOUSE_CURSOR_URI
|
Method Summary | |
---|---|
int |
getMouseCursor()
Returns the current mouse cursor in use. |
String |
getMouseCursorUri()
|
void |
setMouseCursor(int mouseCursor)
Sets the mouse cursor to use. |
void |
setMouseCursorUri(String mouseCursorUri)
Sets the URI to a custom platform mouse cursor. |
Methods inherited from interface echopoint.able.Delegateable |
---|
getRenderProperty, getRenderProperty |
Field Detail |
---|
static final String PROPERTY_MOUSE_CURSOR
static final String PROPERTY_MOUSE_CURSOR_URI
static final int CURSOR_AUTO
static final int CURSOR_DEFAULT
static final int CURSOR_CROSSHAIR
static final int CURSOR_POINTER
static final int CURSOR_MOVE
static final int CURSOR_E_RESIZE
static final int CURSOR_NE_RESIZE
static final int CURSOR_NW_RESIZE
static final int CURSOR_N_RESIZE
static final int CURSOR_SE_RESIZE
static final int CURSOR_SW_RESIZE
static final int CURSOR_S_RESIZE
static final int CURSOR_W_RESIZE
static final int CURSOR_TEXT
static final int CURSOR_WAIT
static final int CURSOR_HELP
static final int CURSOR_CUSTOM_URI
Method Detail |
---|
int getMouseCursor()
String getMouseCursorUri()
void setMouseCursor(int mouseCursor)
mouseCursor
- - the mouse cursor to usevoid setMouseCursorUri(String mouseCursorUri)
mouseCursorUri
- the URI to a custom platform mouse cursor.
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |