ControlMousePointerType
Contents
[
Hide
]
Inheritance: java.lang.Object
public final class ControlMousePointerType
Represents the type of icon displayed as the mouse pointer for the control.
Fields
Field | Description |
---|---|
APP_STARTING | Arrow with an hourglass. |
ARROW | Arrow. |
CROSS | Cross-hair pointer. |
CUSTOM | Uses the icon specified by the MouseIcon property. |
DEFAULT | Standard pointer. |
HELP | Arrow with a question mark. |
HOUR_GLASS | Hourglass. |
I_BEAM | I-beam. |
NO_DROP | \u9225\u6de3ot\u9225? |
SIZE_ALL | \u9225\u6deaize-all\u9225? |
SIZE_NESW | Double arrow pointing northeast and southwest. |
SIZE_NS | Double arrow pointing north and south. |
SIZE_NWSE | Double arrow pointing northwest and southeast. |
SIZE_WE | Double arrow pointing west and east. |
UP_ARROW | Up arrow. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
APP_STARTING
public static final int APP_STARTING
Arrow with an hourglass.
ARROW
public static final int ARROW
Arrow.
CROSS
public static final int CROSS
Cross-hair pointer.
CUSTOM
public static final int CUSTOM
Uses the icon specified by the MouseIcon property.
DEFAULT
public static final int DEFAULT
Standard pointer.
HELP
public static final int HELP
Arrow with a question mark.
HOUR_GLASS
public static final int HOUR_GLASS
Hourglass.
I_BEAM
public static final int I_BEAM
I-beam.
NO_DROP
public static final int NO_DROP
\u9225\u6de3ot\u9225?symbol (circle with a diagonal line) on top of the object being dragged.
SIZE_ALL
public static final int SIZE_ALL
\u9225\u6deaize-all\u9225?cursor (arrows pointing north, south, east, and west).
SIZE_NESW
public static final int SIZE_NESW
Double arrow pointing northeast and southwest.
SIZE_NS
public static final int SIZE_NS
Double arrow pointing north and south.
SIZE_NWSE
public static final int SIZE_NWSE
Double arrow pointing northwest and southeast.
SIZE_WE
public static final int SIZE_WE
Double arrow pointing west and east.
UP_ARROW
public static final int UP_ARROW
Up arrow.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class>
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |