jaxx.runtime.swing
Class HidorButtonHandler

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

public class HidorButtonHandler
extends Object

Handler of ui HidorButton.

Since:
2.0
Author:
tchemit

Field Summary
protected  HidorButton ui
           
 
Constructor Summary
HidorButtonHandler(HidorButton ui)
           
 
Method Summary
 void setExpandIcon(Icon icon)
           
 void setHideIcon(Icon icon)
           
 void setTarget(JComponent target)
           
protected  Icon updateIcon(boolean c)
           
protected  String updateText(boolean c)
           
protected  String updateToolTipText(boolean c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ui

protected final HidorButton ui
Constructor Detail

HidorButtonHandler

public HidorButtonHandler(HidorButton ui)
Method Detail

setTarget

public void setTarget(JComponent target)

setExpandIcon

public void setExpandIcon(Icon icon)

setHideIcon

public void setHideIcon(Icon icon)

updateToolTipText

protected String updateToolTipText(boolean c)

updateText

protected String updateText(boolean c)

updateIcon

protected Icon updateIcon(boolean c)


Copyright © 2008-2011 CodeLutin. All Rights Reserved.