|
Eclipse Rich Ajax Platform Release 1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Theme adapter for Control
s. The theme adapter provides a control
with information on characteristics of its representation which depend on the
current theme.
Method Summary | |
Color |
getBackground(Control control)
Returns the default background color that the specified control will use if no user-defined background color has been set using Control.setBackground(Color) . |
int |
getBorderWidth(Control control)
Returns the width of the specified control's border. |
Font |
getFont(Control control)
Returns the default font that the specified control will use to paint textual information when no user-defined font has been set using Control.setFont(Font) . |
Color |
getForeground(Control control)
Returns the default foreground color that the specified control will use to draw if no user defined foreground color has been set using Control.setForeground(Color) . |
Rectangle |
getPadding(Control control)
Returns the padding of the specified control. |
Method Detail |
public int getBorderWidth(Control control)
control
- the control whose border width is requested
public Rectangle getPadding(Control control)
control
- the control whose padding is requested
public Color getForeground(Control control)
Control.setForeground(Color)
.
control
- the control whose foreground color is requested
public Color getBackground(Control control)
Control.setBackground(Color)
.
control
- the control whose background color is requested
public Font getFont(Control control)
Control.setFont(Font)
.
control
- the control whose font is requested
|
Eclipse Rich Ajax Platform Release 1.3 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2011. All rights reserved.