Class DoubleTreeAction
-
- All Implemented Interfaces:
public class DoubleTreeAction extends TreeAction<T>
-
-
Field Summary
Fields Modifier and Type Field Description public final Evaluator<Double>keypublic final TreeAction.TreeActionTypeactionTypepublic final StringglobalIdpublic final ActiondefaultActionpublic final ActionmatchActionpublic final TreeMap<T, Action>actions
-
Constructor Summary
Constructors Constructor Description DoubleTreeAction(BaseActionManager manager, ConfigReader config)
-
Method Summary
Modifier and Type Method Description Evaluator<Double>getKey()ActionTypegetType()Doublecast(@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
-
DoubleTreeAction
DoubleTreeAction(BaseActionManager manager, ConfigReader config)
-
-
-
-