public interface ITitle
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.graphics.Font |
getFont()
Gets the font for title text.
|
org.eclipse.swt.graphics.Color |
getForeground()
Gets the foreground color of title.
|
java.lang.String |
getText()
Gets the title text.
|
boolean |
isVisible()
Gets the visibility state.
|
void |
setFont(org.eclipse.swt.graphics.Font font)
Sets the font for title text.
|
void |
setForeground(org.eclipse.swt.graphics.Color color)
Sets the foreground color of title.
|
void |
setText(java.lang.String title)
Sets the title text.
|
void |
setVisible(boolean visible)
Sets the visibility state of title.
|
void setText(java.lang.String title)
title
- the title textjava.lang.String getText()
void setFont(org.eclipse.swt.graphics.Font font)
font
- the font for title textorg.eclipse.swt.graphics.Font getFont()
void setForeground(org.eclipse.swt.graphics.Color color)
color
- the foreground color of titleorg.eclipse.swt.graphics.Color getForeground()
void setVisible(boolean visible)
visible
- the visibility stateboolean isVisible()