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
-
Nested Class Summary
Nested classes/interfaces inherited from class SWTSkinObjectBasic
SWTSkinObjectBasic.GradientInfo -
Field Summary
FieldsFields inherited from class SWTSkinObjectContainer
bPropogate, bPropogateDownFields inherited from class 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 TypeMethodDescriptionvoidchildAdded(SWTSkinObject soChild) private voidcreateTabFolder(org.eclipse.swt.widgets.Composite createOn) org.eclipse.swt.custom.CTabFolderprotected booleansetIsVisible(boolean visible, boolean walkup) Methods inherited from class SWTSkinObjectContainer
createComposite, getChildren, getComposite, getPropogation, obfuscatedImage, oldgetChildren, setControl, setDebugAndChildren, setPropogation, setViewID, superSetIsVisible, switchSuffixMethods inherited from class 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:
setIsVisiblein classSWTSkinObjectContainer- Parameters:
visible-
-
childAdded
- Overrides:
childAddedin classSWTSkinObjectContainer
-
getTabFolder
public org.eclipse.swt.custom.CTabFolder getTabFolder()
-