Class NotifierColors

java.lang.Object
org.eclipse.nebula.widgets.opal.notifier.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

    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 Details

    • 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 Details

  • Method Details