Package com.biglybt.ui.swt.views.skin
Class SBC_DashboardView
java.lang.Object
com.biglybt.ui.swt.skin.SWTSkinObjectAdapter
com.biglybt.ui.swt.views.skin.SkinView
com.biglybt.ui.swt.views.skin.SBC_DashboardView
- All Implemented Interfaces:
UIUpdatable
,SWTSkinObjectListener
,SB_Dashboard.DashboardListener
public class SBC_DashboardView
extends SkinView
implements UIUpdatable, SB_Dashboard.DashboardListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static boolean
private static boolean
private org.eclipse.swt.widgets.Composite
private final boolean
private boolean
private boolean
private static final String
Fields inherited from interface com.biglybt.ui.swt.skin.SWTSkinObjectListener
EVENT_CREATE_REQUEST, EVENT_CREATED, EVENT_DATASOURCE_CHANGED, EVENT_DESTROY, EVENT_HIDE, EVENT_LANGUAGE_CHANGE, EVENT_OBFUSCATE, EVENT_SELECT, EVENT_SHOW, NAMES
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
build()
private void
A name for this UIUpdatable so we can track who's being badvoid
skinObjectDestroyed
(SWTSkinObject skinObject, Object params) Skin Object was destroyedskinObjectHidden
(SWTSkinObject skinObject, Object params) Skin Object was hiddenskinObjectInitialShow
(SWTSkinObject skinObject, Object params) skinObjectShown
(SWTSkinObject skinObject, Object params) Skin Object was shownvoid
updateUI()
Update your UI!Methods inherited from class com.biglybt.ui.swt.views.skin.SkinView
getMainSkinObject, getMdiEntry, getSkin, getSkinObject, isDisposed, isVisible, setMainSkinObject, skinObjectCreated
Methods inherited from class com.biglybt.ui.swt.skin.SWTSkinObjectAdapter
dataSourceChanged, eventOccured, skinObjectSelected, updateLanguage
-
Field Details
-
UI_NAME
- See Also:
-
core_running
private static boolean core_running -
core_running_listener_added
private static boolean core_running_listener_added -
dashboard_composite
private org.eclipse.swt.widgets.Composite dashboard_composite -
is_built
private boolean is_built
-
-
Constructor Details
-
SBC_DashboardView
public SBC_DashboardView()
-
-
Method Details
-
updateUI
public void updateUI()Description copied from interface:UIUpdatable
Update your UI!- Specified by:
updateUI
in interfaceUIUpdatable
-
getUpdateUIName
Description copied from interface:UIUpdatable
A name for this UIUpdatable so we can track who's being bad- Specified by:
getUpdateUIName
in interfaceUIUpdatable
- Returns:
- some name
-
skinObjectInitialShow
- Specified by:
skinObjectInitialShow
in classSkinView
- Parameters:
skinObject
-params
-- Returns:
-
skinObjectHidden
Description copied from class:SWTSkinObjectAdapter
Skin Object was hidden- Overrides:
skinObjectHidden
in classSkinView
-
skinObjectShown
Description copied from class:SWTSkinObjectAdapter
Skin Object was shown- Overrides:
skinObjectShown
in classSkinView
-
build
private void build() -
buildSupport
private void buildSupport() -
itemsChanged
public void itemsChanged()- Specified by:
itemsChanged
in interfaceSB_Dashboard.DashboardListener
-
skinObjectDestroyed
Description copied from class:SWTSkinObjectAdapter
Skin Object was destroyed- Overrides:
skinObjectDestroyed
in classSkinView
-