Uses of Class
org.compiere.plaf.CompiereColor
-
Packages that use CompiereColor Package Description org.compiere.plaf Provides for Pluggabe Look & Feel User Interface.org.compiere.swing Provides Swing components to utilize the Adempiere Looks. -
-
Uses of CompiereColor in org.compiere.plaf
Methods in org.compiere.plaf that return CompiereColor Modifier and Type Method Description static CompiereColor
CompiereColor. getBackground(JComponent c)
Get Background Color of componentstatic CompiereColor
CompiereColor. getCompiereColor(MColor color)
Get CompiereColor.static CompiereColor
CompiereColor. getDefaultBackground()
Get Default Backgroundstatic CompiereColor
CompiereColor. parse(String attributes)
Parse attributes and return AdempiereColorMethods in org.compiere.plaf with parameters of type CompiereColor Modifier and Type Method Description static void
CompiereColor. setBackground(Window win, CompiereColor cc)
Set Background of Window Content Panestatic void
CompiereColor. setBackground(JComponent c, CompiereColor cc)
Set Background of Componentvoid
CompiereColor. setColor(CompiereColor cc)
Set AdempiereColor from AdempiereColorConstructors in org.compiere.plaf with parameters of type CompiereColor Constructor Description CompiereColor(CompiereColor cc)
Copy Color -
Uses of CompiereColor in org.compiere.swing
Methods in org.compiere.swing that return CompiereColor Modifier and Type Method Description CompiereColor
CButton. getBackgroundColor()
Get BackgroundCompiereColor
CPanel. getBackgroundColor()
Get BackgroundCompiereColor
CTabbedPane. getBackgroundColor()
Get BackgroundCompiereColor
CToggleButton. getBackgroundColor()
Get BackgroundCompiereColor
ColorEditor. getColor()
Get Colorstatic CompiereColor
ColorEditor. showDialog(Dialog owner, CompiereColor color)
Get Background AdempiereColorstatic CompiereColor
ColorEditor. showDialog(Frame owner, CompiereColor color)
Get Background AdempiereColorMethods in org.compiere.swing with parameters of type CompiereColor Modifier and Type Method Description void
CButton. setBackgroundColor(CompiereColor bg)
Set Backgroundvoid
CPanel. setBackgroundColor(CompiereColor bg)
Set Backgroundvoid
CScrollPane. setBackgroundColor(CompiereColor bg)
Set Backgroundvoid
CTabbedPane. setBackgroundColor(CompiereColor bg)
Set Backgroundvoid
CToggleButton. setBackgroundColor(CompiereColor bg)
Set Backgroundvoid
ColorEditor. setColor(CompiereColor color)
Set Color and update UIstatic CompiereColor
ColorEditor. showDialog(Dialog owner, CompiereColor color)
Get Background AdempiereColorstatic CompiereColor
ColorEditor. showDialog(Frame owner, CompiereColor color)
Get Background AdempiereColorConstructors in org.compiere.swing with parameters of type CompiereColor Constructor Description ColorEditor(Dialog owner, CompiereColor color)
Create AdempiereColor Dialog with colorColorEditor(Frame owner, CompiereColor color)
Create AdempiereColor Dialog with colorCPanel(CompiereColor bc)
Creates a newCPanel
with a double buffer and a flow layout.CTabbedPane(CompiereColor bg)
Creates an emptyTabbedPane
with a defaults and Color
-