Class ApplicationUIUtil


  • public class ApplicationUIUtil
    extends Object
    Useful ui methods. Created on 11/23/13.
    Since:
    2.8
    Author:
    Tony Chemit - chemit@codelutin.com
    • Constructor Detail

      • ApplicationUIUtil

        protected ApplicationUIUtil()
    • Method Detail

      • newBackgroundColorHighlighter

        public static org.jdesktop.swingx.decorator.Highlighter newBackgroundColorHighlighter​(org.jdesktop.swingx.decorator.HighlightPredicate predicate,
                                                                                              Color color)
      • newForegroundColorHighlighter

        public static org.jdesktop.swingx.decorator.Highlighter newForegroundColorHighlighter​(org.jdesktop.swingx.decorator.HighlightPredicate predicate,
                                                                                              Color color)
      • openLink

        public static void openLink​(URL url)
      • getDesktopForBrowse

        public static Desktop getDesktopForBrowse()
      • getDesktopForOpen

        public static Desktop getDesktopForOpen()
      • openLink

        public static void openLink​(URI uri)
      • getDesktopForMail

        public static Desktop getDesktopForMail()
      • mail

        public static void mail​(String subject,
                                String body)