Uses of Class
jaxx.runtime.swing.config.model.CallBackEntry
-
Packages that use CallBackEntry Package Description jaxx.runtime.swing.config.model Package jaxx.runtime.swing.config.model -
-
Uses of CallBackEntry in jaxx.runtime.swing.config.model
Fields in jaxx.runtime.swing.config.model with type parameters of type CallBackEntry Modifier and Type Field Description protected List<CallBackEntry>CallBacksManager. callbackslists of registred callback.Methods in jaxx.runtime.swing.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.
-