Class PortalToolBarToggleButtonUI

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.PortalToolBarToggleButtonUI

public class PortalToolBarToggleButtonUI extends oracle.bali.ewt.olaf2.OracleButtonUI
Portal look and feel implementation for a ToolBarToggleButton. PortalToolBarToggleButtonUI 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. Also, when the toggle button is selected, the button background will contain a lighter color to highlight the selection to the user.

Only methods which require specific behavior are implemented, all other methods are contained in the base class.

Author:
Les Thomas
  • Constructor Details

    • PortalToolBarToggleButtonUI

      public PortalToolBarToggleButtonUI()
  • Method Details