JIDE 3.5.15

com.jidesoft.plaf
Class CommandBarUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.MenuBarUI
          extended by com.jidesoft.plaf.CommandBarUI
Direct Known Subclasses:
BasicCommandBarUI

public abstract class CommandBarUI
extends MenuBarUI

Pluggable look and feel interface for CommandBar.


Constructor Summary
CommandBarUI()
           
 
Method Summary
abstract  Component getGripper()
           
abstract  Component getTitleBar()
           
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandBarUI

public CommandBarUI()
Method Detail

getGripper

public abstract Component getGripper()

getTitleBar

public abstract Component getTitleBar()

JIDE 3.5.15