|
|||||||||
| Home >> All >> com >> imagero >> gui >> flowin >> [ plaf overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.imagero.gui.flowin.plaf
Class BasicToolTitleBarUI

java.lang.Objectjavax.swing.plaf.ComponentUI
com.imagero.gui.flowin.plaf.ToolTitleBarUI
com.imagero.gui.flowin.plaf.BasicToolTitleBarUI
- Direct Known Subclasses:
- MotifToolTitleBarUI, WindowsToolTitleBarUI
- public class BasicToolTitleBarUI
- extends ToolTitleBarUI
| Field Summary | |
private static BasicToolTitleBarUI |
basicTitleBarUI
|
(package private) TitleBarRenderer |
renderer
|
| Constructor Summary | |
BasicToolTitleBarUI()
|
|
| Method Summary | |
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
Creates a delegate object for the specified component. |
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c)
Paints the component according to the design guidelines of the look and feel. |
| Methods inherited from class javax.swing.plaf.ComponentUI |
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, installUI, uninstallUI, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
basicTitleBarUI
private static final BasicToolTitleBarUI basicTitleBarUI
renderer
TitleBarRenderer renderer
| Constructor Detail |
BasicToolTitleBarUI
public BasicToolTitleBarUI()
| Method Detail |
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
- Description copied from class:
javax.swing.plaf.ComponentUI - Creates a delegate object for the specified component. Users
should use the
createUImethod of a suitable subclass. The implementation ofComponentUIalways throws an error.
paint
public void paint(java.awt.Graphics g, javax.swing.JComponent c)
- Description copied from class:
javax.swing.plaf.ComponentUI - Paints the component according to the design guidelines
of the look and feel. Most subclasses will want to override
this method.
|
|||||||||
| Home >> All >> com >> imagero >> gui >> flowin >> [ plaf overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC