Save This Page
Home » openjdk-7 » javax » swing » plaf » synth » [javadoc | source]
javax.swing.plaf.synth
class: SynthDesktopIconUI [javadoc | source]
java.lang.Object
   javax.swing.plaf.ComponentUI
      javax.swing.plaf.DesktopIconUI
         javax.swing.plaf.basic.BasicDesktopIconUI
            javax.swing.plaf.synth.SynthDesktopIconUI

All Implemented Interfaces:
    ActionListener, SynthUI, PropertyChangeListener

Synth L&F for a minimized window on a desktop.
Fields inherited from javax.swing.plaf.basic.BasicDesktopIconUI:
desktopIcon,  frame,  iconPane,  mouseInputListener
Method from javax.swing.plaf.synth.SynthDesktopIconUI Summary:
actionPerformed,   createUI,   getContext,   getRegion,   installComponents,   installDefaults,   installListeners,   paint,   paint,   paintBorder,   propertyChange,   uninstallDefaults,   uninstallListeners,   update
Methods from javax.swing.plaf.basic.BasicDesktopIconUI:
createMouseInputListener,   createUI,   deiconize,   getInsets,   getMaximumSize,   getMinimumSize,   getPreferredSize,   installComponents,   installDefaults,   installListeners,   installUI,   uninstallComponents,   uninstallDefaults,   uninstallListeners,   uninstallUI
Methods from javax.swing.plaf.ComponentUI:
contains,   createUI,   getAccessibleChild,   getAccessibleChildrenCount,   getBaseline,   getBaselineResizeBehavior,   getMaximumSize,   getMinimumSize,   getPreferredSize,   installUI,   paint,   uninstallUI,   update
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.swing.plaf.synth.SynthDesktopIconUI Detail:
 public  void actionPerformed(ActionEvent evt) 
 public static ComponentUI createUI(JComponent c) 
 public SynthContext getContext(JComponent c) 
 Region getRegion(JComponent c) 
 protected  void installComponents() 
 protected  void installDefaults() 
 protected  void installListeners() 
 public  void paint(Graphics g,
    JComponent c) 
 protected  void paint(SynthContext context,
    Graphics g) 
 public  void paintBorder(SynthContext context,
    Graphics g,
    int x,
    int y,
    int w,
    int h) 
 public  void propertyChange(PropertyChangeEvent evt) 
 protected  void uninstallDefaults() 
 protected  void uninstallListeners() 
 public  void update(Graphics g,
    JComponent c)