JIDE 2.9.5

com.jidesoft.plaf.aqua
Class AquaCommandBarUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.MenuBarUI
          extended by com.jidesoft.plaf.CommandBarUI
              extended by com.jidesoft.plaf.basic.BasicCommandBarUI
                  extended by com.jidesoft.plaf.aqua.AquaCommandBarUI
All Implemented Interfaces:
SwingConstants

public class AquaCommandBarUI
extends BasicCommandBarUI


Nested Class Summary
 
Nested classes/interfaces inherited from class com.jidesoft.plaf.basic.BasicCommandBarUI
BasicCommandBarUI.PropertyListener
 
Field Summary
protected  JMenuBar _menuBar
           
 
Fields inherited from class com.jidesoft.plaf.basic.BasicCommandBarUI
_target, changeListener, containerListener, propertyListener
 
Fields inherited from interface javax.swing.SwingConstants
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST
 
Constructor Summary
AquaCommandBarUI()
           
 
Method Summary
static ComponentUI createUI(JComponent c)
           
 Dimension getPreferredSize(JComponent c)
           
protected  void installComponents()
           
 void installUI(JComponent c)
           
 void uninstallUI(JComponent c)
           
 
Methods inherited from class com.jidesoft.plaf.basic.BasicCommandBarUI
createChangeListener, createContainerListener, createPropertyListener, getGripper, getMaximumSize, getMinimumSize, getPainter, getTitleBar, installDefaults, installKeyboardActions, installListeners, paint, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_menuBar

protected JMenuBar _menuBar
Constructor Detail

AquaCommandBarUI

public AquaCommandBarUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

getPreferredSize

public Dimension getPreferredSize(JComponent c)
Overrides:
getPreferredSize in class BasicCommandBarUI

installComponents

protected void installComponents()
Overrides:
installComponents in class BasicCommandBarUI

installUI

public void installUI(JComponent c)
Overrides:
installUI in class BasicCommandBarUI

uninstallUI

public void uninstallUI(JComponent c)
Overrides:
uninstallUI in class BasicCommandBarUI

JIDE 2.9.5