Uses of Class
org.nuiton.jaxx.widgets.config.model.CallBackEntry
-
Packages that use CallBackEntry Package Description org.nuiton.jaxx.widgets.config.model Package jaxx.runtime.swing.config.model -
-
Uses of CallBackEntry in org.nuiton.jaxx.widgets.config.model
Fields in org.nuiton.jaxx.widgets.config.model with type parameters of type CallBackEntry Modifier and Type Field Description protected List<CallBackEntry>CallBacksManager. callbackslists of registred callback.Methods in org.nuiton.jaxx.widgets.config.model that return CallBackEntry Modifier and Type Method Description CallBackEntryCallBackMap. getCallBack(String callBackName)protected CallBackEntryCallBacksManager. getCallBack(String name)Obtain a registred callBack from his name.protected CallBackEntryCallBacksManager. getCallBack(OptionModel option)Get the first callBack for a given option.
-