Package elki.gui

Class GUIUtil


  • public final class GUIUtil
    extends java.lang.Object
    GUI utilities.
    Since:
    0.5.5
    Author:
    Erich Schubert
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static boolean PREFER_GTK
      Whether to prefer the GTK look and feel on Unix.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private GUIUtil()
      Fake constructor.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void logUncaughtExceptions​(Logging logger)
      Setup logging of uncaught exceptions.
      static void setLookAndFeel()
      Setup look at feel.
      • Methods inherited from class java.lang.Object

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

      • PREFER_GTK

        public static final boolean PREFER_GTK
        Whether to prefer the GTK look and feel on Unix.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GUIUtil

        private GUIUtil()
        Fake constructor. Do not instantiate.
    • Method Detail

      • setLookAndFeel

        public static void setLookAndFeel()
        Setup look at feel.
      • logUncaughtExceptions

        public static void logUncaughtExceptions​(Logging logger)
        Setup logging of uncaught exceptions.
        Parameters:
        logger - logger