Cursor

trait Cursor extends Auto with None
trait None
trait Auto
class Object
trait Matchable
class Any

Value members

Concrete fields

lazy val alias: StyleSetter

Indicating an alias or shortcut is to be created.

Indicating an alias or shortcut is to be created.

Cursor showing that something can be scrolled in any direction (panned).

Cursor showing that something can be scrolled in any direction (panned).

lazy val cell: StyleSetter

Indicating that cells can be selected.

Indicating that cells can be selected.

The item/column can be resized horizontally. Often rendered as arrows pointing left and right with a vertical separating.

The item/column can be resized horizontally. Often rendered as arrows pointing left and right with a vertical separating.

A context menu is available under the cursor.

A context menu is available under the cursor.

lazy val copy: StyleSetter

Indicating that something can be copied

Indicating that something can be copied

Cross cursor, often used to indicate selection in a bitmap.

Cross cursor, often used to indicate selection in a bitmap.

Default cursor, typically an arrow.

Default cursor, typically an arrow.

The right edge is to be moved.

The right edge is to be moved.

The left and right edges are to be moved.

The left and right edges are to be moved.

lazy val grab: StyleSetter

Indicates that something can be grabbed (dragged to be moved).

Indicates that something can be grabbed (dragged to be moved).

Indicates that something can be grabbed (dragged to be moved).

Indicates that something can be grabbed (dragged to be moved).

lazy val help: StyleSetter

Indicating help is available.

Indicating help is available.

lazy val move: StyleSetter

The hovered object may be moved.

The hovered object may be moved.

The top edge is to be moved.

The top edge is to be moved.

The top-right corner is to be moved.

The top-right corner is to be moved.

The top right and bottom left corners are to be moved.

The top right and bottom left corners are to be moved.

Cursor showing that a drop is not allowed at the current location.

Cursor showing that a drop is not allowed at the current location.

Cursor showing that something cannot be done.

Cursor showing that something cannot be done.

The top and bottom edges are to be moved.

The top and bottom edges are to be moved.

The top-left corner is to be moved.

The top-left corner is to be moved.

The top left and bottom right corners are to be moved.

The top left and bottom right corners are to be moved.

E.g. used when hovering over links, typically a hand.

E.g. used when hovering over links, typically a hand.

The program is busy in the background but the user can still interact with the interface (unlike for wait).

The program is busy in the background but the user can still interact with the interface (unlike for wait).

The item/row can be resized vertically. Often rendered as arrows pointing up and down with a horizontal bar separating them.

The item/row can be resized vertically. Often rendered as arrows pointing up and down with a horizontal bar separating them.

The bottom edge is to be moved.

The bottom edge is to be moved.

The bottom-right corner is to be moved.

The bottom-right corner is to be moved.

The bottom-left corner is to be moved.

The bottom-left corner is to be moved.

lazy val text: StyleSetter

Indicating text can be selected, typically an I-beam.

Indicating text can be selected, typically an I-beam.

Indicating that vertical text can be selected, typically a sideways I-beam

Indicating that vertical text can be selected, typically a sideways I-beam

The left edge is to be moved.

The left edge is to be moved.

The program is busy (sometimes an hourglass or a watch).

The program is busy (sometimes an hourglass or a watch).

Indicates that something can be zoomed (magnified) in.

Indicates that something can be zoomed (magnified) in.

Indicates that something can be zoomed (magnified) out.

Indicates that something can be zoomed (magnified) out.

Inherited fields

lazy val auto: StyleSetter
Inherited from:
Auto
lazy val none: StyleSetter
Inherited from:
None