public interface IUIAction<T>
| Modifier and Type | Method and Description |
|---|---|
void |
execute(NodeBase component,
T instance) |
String |
getDisableReason(T instance)
If this menu item is disabled, return a reason why it is.
|
String |
getIcon(T instance) |
String |
getName(T instance) |
String |
getTitle(T instance) |
@Nullable String getDisableReason(@Nullable T instance) throws Exception
instance - ExceptionCopyright © 2017 etc.to. All rights reserved.