Class NotifierColors


  • class NotifierColors
    extends java.lang.Object
    This class is a simple POJO that holds colors used by the Notifier widget
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) org.eclipse.swt.graphics.Color borderColor  
      (package private) org.eclipse.swt.graphics.Color leftColor  
      (package private) org.eclipse.swt.graphics.Color rightColor  
      (package private) org.eclipse.swt.graphics.Color textColor  
      (package private) org.eclipse.swt.graphics.Color titleColor  
    • Constructor Summary

      Constructors 
      Constructor Description
      NotifierColors()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void dispose()  
      • Methods inherited from class java.lang.Object

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

      • titleColor

        org.eclipse.swt.graphics.Color titleColor
      • textColor

        org.eclipse.swt.graphics.Color textColor
      • borderColor

        org.eclipse.swt.graphics.Color borderColor
      • leftColor

        org.eclipse.swt.graphics.Color leftColor
      • rightColor

        org.eclipse.swt.graphics.Color rightColor
    • Constructor Detail

      • NotifierColors

        NotifierColors()
    • Method Detail

      • dispose

        void dispose()