public static final class SignApi.Dialog.Button extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SignApi.Dialog.Button.Number
Dialog buttons are numbered.
|
static class |
SignApi.Dialog.Button.Save
Can change the dialog save button.
|
static class |
SignApi.Dialog.Button.StartSign
Can change the dialog start sign button.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
add(SignApi.Dialog.Button.Number number,
String name,
Path image,
Path pressedImage,
Path disabledImage)
Adds a dialog button.
|
static boolean |
delete(SignApi.Dialog.Button.Number number)
Deletes a dialog button.
|
public static boolean add(SignApi.Dialog.Button.Number number, String name, Path image, Path pressedImage, Path disabledImage)
number
- The number.name
- The name.image
- The image to display.pressedImage
- The image to display when the button is pressed.disabledImage
- The image to display when the button is disabled.public static boolean delete(SignApi.Dialog.Button.Number number)
number
- The number.Copyright © 2024. All rights reserved.