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

Packages that use CallBackEntry
jaxx.runtime.swing.editor.config.model   
 

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  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(String name)
          Obtain a registred callBack from his name.
 

Methods in jaxx.runtime.swing.editor.config.model that return types with arguments of type CallBackEntry
 Map<CallBackEntry,List<OptionModel>> ConfigUIModel.getCallBacksForSaved()
           
 Map<CallBackEntry,List<OptionModel>> CallBacksManager.getCallBacksForSaved(CategoryModel category)
          Scan a category and grab per callBack the options saved.
 Map<CallBackEntry,List<OptionModel>> CallBacksManager.getCallBacksForSaved(ConfigUIModel model)
          Scan a model and grab per callBack the options saved.
 



Copyright © 2008-2010 CodeLutin. All Rights Reserved.