Uses of Class
org.eclipse.swt.custom.CTabFolderRenderer
-
Packages that use CTabFolderRenderer Package Description org.eclipse.swt.custom -
-
Uses of CTabFolderRenderer in org.eclipse.swt.custom
Methods in org.eclipse.swt.custom that return CTabFolderRenderer Modifier and Type Method Description CTabFolderRenderer
CTabFolder. getRenderer()
Returns the receiver's renderer.Methods in org.eclipse.swt.custom with parameters of type CTabFolderRenderer Modifier and Type Method Description void
CTabFolder. setRenderer(CTabFolderRenderer renderer)
Sets the renderer which is associated with the receiver to be the argument which may be null.
-