Package jaxx.demo
Class DemoSourcesHandler
java.lang.Object
jaxx.demo.DemoSourcesHandler
- All Implemented Interfaces:
UIHandler<DemoSources>
public class DemoSourcesHandler extends Object implements UIHandler<DemoSources>
Created: 21 déc. 2009
- Version:
- $Revision$ Mise a jour: $Date$ par : $Author$
- Author:
- Tony Chemit - chemit@codelutin.com
-
Field Summary
Fields Modifier and Type Field Description protected static Map<String,String>sourcesCache -
Constructor Summary
Constructors Constructor Description DemoSourcesHandler() -
Method Summary
Modifier and Type Method Description static String[]addDefaultSources(JAXXObject ui, String... extraSources)voidafterInit(DemoSources ui)voidbeforeInit(DemoSources ui)StringgetSourceContent(String name)StringgetSourceEditingStyle(String source)static Map<String,String>getSourcesCache()voidinit(DemoSources ui)voidupdateSource(ItemEvent event)
-
Field Details
-
Constructor Details
-
DemoSourcesHandler
public DemoSourcesHandler()
-
-
Method Details
-
addDefaultSources
-
getSourcesCache
-
getSourceContent
-
getSourceEditingStyle
-
beforeInit
- Specified by:
beforeInitin interfaceUIHandler<DemoSources>
-
afterInit
- Specified by:
afterInitin interfaceUIHandler<DemoSources>
-
updateSource
-
init
-