Class ApplicationUIUtil

java.lang.Object
org.nuiton.jaxx.application.swing.util.ApplicationUIUtil

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

    • ApplicationUIUtil

      protected ApplicationUIUtil()
  • Method Details

    • setApplicationContext

      public static void setApplicationContext​(JAXXObject ui, ApplicationUIContext context)
    • getApplicationContext

      public static ApplicationUIContext getApplicationContext​(JAXXObject ui)
    • newBackgroundColorHighlighter

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

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

      public static void openLink​(java.net.URL url)
    • getDesktopForBrowse

      public static java.awt.Desktop getDesktopForBrowse()
    • getDesktopForOpen

      public static java.awt.Desktop getDesktopForOpen()
    • openLink

      public static void openLink​(java.net.URI uri)
    • getDesktopForMail

      public static java.awt.Desktop getDesktopForMail()
    • mail

      public static void mail​(java.lang.String subject, java.lang.String body)
    • selectFirstCellOnFirstRowAndStopEditing

      @Deprecated public static void selectFirstCellOnFirstRowAndStopEditing​(org.jdesktop.swingx.JXTable table)
      Deprecated.
    • selectFirstCellOnLastRow

      @Deprecated public static void selectFirstCellOnLastRow​(org.jdesktop.swingx.JXTable table)
      Deprecated.
    • selectFirstCellOnRow

      @Deprecated public static void selectFirstCellOnRow​(org.jdesktop.swingx.JXTable table, int row, boolean stopEdit)
      Deprecated.
    • doSelectCell

      @Deprecated public static void doSelectCell​(javax.swing.JTable table, int rowIndex, int columnIndex)
      Deprecated.