/[classpath]/classpath/javax/swing/plaf/metal/MetalIconFactory.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/metal/MetalIconFactory.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by trebligd, Wed Oct 12 13:39:17 2005 UTC revision 1.18 by rabbit78, Wed Oct 19 13:46:02 2005 UTC
# Line 77  public class MetalIconFactory implements Line 77  public class MetalIconFactory implements
77       */       */
78      public CheckBoxMenuItemIcon()      public CheckBoxMenuItemIcon()
79      {      {
80          // Nothing to do here.
81      }      }
82                
83      /**      /**
# Line 144  public class MetalIconFactory implements Line 145  public class MetalIconFactory implements
145     *     *
146     * @see MetalIconFactory#getFileChooserDetailViewIcon()     * @see MetalIconFactory#getFileChooserDetailViewIcon()
147     */     */
148    private static class FileChooserDetailViewIcon    private static class FileChooserDetailViewIcon implements Icon, Serializable
149        implements Icon, Serializable {    {
150        
151      /**      /**
152       * Creates a new icon.       * Creates a new icon.
153       */       */
154      public FileChooserDetailViewIcon()      public FileChooserDetailViewIcon()
155      {      {
156          // Nothing to do here.
157      }      }
158                
159      /**      /**
# Line 223  public class MetalIconFactory implements Line 225  public class MetalIconFactory implements
225     *     *
226     * @see MetalIconFactory#getFileChooserHomeFolderIcon()     * @see MetalIconFactory#getFileChooserHomeFolderIcon()
227     */     */
228    private static class FileChooserHomeFolderIcon    private static class FileChooserHomeFolderIcon implements Icon, Serializable
229        implements Icon, Serializable {    {
230            
231      /**      /**
232       * Creates a new icon.       * Creates a new icon.
233       */       */
234      public FileChooserHomeFolderIcon()      public FileChooserHomeFolderIcon()
235      {      {
236          // Nothing to do here.
237      }      }
238    
239      /**      /**
# Line 318  public class MetalIconFactory implements Line 321  public class MetalIconFactory implements
321       */       */
322      public FileChooserListViewIcon()      public FileChooserListViewIcon()
323      {      {
324          // Nothing to do here.
325      }      }
326            
327      /**      /**
# Line 406  public class MetalIconFactory implements Line 410  public class MetalIconFactory implements
410     *     *
411     * @see MetalIconFactory#getFileChooserNewFolderIcon()     * @see MetalIconFactory#getFileChooserNewFolderIcon()
412     */     */
413    private static class FileChooserNewFolderIcon    private static class FileChooserNewFolderIcon  implements Icon, Serializable
       implements Icon, Serializable  
414    {    {
415      /**      /**
416       * Creates a new icon.       * Creates a new icon.
417       */       */
418      public FileChooserNewFolderIcon()      public FileChooserNewFolderIcon()
419      {      {
420          // Nothing to do here.
421      }      }
422            
423      /**      /**
# Line 478  public class MetalIconFactory implements Line 482  public class MetalIconFactory implements
482     *     *
483     * @see MetalIconFactory#getFileChooserNewFolderIcon()     * @see MetalIconFactory#getFileChooserNewFolderIcon()
484     */     */
485    private static class FileChooserUpFolderIcon    private static class FileChooserUpFolderIcon extends FileChooserNewFolderIcon
     extends FileChooserNewFolderIcon  
486      implements Icon, Serializable      implements Icon, Serializable
487    {    {
488      /**      /**
# Line 487  public class MetalIconFactory implements Line 490  public class MetalIconFactory implements
490       */       */
491      public FileChooserUpFolderIcon()      public FileChooserUpFolderIcon()
492      {      {
493          // Nothing to do here.
494      }      }
495            
496      /**      /**
# Line 678  public class MetalIconFactory implements Line 682  public class MetalIconFactory implements
682     *     *
683     * @since 1.3     * @since 1.3
684     */     */
685    public static class PaletteCloseIcon    public static class PaletteCloseIcon
686      implements Icon, Serializable, UIResource      implements Icon, Serializable, UIResource
687    {    {
688      /**      /**
# Line 740  public class MetalIconFactory implements Line 744  public class MetalIconFactory implements
744     *     *
745     * @author Roman Kennke (roman@kennke.org)     * @author Roman Kennke (roman@kennke.org)
746     */     */
747    static class RadioButtonIcon    static class RadioButtonIcon implements Icon, UIResource, Serializable
     implements Icon, UIResource, Serializable  
748    {    {
749    
750      /**      /**
# Line 855  public class MetalIconFactory implements Line 858  public class MetalIconFactory implements
858    /**    /**
859     * An icon displayed for {@link JRadioButtonMenuItem} components.     * An icon displayed for {@link JRadioButtonMenuItem} components.
860     */     */
861    private static class RadioButtonMenuItemIcon    private static class RadioButtonMenuItemIcon implements Icon, Serializable
       implements Icon, Serializable  
862    {    {
863      /**      /**
864       * Creates a new icon instance.       * Creates a new icon instance.
865       */       */
866      public RadioButtonMenuItemIcon()      public RadioButtonMenuItemIcon()
867      {        {
868          // Nothing to do here.
869      }      }
870    
871      /**      /**
# Line 932  public class MetalIconFactory implements Line 935  public class MetalIconFactory implements
935     * The icon used to display the thumb control on a horizontally oriented     * The icon used to display the thumb control on a horizontally oriented
936     * {@link JSlider} component.     * {@link JSlider} component.
937     */     */
938    private static class HorizontalSliderThumbIcon    private static class HorizontalSliderThumbIcon  implements Icon, Serializable
       implements Icon, Serializable  
939    {    {
940    
941      /**      /**
# Line 941  public class MetalIconFactory implements Line 943  public class MetalIconFactory implements
943       */       */
944      public HorizontalSliderThumbIcon()      public HorizontalSliderThumbIcon()
945      {      {
946          // Nothing to do here.
947      }      }
948            
949      /**      /**
# Line 1050  public class MetalIconFactory implements Line 1053  public class MetalIconFactory implements
1053     * An icon used for the 'close' button in the title frame of a     * An icon used for the 'close' button in the title frame of a
1054     * {@link JInternalFrame}.     * {@link JInternalFrame}.
1055     */     */
1056    private static class InternalFrameCloseIcon implements Icon, Serializable    private static class InternalFrameCloseIcon implements Icon, Serializable
1057    {    {
1058      /** The icon size in pixels. */      /** The icon size in pixels. */
1059      private int size;      private int size;
# Line 1166  public class MetalIconFactory implements Line 1169  public class MetalIconFactory implements
1169    /**    /**
1170     * The icon displayed at the top-left corner of a {@link JInternalFrame}.     * The icon displayed at the top-left corner of a {@link JInternalFrame}.
1171     */     */
1172    private static class InternalFrameDefaultMenuIcon    private static class InternalFrameDefaultMenuIcon
1173        implements Icon, Serializable      implements Icon, Serializable
1174    {    {
1175                
1176      /**      /**
# Line 1175  public class MetalIconFactory implements Line 1178  public class MetalIconFactory implements
1178       */       */
1179      public InternalFrameDefaultMenuIcon()      public InternalFrameDefaultMenuIcon()
1180      {      {
1181          // Nothing to do here.
1182      }      }
1183            
1184      /**      /**
# Line 1237  public class MetalIconFactory implements Line 1241  public class MetalIconFactory implements
1241     * maximise an internal frame, this icon will replace the 'maximise' icon to     * maximise an internal frame, this icon will replace the 'maximise' icon to
1242     * provide a 'restore' option.     * provide a 'restore' option.
1243     */     */
1244    private static class InternalFrameAltMaximizeIcon    private static class InternalFrameAltMaximizeIcon
1245        implements Icon, Serializable      implements Icon, Serializable
1246    {    {
1247      /** The icon size in pixels. */      /** The icon size in pixels. */
1248      private int size;      private int size;
# Line 1348  public class MetalIconFactory implements Line 1352  public class MetalIconFactory implements
1352     * An icon used for the 'maximize' button in the title frame of a     * An icon used for the 'maximize' button in the title frame of a
1353     * {@link JInternalFrame}.     * {@link JInternalFrame}.
1354     */     */
1355    private static class InternalFrameMaximizeIcon    private static class InternalFrameMaximizeIcon implements Icon, Serializable
       implements Icon, Serializable  
1356    {    {
1357            
1358      /**      /**
# Line 1357  public class MetalIconFactory implements Line 1360  public class MetalIconFactory implements
1360       */       */
1361      public InternalFrameMaximizeIcon()      public InternalFrameMaximizeIcon()
1362      {      {
1363          // Nothing to do here.
1364      }      }
1365            
1366      /**      /**
# Line 1460  public class MetalIconFactory implements Line 1464  public class MetalIconFactory implements
1464    /**    /**
1465     * An icon used in the title frame of a {@link JInternalFrame}.     * An icon used in the title frame of a {@link JInternalFrame}.
1466     */     */
1467    private static class InternalFrameMinimizeIcon    private static class InternalFrameMinimizeIcon implements Icon, Serializable
       implements Icon, Serializable  
1468    {    {
1469        
1470      /**      /**
# Line 1469  public class MetalIconFactory implements Line 1472  public class MetalIconFactory implements
1472       */       */
1473      public InternalFrameMinimizeIcon()      public InternalFrameMinimizeIcon()
1474      {      {
1475          // Nothing to do here.
1476      }      }
1477            
1478      /**      /**
# Line 1564  public class MetalIconFactory implements Line 1568  public class MetalIconFactory implements
1568     * The icon used to display the thumb control on a horizontally oriented     * The icon used to display the thumb control on a horizontally oriented
1569     * {@link JSlider} component.     * {@link JSlider} component.
1570     */     */
1571    private static class VerticalSliderThumbIcon implements Icon, Serializable    private static class VerticalSliderThumbIcon implements Icon, Serializable
1572    {    {
1573      /**      /**
1574       * Creates a new instance.       * Creates a new instance.
1575       */       */
1576      public VerticalSliderThumbIcon()      public VerticalSliderThumbIcon()
1577      {      {
1578          // Nothing to do here.
1579      }      }
1580            
1581      /**      /**
# Line 1681  public class MetalIconFactory implements Line 1686  public class MetalIconFactory implements
1686     * A tree control icon.  This icon can be in one of two states: expanded and     * A tree control icon.  This icon can be in one of two states: expanded and
1687     * collapsed.     * collapsed.
1688     */     */
1689    public static class TreeControlIcon implements Icon, Serializable    public static class TreeControlIcon implements Icon, Serializable
1690    {    {
1691            
1692      /** ???. */      /** ???. */
# Line 1814  public class MetalIconFactory implements Line 1819  public class MetalIconFactory implements
1819    /**    /**
1820     * A tree folder icon.     * A tree folder icon.
1821     */     */
1822    public static class TreeFolderIcon extends FolderIcon16    public static class TreeFolderIcon extends FolderIcon16
1823    {    {
1824      /**      /**
1825       * Creates a new instance.       * Creates a new instance.
1826       */       */
1827      public TreeFolderIcon()      public TreeFolderIcon()
1828      {          {
1829          // Nothing to do here.
1830      }      }
1831            
1832      /**      /**
# Line 1848  public class MetalIconFactory implements Line 1854  public class MetalIconFactory implements
1854    /**    /**
1855     * A tree leaf icon.     * A tree leaf icon.
1856     */     */
1857    public static class TreeLeafIcon extends FileIcon16    public static class TreeLeafIcon extends FileIcon16
1858    {    {
1859      /**      /**
1860       * Creates a new instance.       * Creates a new instance.
1861       */       */
1862      public TreeLeafIcon()      public TreeLeafIcon()
1863      {      {
1864          // Nothing to do here.
1865      }      }
1866            
1867      /**      /**
# Line 1884  public class MetalIconFactory implements Line 1891  public class MetalIconFactory implements
1891     *     *
1892     * @see MetalIconFactory#getTreeHardDriveIcon()     * @see MetalIconFactory#getTreeHardDriveIcon()
1893     */     */
1894    private static class TreeHardDriveIcon    private static class TreeHardDriveIcon implements Icon, Serializable
       implements Icon, Serializable  
1895    {    {
1896    
1897      /**      /**
1898       * Creates a new icon instance.       * Creates a new icon instance.
1899       */       */
1900      public TreeHardDriveIcon()      public TreeHardDriveIcon()
1901      {      {
1902          // Nothing to do here.
1903      }      }
1904    
1905      /**      /**
# Line 1994  public class MetalIconFactory implements Line 2001  public class MetalIconFactory implements
2001     *     *
2002     * @see MetalIconFactory#getTreeFloppyDriveIcon()     * @see MetalIconFactory#getTreeFloppyDriveIcon()
2003     */     */
2004    private static class TreeFloppyDriveIcon    private static class TreeFloppyDriveIcon implements Icon, Serializable
       implements Icon, Serializable  
2005    {    {
2006    
2007      /**      /**
2008       * Creates a new icon instance.       * Creates a new icon instance.
2009       */       */
2010      public TreeFloppyDriveIcon()      public TreeFloppyDriveIcon()
2011      {      {
2012          // Nothing to do here.
2013      }      }
2014    
2015      /**      /**
# Line 2070  public class MetalIconFactory implements Line 2077  public class MetalIconFactory implements
2077     *     *
2078     * @see MetalIconFactory#getTreeComputerIcon()     * @see MetalIconFactory#getTreeComputerIcon()
2079     */     */
2080    private static class TreeComputerIcon implements Icon, Serializable    private static class TreeComputerIcon implements Icon, Serializable
2081    {    {
2082    
2083      /**      /**
2084       * Creates a new icon instance.       * Creates a new icon instance.
2085       */       */
2086      public TreeComputerIcon()      public TreeComputerIcon()
2087      {      {
2088          // Nothing to do here.
2089      }      }
2090    
2091      /**      /**
# Line 2179  public class MetalIconFactory implements Line 2187  public class MetalIconFactory implements
2187     * instance isn't necessary.     * instance isn't necessary.
2188     */     */
2189    public MetalIconFactory()    public MetalIconFactory()
2190    {      {
2191        // Nothing to do here.
2192    }    }
2193    
2194    /**    /**

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26