Uses of Class
jaxx.runtime.swing.editor.config.model.CallBackEntry

Packages that use CallBackEntry
jaxx.runtime.swing.editor.config.model Package jaxx.runtime.swing.editor.config.model the package contains the models of the Config UI. 
 

Uses of CallBackEntry in jaxx.runtime.swing.editor.config.model
 

Fields in jaxx.runtime.swing.editor.config.model with type parameters of type CallBackEntry
protected  java.util.List<CallBackEntry> CallBacksManager.callbacks
          lists of registred callback.
 

Methods in jaxx.runtime.swing.editor.config.model that return CallBackEntry
protected  CallBackEntry CallBacksManager.getCallBack(OptionModel option)
          Get the first callBack for a given option.
protected  CallBackEntry CallBacksManager.getCallBack(java.lang.String name)
          Obtain a registred callBack from his name.
 CallBackEntry CallBackMap.getCallBack(java.lang.String callBackName)
           
 



Copyright © 2008-2010 CodeLutin. All Rights Reserved.