ButtonMeaning

Metadata for nodes added to a ButtonBar, which determines the order the nodes appear with the bar.

See ButtonBar.add and ButtonBar.meaningOf

Entries

Link copied to clipboard

Code A. Save the changes, without closing the dialog.

Link copied to clipboard

CodeB. Back / Previous

Link copied to clipboard

CodeC. Close the dialog without saving the changes.

Link copied to clipboard

CodeI. Often used by the last step of a wizard.

Link copied to clipboard

CodeH. There are two help meanings. On Windows this one is on the right, and HELP_2 is on the left.

Link copied to clipboard

Code E. There are two help meanings. On Windows this one is on the right, and HELP_2 is on the left.

Link copied to clipboard

CodeL. Always left aligned.

Link copied to clipboard

Code X. Next / Forwards

Link copied to clipboard

CodeN. Used by a question with yes/no replies.

Link copied to clipboard

CodeO. Save changes, and close

Link copied to clipboard

Code U. For buttons whose meaning do not fit any of the other categories.

Link copied to clipboard

Code R. Right aligned

Link copied to clipboard

Code Y. Used by a question with yes/no replies.

Properties

Link copied to clipboard
val code: Char
Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.