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 CompiereColorCompiereColor. getBackground(JComponent c)Get Background Color of componentstatic CompiereColorCompiereColor. getCompiereColor(MColor color)Get CompiereColor.static CompiereColorCompiereColor. getDefaultBackground()Get Default Backgroundstatic CompiereColorCompiereColor. parse(String attributes)Parse attributes and return AdempiereColorMethods in org.compiere.plaf with parameters of type CompiereColor Modifier and Type Method Description static voidCompiereColor. setBackground(Window win, CompiereColor cc)Set Background of Window Content Panestatic voidCompiereColor. setBackground(JComponent c, CompiereColor cc)Set Background of ComponentvoidCompiereColor. 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 CompiereColorCButton. getBackgroundColor()Get BackgroundCompiereColorCPanel. getBackgroundColor()Get BackgroundCompiereColorCTabbedPane. getBackgroundColor()Get BackgroundCompiereColorCToggleButton. getBackgroundColor()Get BackgroundCompiereColorColorEditor. getColor()Get Colorstatic CompiereColorColorEditor. showDialog(Dialog owner, CompiereColor color)Get Background AdempiereColorstatic CompiereColorColorEditor. showDialog(Frame owner, CompiereColor color)Get Background AdempiereColorMethods in org.compiere.swing with parameters of type CompiereColor Modifier and Type Method Description voidCButton. setBackgroundColor(CompiereColor bg)Set BackgroundvoidCPanel. setBackgroundColor(CompiereColor bg)Set BackgroundvoidCScrollPane. setBackgroundColor(CompiereColor bg)Set BackgroundvoidCTabbedPane. setBackgroundColor(CompiereColor bg)Set BackgroundvoidCToggleButton. setBackgroundColor(CompiereColor bg)Set BackgroundvoidColorEditor. setColor(CompiereColor color)Set Color and update UIstatic CompiereColorColorEditor. showDialog(Dialog owner, CompiereColor color)Get Background AdempiereColorstatic CompiereColorColorEditor. 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 newCPanelwith a double buffer and a flow layout.CTabbedPane(CompiereColor bg)Creates an emptyTabbedPanewith a defaults and Color
-