|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.rcp.theme.internal.Theme
public class Theme
Theme class including logics about color and font.
Constructor Summary | |
---|---|
Theme()
|
Method Summary | |
---|---|
void |
dispose()
Dispose resources which created by theme instance. |
java.lang.String |
getId()
Get id attribute |
org.eclipse.swt.graphics.Color |
getInputBackgroundColor()
Get input widget background color |
org.eclipse.swt.graphics.Font |
getInputFont()
Get input widget font |
org.eclipse.swt.graphics.Color |
getInputForegroundColor()
Get input widget foreground color |
org.eclipse.swt.graphics.Color |
getNormalBackgroundColor()
Get background for normal use |
org.eclipse.swt.graphics.Font |
getNormalFont()
Get font for normal use |
org.eclipse.swt.graphics.Color |
getNormalForegroundColor()
Get foreground for normal use |
void |
initializeFrom(org.eclipse.core.runtime.IConfigurationElement element)
Initialize theme instance from extension point definition |
boolean |
isDefault()
Get if this theme is the default theme |
void |
setDefault(java.lang.String value)
Set this theme to be the default theme |
void |
setId(java.lang.String id)
Set id attribute |
void |
setInputBackgroundColor(java.lang.String strInputBackgroundColor)
Set input widget background color |
void |
setInputFont(java.lang.String strInputFont)
Set input widget font |
void |
setInputForegroundColor(java.lang.String strInputForegroundColor)
Set input widget foreground color |
void |
setNormalBackgroundColor(java.lang.String strNormalBackgroundColor)
Set background for normal use |
void |
setNormalFont(java.lang.String strNormalFont)
Set font for normal use |
void |
setNormalForegroundColor(java.lang.String strNormalForegroundColor)
Set foreground for normal use |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Theme()
Method Detail |
---|
public void initializeFrom(org.eclipse.core.runtime.IConfigurationElement element)
element
- public java.lang.String getId()
public void setId(java.lang.String id)
id
- public boolean isDefault()
public void setDefault(java.lang.String value)
value
- public void setNormalFont(java.lang.String strNormalFont)
strNormalFont
- public org.eclipse.swt.graphics.Font getNormalFont()
public org.eclipse.swt.graphics.Color getInputBackgroundColor()
public void setInputBackgroundColor(java.lang.String strInputBackgroundColor)
strInputBackgroundColor
- public org.eclipse.swt.graphics.Font getInputFont()
public void setInputFont(java.lang.String strInputFont)
strInputFont
- public org.eclipse.swt.graphics.Color getInputForegroundColor()
public void setInputForegroundColor(java.lang.String strInputForegroundColor)
strInputForegroundColor
- public org.eclipse.swt.graphics.Color getNormalBackgroundColor()
public void setNormalBackgroundColor(java.lang.String strNormalBackgroundColor)
strNormalBackgroundColor
- public org.eclipse.swt.graphics.Color getNormalForegroundColor()
public void setNormalForegroundColor(java.lang.String strNormalForegroundColor)
strNormalForegroundColor
- public void dispose()
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |