Package com.biglybt.ui.swt.skin
Class SWTSkinObjectTabFolder
java.lang.Object
com.biglybt.ui.swt.skin.SWTSkinObjectBasic
com.biglybt.ui.swt.skin.SWTSkinObjectContainer
com.biglybt.ui.swt.skin.SWTSkinObjectTabFolder
- All Implemented Interfaces:
ObfuscateImage
,PluginUISWTSkinObject
,SWTSkinObject
,EventListener
,org.eclipse.swt.events.PaintListener
,org.eclipse.swt.internal.SWTEventListener
-
Nested Class Summary
Nested classes/interfaces inherited from class com.biglybt.ui.swt.skin.SWTSkinObjectBasic
SWTSkinObjectBasic.GradientInfo
-
Field Summary
FieldsFields inherited from class com.biglybt.ui.swt.skin.SWTSkinObjectContainer
bPropogate, bPropogateDown
Fields inherited from class com.biglybt.ui.swt.skin.SWTSkinObjectBasic
alwaysHookPaintListener, bgColor, BORDER_GRADIENT, BORDER_ROUNDED, BORDER_ROUNDED_FILL, control, customTooltipID, debug, initialized, listeners, listeners_mon, painter, paintListenerHooked, parent, properties, sConfigID, sID, skin, suffixes, type
-
Constructor Summary
ConstructorsConstructorDescriptionSWTSkinObjectTabFolder
(SWTSkin skin, SWTSkinProperties properties, String sID, String sConfigID, SWTSkinObject parent) SWTSkinObjectTabFolder
(SWTSkin skin, SWTSkinProperties properties, String sID, String sConfigID, org.eclipse.swt.widgets.Composite createOn) -
Method Summary
Modifier and TypeMethodDescriptionvoid
childAdded
(SWTSkinObject soChild) private void
createTabFolder
(org.eclipse.swt.widgets.Composite createOn) org.eclipse.swt.custom.CTabFolder
protected boolean
setIsVisible
(boolean visible, boolean walkup) Methods inherited from class com.biglybt.ui.swt.skin.SWTSkinObjectContainer
createComposite, getChildren, getComposite, getPropogation, obfuscatedImage, oldgetChildren, setControl, setDebugAndChildren, setPropogation, setViewID, superSetIsVisible, switchSuffix
Methods inherited from class com.biglybt.ui.swt.skin.SWTSkinObjectBasic
addListener, dispose, equals, getConfigID, getControl, getData, getDefaultVisibility, getListeners, getParent, getProperties, getSkin, getSkinObjectID, getSkinView, getSuffix, getTooltipID, getType, getViewID, isAlwaysHookPaintListener, isDebug, isDisposed, isVisible, layoutComplete, paintControl, paintControl, relayout, removeListener, setAlwaysHookPaintListener, setBackground, setData, setDebug, setDefaultVisibility, setObfuscatedImageGenerator, setProperties, setSkinView, setTooltipID, setVisible, switchSuffix, switchSuffix, toString, triggerListeners, triggerListeners
-
Field Details
-
tabFolder
private org.eclipse.swt.custom.CTabFolder tabFolder
-
-
Constructor Details
-
SWTSkinObjectTabFolder
public SWTSkinObjectTabFolder(SWTSkin skin, SWTSkinProperties properties, String sID, String sConfigID, SWTSkinObject parent) -
SWTSkinObjectTabFolder
public SWTSkinObjectTabFolder(SWTSkin skin, SWTSkinProperties properties, String sID, String sConfigID, org.eclipse.swt.widgets.Composite createOn)
-
-
Method Details
-
createTabFolder
private void createTabFolder(org.eclipse.swt.widgets.Composite createOn) -
setIsVisible
protected boolean setIsVisible(boolean visible, boolean walkup) - Overrides:
setIsVisible
in classSWTSkinObjectContainer
- Parameters:
visible
-
-
childAdded
- Overrides:
childAdded
in classSWTSkinObjectContainer
-
getTabFolder
public org.eclipse.swt.custom.CTabFolder getTabFolder()
-