Class IntTreeAction
-
- All Implemented Interfaces:
public class IntTreeAction extends TreeAction<T>
-
-
Field Summary
Fields Modifier and Type Field Description public final Evaluator<Integer>keypublic final TreeAction.TreeActionTypeactionTypepublic final StringglobalIdpublic final ActiondefaultActionpublic final ActionmatchActionpublic final TreeMap<T, Action>actions
-
Constructor Summary
Constructors Constructor Description IntTreeAction(BaseActionManager manager, ConfigReader config)
-
Method Summary
Modifier and Type Method Description Evaluator<Integer>getKey()ActionTypegetType()Integercast(@NonNull() Object result)-
Methods inherited from class pers.neige.neigeitems.action.impl.TreeAction
getActionType, getActions, getDefaultAction, getGlobalId, getKey, getKeyType, getMatchAction -
Methods inherited from class pers.neige.neigeitems.action.Action
canRunInOtherThread, eval, evalAsyncSafe, evalAsyncSafe, insertAfter, insertBefore -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
IntTreeAction
IntTreeAction(BaseActionManager manager, ConfigReader config)
-
-
-
-