Class GridStyleParameterObject

java.lang.Object
org.eclipse.nebula.widgets.nattable.style.editor.GridStyleParameterObject

public class GridStyleParameterObject extends Object
  • Field Details

    • tableFont

      public org.eclipse.swt.graphics.Font tableFont
    • evenRowColor

      public org.eclipse.swt.graphics.Color evenRowColor
    • oddRowColor

      public org.eclipse.swt.graphics.Color oddRowColor
    • selectionColor

      public org.eclipse.swt.graphics.Color selectionColor
    • evenRowStyle

      public IStyle evenRowStyle
    • oddRowStyle

      public IStyle oddRowStyle
    • selectionStyle

      public IStyle selectionStyle
    • tableStyle

      public IStyle tableStyle
  • Constructor Details

    • GridStyleParameterObject

      public GridStyleParameterObject(IConfigRegistry configRegistry)
  • Method Details