Package com.biglybt.ui.swt.views
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 boolean
private final String
(package private) org.eclipse.swt.graphics.Point
private final List<UISWTViewImpl>
private SWTSkin
private final String
private final String
private final String
(package private) boolean
private final String
private 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
addBarView
(UISWTViewImpl view, org.eclipse.swt.widgets.Composite cPluginsArea) protected void
private void
private void
hookControls
(org.eclipse.swt.widgets.Control control, boolean do_it) private void
removeBarView
(UISWTViewImpl view) skinObjectDestroyed
(SWTSkinObject skinObject, Object params) Skin Object was destroyedskinObjectInitialShow
(SWTSkinObject skinObject, Object params) private void
Methods inherited from class com.biglybt.ui.swt.views.skin.SkinView
getMainSkinObject, getMdiEntry, getSkin, getSkinObject, isDisposed, isVisible, setMainSkinObject, skinObjectCreated, skinObjectHidden, skinObjectShown
Methods inherited from class com.biglybt.ui.swt.skin.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:
skinObjectInitialShow
in classSkinView
- Returns:
-
skinObjectDestroyed
Description copied from class:SWTSkinObjectAdapter
Skin Object was destroyed- Overrides:
skinObjectDestroyed
in 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
-