Package com.biglybt.ui.swt.views.skin
Class InfoBarUtil
java.lang.Object
com.biglybt.ui.swt.views.skin.InfoBarUtil
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final SWTSkinObject
private SWTSkin
private final String
private SWTSkinObject
private final String
private final String
private final boolean
private static int
-
Constructor Summary
ConstructorsConstructorDescriptionInfoBarUtil
(SWTSkinObject forSO, boolean top, String stateConfigID, String textPrefix) InfoBarUtil
(SWTSkinObject forSO, String skintemplateid, boolean top, String stateConfigID, String textPrefix) -
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
protected void
created
(SWTSkinObject parent) protected void
void
hide
(boolean permanently) void
show()
-
Field Details
-
forSO
-
top
private final boolean top -
skin
-
soInfoBar
-
stateConfigID
-
textPrefix
-
skintemplateid
-
uniqueNo
private static int uniqueNo
-
-
Constructor Details
-
InfoBarUtil
-
InfoBarUtil
public InfoBarUtil(SWTSkinObject forSO, String skintemplateid, boolean top, String stateConfigID, String textPrefix)
-
-
Method Details
-
getParentSkinObject
-
createInfoBar
protected void createInfoBar() -
created
- Parameters:
parent
-- Since:
- 4.1.0.5
-
hide
public void hide(boolean permanently) -
show
public void show() -
allowShow
public abstract boolean allowShow()
-