Class BarViewParent
java.lang.Object
com.biglybt.ui.swt.skin.SWTSkinObjectAdapter
com.biglybt.ui.swt.views.skin.SkinView
com.biglybt.ui.swt.views.BarViewParent
- All Implemented Interfaces:
SWTSkinObjectListener
- Direct Known Subclasses:
RightBarView, TopBarView
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate org.eclipse.swt.widgets.Composite(package private) org.eclipse.swt.events.PaintListener(package private) org.eclipse.swt.graphics.Point(package private) List<org.eclipse.swt.widgets.Control> private final booleanprivate final String(package private) org.eclipse.swt.graphics.Pointprivate final List<UISWTViewImpl> private SWTSkinprivate final Stringprivate final Stringprivate final String(package private) booleanprivate final Stringprivate 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 voidaddBarView(UISWTViewImpl view, org.eclipse.swt.widgets.Composite cPluginsArea) protected voidprivate voidprivate voidhookControls(org.eclipse.swt.widgets.Control control, boolean do_it) private voidremoveBarView(UISWTViewImpl view) skinObjectDestroyed(SWTSkinObject skinObject, Object params) Skin Object was destroyedskinObjectInitialShow(SWTSkinObject skinObject, Object params) private voidMethods inherited from class SkinView
getMainSkinObject, getMdiEntry, getSkin, getSkinObject, isDisposed, isVisible, setMainSkinObject, skinObjectCreated, skinObjectHidden, skinObjectShownMethods inherited from class SWTSkinObjectAdapter
dataSourceChanged, eventOccured, skinObjectSelected, updateLanguage
-
Field Details
-
view_id
-
view_area
-
so_area_plugins
-
so_area_plugin
-
so_line
-
line_config_id
-
is_vertical
private final boolean is_vertical -
skin
-
cPluginsArea
private org.eclipse.swt.widgets.Composite cPluginsArea -
swtViewListener
-
pluginViews
-
dragPosition
org.eclipse.swt.graphics.Point dragPosition -
hookedControls
List<org.eclipse.swt.widgets.Control> hookedControls -
modifiedControls
-
paintDragPosition
org.eclipse.swt.graphics.Point paintDragPosition -
dragPainter
org.eclipse.swt.events.PaintListener dragPainter -
update_outstanding
boolean update_outstanding
-
-
Constructor Details
-
BarViewParent
-
-
Method Details
-
skinObjectInitialShow
- Specified by:
skinObjectInitialShowin classSkinView- Parameters:
skinObject-params-- Returns:
-
skinObjectDestroyed
Description copied from class:SWTSkinObjectAdapterSkin Object was destroyed- Overrides:
skinObjectDestroyedin classSkinView
-
buildViews
protected void buildViews() -
updateHookedControls
private void updateHookedControls() -
hookControls
private void hookControls(org.eclipse.swt.widgets.Control control, boolean do_it) -
createBarPluginViews
private void createBarPluginViews() -
addBarView
-
removeBarView
-