com.jidesoft.plaf.eclipse
Class EclipseCommandBarUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.MenuBarUI
com.jidesoft.plaf.CommandBarUI
com.jidesoft.plaf.basic.BasicCommandBarUI
com.jidesoft.plaf.eclipse.EclipseCommandBarUI
- All Implemented Interfaces:
- SwingConstants
public class EclipseCommandBarUI
- extends BasicCommandBarUI
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 |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EclipseCommandBarUI
public EclipseCommandBarUI()
createUI
public static ComponentUI createUI(JComponent c)
paint
public void paint(Graphics g,
JComponent c)
- Overrides:
paint
in class BasicCommandBarUI