org.eclipse.nebula.widgets.nattable.style.editor
Class GridStyleParameterObject

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

public class GridStyleParameterObject
extends Object


Field Summary
 org.eclipse.swt.graphics.Color evenRowColor
           
 IStyle evenRowStyle
           
 org.eclipse.swt.graphics.Color oddRowColor
           
 IStyle oddRowStyle
           
 org.eclipse.swt.graphics.Color selectionColor
           
 IStyle selectionStyle
           
 org.eclipse.swt.graphics.Font tableFont
           
 IStyle tableStyle
           
 
Constructor Summary
GridStyleParameterObject(IConfigRegistry configRegistry)
           
 
Method Summary
 IConfigRegistry getConfigRegistry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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 Detail

GridStyleParameterObject

public GridStyleParameterObject(IConfigRegistry configRegistry)
Method Detail

getConfigRegistry

public IConfigRegistry getConfigRegistry()


Copyright © 2015. All rights reserved.