Class UIUtils


  • public class UIUtils
    extends java.lang.Object
    Define various helpers such as images and buttons.
    Author:
    dfahland
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.awt.image.BufferedImage checkMark  
      static java.awt.image.BufferedImage crossSign  
      static java.awt.image.BufferedImage nextSign  
      static java.awt.image.BufferedImage plusSign  
    • Constructor Summary

      Constructors 
      Constructor Description
      UIUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.deckfour.uitopia.ui.components.ImageButton createCheckMarkButton()  
      static org.deckfour.uitopia.ui.components.ImageButton createCrossSignButton()  
      static org.deckfour.uitopia.ui.components.ImageButton createNextSignButton()  
      static org.deckfour.uitopia.ui.components.ImageButton createPlusButton()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • checkMark

        public static java.awt.image.BufferedImage checkMark
      • plusSign

        public static java.awt.image.BufferedImage plusSign
      • crossSign

        public static java.awt.image.BufferedImage crossSign
      • nextSign

        public static java.awt.image.BufferedImage nextSign
    • Constructor Detail

      • UIUtils

        public UIUtils()
    • Method Detail

      • createCheckMarkButton

        public static org.deckfour.uitopia.ui.components.ImageButton createCheckMarkButton()
      • createPlusButton

        public static org.deckfour.uitopia.ui.components.ImageButton createPlusButton()
      • createCrossSignButton

        public static org.deckfour.uitopia.ui.components.ImageButton createCrossSignButton()
      • createNextSignButton

        public static org.deckfour.uitopia.ui.components.ImageButton createNextSignButton()