java.lang.Object
com.cryptoalgo.oursql.support.ui.Colors

public class Colors extends Object
Central class for providing color constants for various purposes.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final javafx.scene.paint.Color
    A background color to be used for indicating a failure or error
    static final javafx.scene.paint.Color
    A background color to be used for indicating an in-progress operation
    static final javafx.scene.paint.Color
    Background of splash screen
    static final javafx.scene.paint.Color
    A background color to be used for indicating a success
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • SUCCESS

      public static final javafx.scene.paint.Color SUCCESS
      A background color to be used for indicating a success
    • LOADING

      public static final javafx.scene.paint.Color LOADING
      A background color to be used for indicating an in-progress operation
    • ERROR

      public static final javafx.scene.paint.Color ERROR
      A background color to be used for indicating a failure or error
    • SPLASH_BG

      public static final javafx.scene.paint.Color SPLASH_BG
      Background of splash screen
  • Constructor Details

    • Colors

      public Colors()