CloseBehavior

enum CloseBehavior : Enum<CloseBehavior>

The possible options to choose from when handling the event when the application window is closed.

Entries

EXIT_ON_CLOSE
Link copied to clipboard
common
DO_NOTHING_ON_CLOSE
Link copied to clipboard
common

Functions

compareTo
Link copied to clipboard
common
operator override fun compareTo(other: CloseBehavior): Int
equals
Link copied to clipboard
common
operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

name
Link copied to clipboard
common
val name: String
ordinal
Link copied to clipboard
common
val ordinal: Int

Sources

(source)
Link copied to clipboard