com.aelitis.azureus.ui.swt.views.skin
Class InfoBarUtil

java.lang.Object
  extended by com.aelitis.azureus.ui.swt.views.skin.InfoBarUtil

public abstract class InfoBarUtil
extends Object

Author:
TuxPaper

Constructor Summary
InfoBarUtil(SWTSkinObject forSO, boolean top, String stateConfigID, String textPrefix)
           
InfoBarUtil(SWTSkinObject forSO, String skintemplateid, boolean top, String stateConfigID, String textPrefix)
           
 
Method Summary
abstract  boolean allowShow()
           
protected  void created(SWTSkinObject parent)
           
protected  void createInfoBar()
           
 void hide(boolean permanently)
           
 void show()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoBarUtil

public InfoBarUtil(SWTSkinObject forSO,
                   boolean top,
                   String stateConfigID,
                   String textPrefix)

InfoBarUtil

public InfoBarUtil(SWTSkinObject forSO,
                   String skintemplateid,
                   boolean top,
                   String stateConfigID,
                   String textPrefix)
Method Detail

createInfoBar

protected void createInfoBar()

created

protected void created(SWTSkinObject parent)
Parameters:
parent -
Since:
4.1.0.5

hide

public void hide(boolean permanently)

show

public void show()

allowShow

public abstract boolean allowShow()