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)  
    void afterInit​(DemoSources ui)  
    void beforeInit​(DemoSources ui)  
    java.lang.String getSourceContent​(java.lang.String name)  
    java.lang.String getSourceEditingStyle​(java.lang.String source)  
    static java.util.Map<java.lang.String,​java.lang.String> getSourcesCache()  
    void init​(DemoSources ui)  
    void updateSource​(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

      public void beforeInit​(DemoSources ui)
      Specified by:
      beforeInit in interface UIHandler<DemoSources>
    • afterInit

      public void afterInit​(DemoSources ui)
      Specified by:
      afterInit in interface UIHandler<DemoSources>
    • updateSource

      public void updateSource​(java.awt.event.ItemEvent event)
    • init

      public void init​(DemoSources ui)