ViewStatus

enum ViewStatus

The enum models the status of the view.

Entries

Link copied to clipboard

In this status, click and drag to move the view.

Link copied to clipboard

In this status, click and drag to select nodes.

Link copied to clipboard

In this status, click and drag to move selected nodes.

Link copied to clipboard

In this status, click to clone nodes.

Link copied to clipboard

In this status, click to delete nodes.

Functions

Link copied to clipboard
open fun valueOf(name: String): FXOutputMonitor.ViewStatus
Link copied to clipboard
open fun values(): Array<FXOutputMonitor.ViewStatus>