Package com.portal.pfc.ui.plaf
Class PortalToolBarButtonUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ButtonUI
javax.swing.plaf.basic.BasicButtonUI
javax.swing.plaf.metal.MetalButtonUI
com.jgoodies.looks.plastic.PlasticButtonUI
oracle.bali.ewt.olaf2.OracleButtonUI
com.portal.pfc.ui.plaf.PortalToolBarButtonUI
public class PortalToolBarButtonUI
extends oracle.bali.ewt.olaf2.OracleButtonUI
Portal look and feel implementation for a ToolBarButton.
PortalToolBarButtonUI is extended from PortalButtonUI and implements a
specific UI delegate for a button placed on an toolbar. The main difference
is that the border implemented is a ToolBarButtonBorder. ToolBarButtonBorder
will only display a border when a rollover occurs. Only methods which
require specific behavior are implemented, all other methods are contained
in the base class.
- Author:
- Les Thomas
-
Field Summary
Fields inherited from class javax.swing.plaf.metal.MetalButtonUI
disabledTextColor, focusColor, selectColorFields inherited from class javax.swing.plaf.basic.BasicButtonUI
defaultTextIconGap, defaultTextShiftOffset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidMethods inherited from class oracle.bali.ewt.olaf2.OracleButtonUI
createButtonListener, createUIMethods inherited from class com.jgoodies.looks.plastic.PlasticButtonUI
is3D, isToolBarButton, paintFocus, updateMethods inherited from class javax.swing.plaf.metal.MetalButtonUI
getDisabledTextColor, getFocusColor, getSelectColor, paintButtonPressed, paintTextMethods inherited from class javax.swing.plaf.basic.BasicButtonUI
clearTextShiftOffset, getBaseline, getBaselineResizeBehavior, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPreferredSize, getPropertyPrefix, getTextShiftOffset, installKeyboardActions, installListeners, installUI, paint, paintIcon, paintText, setTextShiftOffset, uninstallKeyboardActions, uninstallListeners, uninstallUIMethods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount
-
Constructor Details
-
PortalToolBarButtonUI
public PortalToolBarButtonUI()
-
-
Method Details
-
installDefaults
- Overrides:
installDefaultsin classcom.jgoodies.looks.plastic.PlasticButtonUI
-
uninstallDefaults
- Overrides:
uninstallDefaultsin classMetalButtonUI
-