Uses of Interface
org.bs.mdi.ActionConverter

Packages that use ActionConverter
org.bs.mdi   
 

Uses of ActionConverter in org.bs.mdi
 

Methods in org.bs.mdi that return ActionConverter
protected abstract  ActionConverter[] Application.createActionConverters()
          Creates and returns all available Action converters (see ActionConverter).
 

Methods in org.bs.mdi with parameters of type ActionConverter
 void ClipboardManager.registerConverter(ActionConverter converter)
          Registers an ActionConverter to be used with this ClipboardManager.
 void ClipboardManager.registerAllConverters(ActionConverter[] converters)
          Registers all converts in the given array.