JIDE 3.5.15

com.jidesoft.plaf.eclipse
Class EclipseCommandBarUI

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.eclipse.EclipseCommandBarUI
All Implemented Interfaces:
SwingConstants

public class EclipseCommandBarUI
extends BasicCommandBarUI


Nested Class Summary
 
Nested classes/interfaces inherited from class com.jidesoft.plaf.basic.BasicCommandBarUI
BasicCommandBarUI.PropertyListener
 
Field Summary
 
Fields inherited from class com.jidesoft.plaf.basic.BasicCommandBarUI
_menuBar, _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
EclipseCommandBarUI()
           
 
Method Summary
static ComponentUI createUI(JComponent c)
           
 void paint(Graphics g, JComponent c)
           
 
Methods inherited from class com.jidesoft.plaf.basic.BasicCommandBarUI
createChangeListener, createContainerListener, createPropertyListener, getGripper, getMaximumSize, getMinimumSize, getPainter, getPreferredSize, getTitleBar, installComponents, installDefaults, installKeyboardActions, installListeners, installUI, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI
 
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
 

Constructor Detail

EclipseCommandBarUI

public EclipseCommandBarUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

paint

public void paint(Graphics g,
                  JComponent c)
Overrides:
paint in class BasicCommandBarUI

JIDE 3.5.15