public abstract class Button extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected ButtonType |
type
The button type.
|
| Constructor and Description |
|---|
Button() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ButtonType |
getType()
Gets the type.
|
int |
hashCode() |
void |
setType(ButtonType type)
Sets the type.
|
String |
toString() |
@NotNull protected ButtonType type
public ButtonType getType()
public void setType(ButtonType type)
type - the new typeCopyright © 2017 BotMill. All rights reserved.