Uses of Class
jaxx.runtime.swing.config.model.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 java.util.List<CallBackEntry>CallBacksManager. callbackslists of registred callback.Methods in jaxx.runtime.swing.config.model that return CallBackEntry Modifier and Type Method Description CallBackEntryCallBackMap. getCallBack(java.lang.String callBackName)protected CallBackEntryCallBacksManager. getCallBack(java.lang.String name)Obtain a registred callBack from his name.protected CallBackEntryCallBacksManager. getCallBack(OptionModel option)Get the first callBack for a given option.