com.jidesoft.plaf.basic
Class BasicCommandBarTitleBarUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.MenuBarUI
com.jidesoft.plaf.CommandBarTitleBarUI
com.jidesoft.plaf.basic.BasicCommandBarTitleBarUI
- Direct Known Subclasses:
- MetalCommandBarTitleBarUI
public class BasicCommandBarTitleBarUI
- extends CommandBarTitleBarUI
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_title
protected JLabel _title
propertyListener
protected PropertyChangeListener propertyListener
BasicCommandBarTitleBarUI
public BasicCommandBarTitleBarUI(CommandBarTitleBar titleBar)
createUI
public static ComponentUI createUI(JComponent c)
installUI
public void installUI(JComponent c)
- Overrides:
installUI
in class ComponentUI
uninstallUI
public void uninstallUI(JComponent c)
- Overrides:
uninstallUI
in class ComponentUI
installComponents
protected void installComponents()
uninstallComponents
protected void uninstallComponents()
installDefaults
protected void installDefaults()
uninstallDefaults
protected void uninstallDefaults()
installListeners
protected void installListeners()
uninstallListeners
protected void uninstallListeners()
paint
public void paint(Graphics g,
JComponent c)
- Overrides:
paint
in class ComponentUI
createLayout
protected LayoutManager createLayout()
getPainter
public ThemePainter getPainter()
createPropertyListener
protected PropertyChangeListener createPropertyListener()