Package jaxx.demo
Class DemoSourcesHandler
java.lang.Object
jaxx.demo.DemoSourcesHandler
- All Implemented Interfaces:
UIHandler<DemoSources>
public class DemoSourcesHandler extends java.lang.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 java.util.Map<java.lang.String,java.lang.String>sourcesCache -
Constructor Summary
Constructors Constructor Description DemoSourcesHandler() -
Method Summary
Modifier and Type Method Description static java.lang.String[]addDefaultSources(JAXXObject ui, java.lang.String... extraSources)voidafterInit(DemoSources ui)voidbeforeInit(DemoSources ui)java.lang.StringgetSourceContent(java.lang.String name)java.lang.StringgetSourceEditingStyle(java.lang.String source)static java.util.Map<java.lang.String,java.lang.String>getSourcesCache()voidinit(DemoSources ui)voidupdateSource(java.awt.event.ItemEvent event)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
sourcesCache
protected static java.util.Map<java.lang.String,java.lang.String> sourcesCache
-
-
Constructor Details
-
DemoSourcesHandler
public DemoSourcesHandler()
-
-
Method Details
-
addDefaultSources
public static java.lang.String[] addDefaultSources(JAXXObject ui, java.lang.String... extraSources) -
getSourcesCache
public static java.util.Map<java.lang.String,java.lang.String> getSourcesCache() -
getSourceContent
public java.lang.String getSourceContent(java.lang.String name) -
getSourceEditingStyle
public java.lang.String getSourceEditingStyle(java.lang.String source) -
beforeInit
- Specified by:
beforeInitin interfaceUIHandler<DemoSources>
-
afterInit
- Specified by:
afterInitin interfaceUIHandler<DemoSources>
-
updateSource
public void updateSource(java.awt.event.ItemEvent event) -
init
-