public class CallBackEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Runnable |
action |
protected String |
description |
protected Icon |
icon |
protected String |
name |
protected List<OptionModel> |
options |
| Constructor and Description |
|---|
CallBackEntry(String name,
String description,
Icon icon,
Runnable action) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addOption(OptionModel option) |
Runnable |
getAction() |
String |
getDescription() |
Icon |
getIcon() |
String |
getName() |
List<OptionModel> |
getOptions() |
protected final String name
protected final String description
protected final Icon icon
protected final Runnable action
protected final List<OptionModel> options
public Runnable getAction()
public String getName()
public String getDescription()
public Icon getIcon()
public List<OptionModel> getOptions()
protected void addOption(OptionModel option)
Copyright © 2008–2020 Ultreia.io. All rights reserved.