Class FontSizorHandler

java.lang.Object
jaxx.runtime.swing.FontSizorHandler

public class FontSizorHandler
extends java.lang.Object
Handler of ui FontSizor.
Since:
2.0
Author:
Tony Chemit - chemit@codelutin.com
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.lang.String BINDING_DEFAULT_FONT_SIZE_CALL_BACK  
    static java.lang.String BINDING_FONT_SIZE_CALL_BACK  
    protected FontSizor ui  
  • Constructor Summary

    Constructors
    Constructor Description
    FontSizorHandler​(FontSizor ui)  
  • Method Summary

    Modifier and Type Method Description
    void init()  
    void setCallBack​(java.lang.Runnable action)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ui

      protected final FontSizor ui
    • BINDING_FONT_SIZE_CALL_BACK

      public static final java.lang.String BINDING_FONT_SIZE_CALL_BACK
      See Also:
      Constant Field Values
    • BINDING_DEFAULT_FONT_SIZE_CALL_BACK

      public static final java.lang.String BINDING_DEFAULT_FONT_SIZE_CALL_BACK
      See Also:
      Constant Field Values
  • Constructor Details

    • FontSizorHandler

      public FontSizorHandler​(FontSizor ui)
  • Method Details

    • init

      public void init()
    • setCallBack

      public void setCallBack​(java.lang.Runnable action)