Package org.compiere.plaf
Class CompiereCheckBoxUI
-
public class CompiereCheckBoxUI extends MetalCheckBoxUI
Check Box UI- Version:
- $Id: AdempiereCheckBoxUI.java,v 1.2 2006/07/30 00:52:24 jjanke Exp $
- Author:
- Jorg Janke
-
-
Field Summary
-
Fields inherited from class javax.swing.plaf.metal.MetalRadioButtonUI
disabledTextColor, focusColor, selectColor
-
Fields inherited from class javax.swing.plaf.basic.BasicRadioButtonUI
icon
-
Fields inherited from class javax.swing.plaf.basic.BasicButtonUI
defaultTextIconGap, defaultTextShiftOffset
-
-
Constructor Summary
Constructors Constructor Description CompiereCheckBoxUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BasicButtonListenercreateButtonListener(AbstractButton b)Create Button Listenerstatic ComponentUIcreateUI(JComponent b)Create UIvoidinstallDefaults(AbstractButton b)Install Defaults-
Methods inherited from class javax.swing.plaf.metal.MetalCheckBoxUI
getPropertyPrefix, uninstallDefaults
-
Methods inherited from class javax.swing.plaf.metal.MetalRadioButtonUI
getDisabledTextColor, getFocusColor, getSelectColor, paint, paintFocus
-
Methods inherited from class javax.swing.plaf.basic.BasicRadioButtonUI
getDefaultIcon, getPreferredSize, installListeners, uninstallListeners
-
Methods inherited from class javax.swing.plaf.basic.BasicToggleButtonUI
getTextShiftOffset, paintIcon
-
Methods inherited from class javax.swing.plaf.basic.BasicButtonUI
clearTextShiftOffset, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, installKeyboardActions, installUI, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallUI
-
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
-
-
-
-
Method Detail
-
createUI
public static ComponentUI createUI(JComponent b)
Create UI- Parameters:
b-- Returns:
- ComponentUI
-
installDefaults
public void installDefaults(AbstractButton b)
Install Defaults- Overrides:
installDefaultsin classMetalCheckBoxUI- Parameters:
b-
-
createButtonListener
protected BasicButtonListener createButtonListener(AbstractButton b)
Create Button Listener- Overrides:
createButtonListenerin classBasicButtonUI- Parameters:
b- button- Returns:
- listener
-
-