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 booleanprivate static booleanprivate org.eclipse.swt.widgets.Compositeprivate final booleanprivate booleanprivate booleanprivate static final StringFields inherited from interface 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 voidbuild()private voidA name for this UIUpdatable so we can track who's being badvoidskinObjectDestroyed(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 shownvoidupdateUI()Update your UI!Methods inherited from class SkinView
getMainSkinObject, getMdiEntry, getSkin, getSkinObject, isDisposed, isVisible, setMainSkinObject, skinObjectCreatedMethods inherited from class 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:UIUpdatableUpdate your UI!- Specified by:
updateUIin interfaceUIUpdatable
-
getUpdateUIName
Description copied from interface:UIUpdatableA name for this UIUpdatable so we can track who's being bad- Specified by:
getUpdateUINamein interfaceUIUpdatable- Returns:
- some name
-
skinObjectInitialShow
- Specified by:
skinObjectInitialShowin classSkinView- Parameters:
skinObject-params-- Returns:
-
skinObjectHidden
Description copied from class:SWTSkinObjectAdapterSkin Object was hidden- Overrides:
skinObjectHiddenin classSkinView
-
skinObjectShown
Description copied from class:SWTSkinObjectAdapterSkin Object was shown- Overrides:
skinObjectShownin classSkinView
-
build
private void build() -
buildSupport
private void buildSupport() -
itemsChanged
public void itemsChanged()- Specified by:
itemsChangedin interfaceSB_Dashboard.DashboardListener
-
skinObjectDestroyed
Description copied from class:SWTSkinObjectAdapterSkin Object was destroyed- Overrides:
skinObjectDestroyedin classSkinView
-