public class RegisterSettingsButtonObject
extends java.lang.Object
Constructor and Description |
---|
RegisterSettingsButtonObject(RegisterSettingsButtonsEnum button,
org.eclipse.swt.graphics.Color color)
Konstruktor mit Button und Farbe
|
RegisterSettingsButtonObject(RegisterSettingsButtonsEnum button,
org.eclipse.swt.graphics.Font font)
Konstruktor mit Button und Schrift
|
RegisterSettingsButtonObject(RegisterSettingsButtonsEnum button,
org.eclipse.swt.graphics.Font font,
org.eclipse.swt.graphics.Color color)
Konstruktor mit allen Feldern
|
Modifier and Type | Method and Description |
---|---|
RegisterSettingsButtonsEnum |
getButton() |
org.eclipse.swt.graphics.Color |
getColor() |
org.eclipse.swt.graphics.Font |
getFont() |
void |
setButton(RegisterSettingsButtonsEnum button) |
void |
setColor(org.eclipse.swt.graphics.Color color) |
void |
setFont(org.eclipse.swt.graphics.Font font) |
public RegisterSettingsButtonObject(RegisterSettingsButtonsEnum button, org.eclipse.swt.graphics.Color color)
button
- the type of the buttoncolor
- the colour of the button textpublic RegisterSettingsButtonObject(RegisterSettingsButtonsEnum button, org.eclipse.swt.graphics.Font font)
button
- the type of the buttonfont
- the font for the buttonpublic RegisterSettingsButtonObject(RegisterSettingsButtonsEnum button, org.eclipse.swt.graphics.Font font, org.eclipse.swt.graphics.Color color)
button
- the type of the buttonfont
- the font for the buttoncolor
- the colour of the button textpublic RegisterSettingsButtonsEnum getButton()
public org.eclipse.swt.graphics.Color getColor()
public org.eclipse.swt.graphics.Font getFont()
public void setButton(RegisterSettingsButtonsEnum button)
button
- the button to setpublic void setColor(org.eclipse.swt.graphics.Color color)
color
- the colour to setpublic void setFont(org.eclipse.swt.graphics.Font font)
font
- the font to set