|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IColor | |
---|---|
com.sibvisions.rad.ui.awt.impl | Contains the AWT dependent interface implementations of the platform and technology independent interface definitions. |
com.sibvisions.rad.ui.swing.impl | Contains the Swing dependent interface implementations of the platform and technology independent interface definitions. |
com.sibvisions.rad.ui.swing.impl.component | Contains Swing component implementations based on the platform and technology independent interface definitions. |
com.sibvisions.rad.ui.swing.impl.container | Contains Swing container implementations based on the platform and technology independent interface definitions. |
com.sibvisions.rad.ui.swing.impl.control | Contains Swing control implementations based on the platform and technology independent interface definitions. |
javax.rad.genui | Contains a generic implementation of the platform and technology independent interfaces to design graphical user interfaces. |
javax.rad.genui.control | Contains a generic implementation of the platform and technology independent control interfaces to design graphical user interfaces. |
javax.rad.ui | Contains all interfaces to develop a graphical user interface. |
javax.rad.ui.control | Contains all interfaces to develop controls for a graphical user interface. |
Uses of IColor in com.sibvisions.rad.ui.awt.impl |
---|
Classes in com.sibvisions.rad.ui.awt.impl that implement IColor | |
---|---|
class |
AwtColor
The AwtColor class is used to encapsulate the access
to all usable colors for AWT components. |
Methods in com.sibvisions.rad.ui.awt.impl that return IColor | |
---|---|
IColor |
AwtFactory.createColor(int pRGB)
Creates an sRGB color with the specified combined RGBA value consisting of the alpha component in bits 24-31, the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7. |
IColor |
AwtComponent.getBackground()
Gets the background color of this component. |
IColor |
AwtComponent.getForeground()
Gets the foreground color of this component. |
Methods in com.sibvisions.rad.ui.awt.impl with parameters of type IColor | |
---|---|
void |
AwtComponent.setBackground(IColor pBackground)
Sets the background color of this component. |
void |
AwtComponent.setForeground(IColor pForeground)
Sets the foreground color of this component. |
Uses of IColor in com.sibvisions.rad.ui.swing.impl |
---|
Methods in com.sibvisions.rad.ui.swing.impl that return IColor | |
---|---|
IColor |
SwingScrollComponent.getBackground()
Gets the background color of this component. |
IColor |
SwingScrollComponent.getForeground()
Gets the foreground color of this component. |
IColor |
SwingFactory.getSystemColor(String pType)
This encapsulate symbolic colors representing the color of native GUI objects on a system. |
Methods in com.sibvisions.rad.ui.swing.impl with parameters of type IColor | |
---|---|
ICellFormat |
SwingFactory.createCellFormat(IColor pBackground,
IColor pForeground,
IFont pFont,
IImage pImage,
int pLeftIndent)
Creates a new instance of ICellFormat . |
void |
SwingScrollComponent.setBackground(IColor pBackground)
Sets the background color of this component. |
void |
SwingComponent.setBackground(IColor pBackground)
Sets the background color of this component. |
void |
SwingScrollComponent.setForeground(IColor pForeground)
Sets the foreground color of this component. |
void |
SwingFactory.setSystemColor(String pType,
IColor pSystemColor)
Sets the given IColor as SystemColor. |
Uses of IColor in com.sibvisions.rad.ui.swing.impl.component |
---|
Methods in com.sibvisions.rad.ui.swing.impl.component with parameters of type IColor | |
---|---|
void |
SwingLabel.setBackground(IColor pBackground)
Sets the background color of this component. |
void |
SwingAbstractButton.setBackground(IColor pBackground)
Sets the background color of this component. |
Uses of IColor in com.sibvisions.rad.ui.swing.impl.container |
---|
Methods in com.sibvisions.rad.ui.swing.impl.container with parameters of type IColor | |
---|---|
void |
SwingGroupPanel.setForeground(IColor pColor)
Sets the foreground color of this component. |
Uses of IColor in com.sibvisions.rad.ui.swing.impl.control |
---|
Methods in com.sibvisions.rad.ui.swing.impl.control that return IColor | |
---|---|
IColor |
SwingCellFormat.getBackground()
Gets the background. |
IColor |
SwingCellFormat.getForeground()
Gets the foreground. |
Constructors in com.sibvisions.rad.ui.swing.impl.control with parameters of type IColor | |
---|---|
SwingCellFormat(IColor pBackground,
IColor pForeground,
IFont pFont,
IImage pImage,
int pLeftIndent)
Constructs a new instance of SwingCellFormat . |
Uses of IColor in javax.rad.genui |
---|
Classes in javax.rad.genui that implement IColor | |
---|---|
class |
UIColor
Platform and technology independent Color. |
Methods in javax.rad.genui that return IColor | |
---|---|
IColor |
UIComponent.getBackground()
Gets the background color of this component. |
IColor |
UIComponent.getForeground()
Gets the foreground color of this component. |
Methods in javax.rad.genui with parameters of type IColor | |
---|---|
void |
UIComponent.setBackground(IColor pBackground)
Sets the background color of this component. |
void |
UIComponent.setForeground(IColor pForeground)
Sets the foreground color of this component. |
static void |
UIColor.setSystemColor(String pType,
IColor pSystemColor)
Sets the given IColor as SystemColor. |
Constructors in javax.rad.genui with parameters of type IColor | |
---|---|
UIColor(IColor pColor)
Creates an UIColor of an IColor for compatibility reasons. |
Uses of IColor in javax.rad.genui.control |
---|
Methods in javax.rad.genui.control that return IColor | |
---|---|
IColor |
UICellFormat.getBackground()
Gets the background. |
IColor |
UICellFormat.getForeground()
Gets the foreground. |
Constructors in javax.rad.genui.control with parameters of type IColor | |
---|---|
UICellFormat(IColor pBackground)
Constructs a new instance of SwingCellFormat . |
|
UICellFormat(IColor pBackground,
IColor pForeground,
IFont pFont)
Constructs a new instance of SwingCellFormat . |
|
UICellFormat(IColor pBackground,
IColor pForeground,
IFont pFont,
IImage pImage)
Constructs a new instance of SwingCellFormat . |
|
UICellFormat(IColor pBackground,
IColor pForeground,
IFont pFont,
IImage pImage,
int pLeftIndent)
Constructs a new instance of SwingCellFormat . |
Uses of IColor in javax.rad.ui |
---|
Methods in javax.rad.ui that return IColor | |
---|---|
IColor |
IFactory.createColor(int pRGBA)
Creates an sRGB color with the specified combined RGBA value consisting of the alpha component in bits 24-31, the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7. |
IColor |
IComponent.getBackground()
Gets the background color of this component. |
IColor |
IComponent.getForeground()
Gets the foreground color of this component. |
IColor |
IFactory.getSystemColor(String pType)
This encapsulate symbolic colors representing the color of native GUI objects on a system. |
Methods in javax.rad.ui with parameters of type IColor | |
---|---|
ICellFormat |
IFactory.createCellFormat(IColor pBackground,
IColor pForeground,
IFont pFont,
IImage pImage,
int pLeftIndent)
Creates a new instance of ICellFormat . |
void |
IComponent.setBackground(IColor pBackground)
Sets the background color of this component. |
void |
IComponent.setForeground(IColor pForeground)
Sets the foreground color of this component. |
void |
IFactory.setSystemColor(String pType,
IColor pSystemColor)
Sets the given IColor as SystemColor. |
Uses of IColor in javax.rad.ui.control |
---|
Methods in javax.rad.ui.control that return IColor | |
---|---|
IColor |
ICellFormat.getBackground()
Gets the background. |
IColor |
ICellFormat.getForeground()
Gets the foreground. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |