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
  • Constructor Details

    • PortalToolBarButtonUI

      public PortalToolBarButtonUI()
  • Method Details