jaxx.runtime.swing
Class FontSizorHandler

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

public class FontSizorHandler
extends Object

Handler of ui FontSizor.

Since:
2.0
Author:
tchemit

Field Summary
static String BINDING_DEFAULT_FONT_SIZE_CALL_BACK
           
static String BINDING_FONT_SIZE_CALL_BACK
           
protected  FontSizor ui
           
 
Constructor Summary
FontSizorHandler(FontSizor ui)
           
 
Method Summary
 void init()
           
 void setCallBack(Runnable action)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ui

protected final FontSizor ui

BINDING_FONT_SIZE_CALL_BACK

public static final String BINDING_FONT_SIZE_CALL_BACK
See Also:
Constant Field Values

BINDING_DEFAULT_FONT_SIZE_CALL_BACK

public static final String BINDING_DEFAULT_FONT_SIZE_CALL_BACK
See Also:
Constant Field Values
Constructor Detail

FontSizorHandler

public FontSizorHandler(FontSizor ui)
Method Detail

init

public void init()

setCallBack

public void setCallBack(Runnable action)


Copyright © 2008-2012 CodeLutin. All Rights Reserved.