jaxx.runtime.swing.editor.config.model
Class CallBackEntry
java.lang.Object
jaxx.runtime.swing.editor.config.model.CallBackEntry
public class CallBackEntry
- extends Object
A call back with his attached options.
- Since:
- 2.0
- Author:
- tchemit < chemit@codelutin.com >
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected final String name
description
protected final String description
icon
protected final Icon icon
action
protected final Runnable action
options
protected List<OptionModel> options
CallBackEntry
public CallBackEntry(String name,
String description,
Icon icon,
Runnable action)
getAction
public Runnable getAction()
getName
public String getName()
getDescription
public String getDescription()
getIcon
public Icon getIcon()
getOptions
public List<OptionModel> getOptions()
addOption
protected void addOption(OptionModel option)
Copyright © 2008-2010 CodeLutin. All Rights Reserved.