Home
last modified time | relevance | path

Searched refs:boldFont (Results 1 – 2 of 2) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
DComponentsView.java111 Font boldFont; field in ComponentsView
228 if (this.boldFont != null) { in dispose()
229 this.boldFont.dispose(); in dispose()
271 if (this.boldFont == null) { in getBoldFont()
274 this.boldFont = new Font(this.display, boldFontData); in getBoldFont()
276 return this.boldFont; in getBoldFont()
DConfigTab.java71 private Font boldFont; field in ConfigTab
267 if (this.boldFont != null) { in dispose()
268 this.boldFont.dispose(); in dispose()
344 item.setFont(0, this.boldFont); in fillTableLines()
372 item.setFont(col, this.boldFont); in fillTableLines()
557 this.boldFont = new Font(this.display, fdBold); in initResources()