Package com.biglybt.ui.swt.views.skin
Class InfoBarUtil
- java.lang.Object
-
- com.biglybt.ui.swt.views.skin.InfoBarUtil
-
public abstract class InfoBarUtil extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private SWTSkinObject
forSO
private SWTSkin
skin
private java.lang.String
skintemplateid
private SWTSkinObject
soInfoBar
private java.lang.String
stateConfigID
private java.lang.String
textPrefix
private boolean
top
private static int
uniqueNo
-
Constructor Summary
Constructors Constructor Description InfoBarUtil(SWTSkinObject forSO, boolean top, java.lang.String stateConfigID, java.lang.String textPrefix)
InfoBarUtil(SWTSkinObject forSO, java.lang.String skintemplateid, boolean top, java.lang.String stateConfigID, java.lang.String textPrefix)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract boolean
allowShow()
protected void
created(SWTSkinObject parent)
protected void
createInfoBar()
void
hide(boolean permanently)
void
show()
-
-
-
Field Detail
-
forSO
private final SWTSkinObject forSO
-
top
private final boolean top
-
skin
private SWTSkin skin
-
soInfoBar
private SWTSkinObject soInfoBar
-
stateConfigID
private final java.lang.String stateConfigID
-
textPrefix
private final java.lang.String textPrefix
-
skintemplateid
private final java.lang.String skintemplateid
-
uniqueNo
private static int uniqueNo
-
-
Constructor Detail
-
InfoBarUtil
public InfoBarUtil(SWTSkinObject forSO, boolean top, java.lang.String stateConfigID, java.lang.String textPrefix)
-
InfoBarUtil
public InfoBarUtil(SWTSkinObject forSO, java.lang.String skintemplateid, boolean top, java.lang.String stateConfigID, java.lang.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()
-
-