Class LineIconFactory


  • public final class LineIconFactory
    extends java.lang.Object
    A simple factory/facade for creating some of the standard Icons that are based on line drawings
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      private static class  LineIconFactory.BlankIcon
      A nice and simple 'X' style icon that is used to indicate a 'close' operation.
      private static class  LineIconFactory.CloseIcon
      A nice and simple 'X' style icon that is used to indicate a 'close' operation.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static org.apache.log4j.Logger logger  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private LineIconFactory()  
    • Field Detail

      • logger

        private static final org.apache.log4j.Logger logger
    • Constructor Detail

      • LineIconFactory

        private LineIconFactory()
    • Method Detail

      • createExpandIcon

        public static javax.swing.Icon createExpandIcon()
      • createCollapseIcon

        public static javax.swing.Icon createCollapseIcon()
      • createCloseIcon

        public static javax.swing.Icon createCloseIcon()
      • createBlankIcon

        public static javax.swing.Icon createBlankIcon()