Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.imagero.gui.flowin.plaf
Class BasicTitleBarUI  view BasicTitleBarUI download BasicTitleBarUI.java

java.lang.Object
  extended byjavax.swing.plaf.ComponentUI
      extended bycom.imagero.gui.flowin.plaf.TitleBarUI
          extended bycom.imagero.gui.flowin.plaf.BasicTitleBarUI
Direct Known Subclasses:
MetalTitleBarUI, MotifTitleBarUI, WindowsTitleBarUI

public class BasicTitleBarUI
extends TitleBarUI


Field Summary
private static BasicTitleBarUI basicTitleBarUI
           
(package private)  TitleBarRenderer tbr
           
 
Fields inherited from class com.imagero.gui.flowin.plaf.TitleBarUI
closeIcon, closeIconOver, closeIconPressed, dockIcon, dockIconOver, dockIconPressed, maxIcon, maxIconOver, maxIconPressed, minIcon, minIconOver, minIconPressed, paletteCloseIcon, paletteCloseIconOver, paletteCloseIconPressed, restoreIcon, restoreIconOver, restoreIconPressed, systemIcon, systemIconOver, systemIconPressed, undockIcon, undockIconOver, undockIconPressed
 
Constructor Summary
BasicTitleBarUI()
           
 
Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
          Creates a delegate object for the specified component.
 java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
          Determines the preferred size of a component.
 
Methods inherited from class com.imagero.gui.flowin.plaf.TitleBarUI
createButton, createGlueLabel, createIcons, createSystemButton, createUI, getCloseIcon, getClosePressedIcon, getCloseRolloverIcon, getDockIcon, getDockPressedIcon, getDockRolloverIcon, getMaxIcon, getMaxPressedIcon, getMaxRolloverIcon, getMinIcon, getMinPressedIcon, getMinRolloverIcon, getPaletteCloseIcon, getPressedSystemIcon, getRestoreIcon, getRestorePressedIcon, getRestoreRolloverIcon, getSystemIcon, getUndockIcon, getUndockPressedIcon, getUndockRolloverIcon, installDefaults, installUI, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, paint, 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 BasicTitleBarUI basicTitleBarUI

tbr

TitleBarRenderer tbr
Constructor Detail

BasicTitleBarUI

public BasicTitleBarUI()
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 createUI method of a suitable subclass. The implementation of ComponentUI always throws an error.


getPreferredSize

public java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
Description copied from class: javax.swing.plaf.ComponentUI
Determines the preferred size of a component. The default implementation returns null, which means that c’s layout manager should be asked to calculate the preferred size.