@Deprecated public class CallBackEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Runnable |
action
Deprecated.
|
protected String |
description
Deprecated.
|
protected Icon |
icon
Deprecated.
|
protected String |
name
Deprecated.
|
protected List<OptionModel> |
options
Deprecated.
|
| Constructor and Description |
|---|
CallBackEntry(String name,
String description,
Icon icon,
Runnable action)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addOption(OptionModel option)
Deprecated.
|
Runnable |
getAction()
Deprecated.
|
String |
getDescription()
Deprecated.
|
Icon |
getIcon()
Deprecated.
|
String |
getName()
Deprecated.
|
List<OptionModel> |
getOptions()
Deprecated.
|
protected final String name
protected final String description
protected final Icon icon
protected final Runnable action
protected 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-2013 CodeLutin. All Rights Reserved.