ControlMousePointerType

Inheritance: java.lang.Object

public final class ControlMousePointerType

Represents the type of icon displayed as the mouse pointer for the control.

Fields

FieldDescription
APP_STARTINGArrow with an hourglass.
ARROWArrow.
CROSSCross-hair pointer.
CUSTOMUses the icon specified by the MouseIcon property.
DEFAULTStandard pointer.
HELPArrow with a question mark.
HOUR_GLASSHourglass.
I_BEAMI-beam.
NO_DROP“Not\u9225?
SIZE_ALL“Size-all\u9225?
SIZE_NESWDouble arrow pointing northeast and southwest.
SIZE_NSDouble arrow pointing north and south.
SIZE_NWSEDouble arrow pointing northwest and southeast.
SIZE_WEDouble arrow pointing west and east.
UP_ARROWUp arrow.

Methods

MethodDescription
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

“Not\u9225?symbol (circle with a diagonal line) on top of the object being dragged.

SIZE_ALL

public static final int SIZE_ALL

“Size-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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int