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
,java.util.EventListener
,org.eclipse.swt.events.PaintListener
,org.eclipse.swt.internal.SWTEventListener
public class SWTSkinObjectTabFolder extends SWTSkinObjectContainer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.biglybt.ui.swt.skin.SWTSkinObjectBasic
SWTSkinObjectBasic.GradientInfo
-
-
Field Summary
Fields Modifier and Type Field Description private org.eclipse.swt.custom.CTabFolder
tabFolder
-
Fields 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
Constructors Constructor Description SWTSkinObjectTabFolder(SWTSkin skin, SWTSkinProperties properties, java.lang.String sID, java.lang.String sConfigID, SWTSkinObject parent)
SWTSkinObjectTabFolder(SWTSkin skin, SWTSkinProperties properties, java.lang.String sID, java.lang.String sConfigID, org.eclipse.swt.widgets.Composite createOn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
childAdded(SWTSkinObject soChild)
private void
createTabFolder(org.eclipse.swt.widgets.Composite createOn)
org.eclipse.swt.custom.CTabFolder
getTabFolder()
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
-
-
-
-
Constructor Detail
-
SWTSkinObjectTabFolder
public SWTSkinObjectTabFolder(SWTSkin skin, SWTSkinProperties properties, java.lang.String sID, java.lang.String sConfigID, SWTSkinObject parent)
-
SWTSkinObjectTabFolder
public SWTSkinObjectTabFolder(SWTSkin skin, SWTSkinProperties properties, java.lang.String sID, java.lang.String sConfigID, org.eclipse.swt.widgets.Composite createOn)
-
-
Method Detail
-
createTabFolder
private void createTabFolder(org.eclipse.swt.widgets.Composite createOn)
-
setIsVisible
protected boolean setIsVisible(boolean visible, boolean walkup)
- Overrides:
setIsVisible
in classSWTSkinObjectContainer
-
childAdded
public void childAdded(SWTSkinObject soChild)
- Overrides:
childAdded
in classSWTSkinObjectContainer
-
getTabFolder
public org.eclipse.swt.custom.CTabFolder getTabFolder()
-
-