Uses of Interface
de.jaret.util.ui.table.renderer.IBorderConfiguration

Packages that use IBorderConfiguration
de.jaret.util.ui.table.renderer This package contains renderers for the jaret table. 
 

Uses of IBorderConfiguration in de.jaret.util.ui.table.renderer
 

Classes in de.jaret.util.ui.table.renderer that implement IBorderConfiguration
 class DefaultBorderConfiguration
          Default implementation of a BorderConfiguration.
 

Fields in de.jaret.util.ui.table.renderer declared as IBorderConfiguration
protected  IBorderConfiguration DefaultCellStyle._borderConfiguration
          the border configuraion.
 

Methods in de.jaret.util.ui.table.renderer that return IBorderConfiguration
 IBorderConfiguration IBorderConfiguration.copy()
          Produce a copy of this border configuration.
 IBorderConfiguration ICellStyle.getBorderConfiguration()
          Retrieve the border configuration.
 IBorderConfiguration DefaultCellStyle.getBorderConfiguration()
           
 

Methods in de.jaret.util.ui.table.renderer with parameters of type IBorderConfiguration
 void ICellStyle.setBorderConfiguration(IBorderConfiguration borderConfiguration)
          Set the border configuration.
 void DefaultCellStyle.setBorderConfiguration(IBorderConfiguration borderConfiguration)
          Set the border configuration.
 

Constructors in de.jaret.util.ui.table.renderer with parameters of type IBorderConfiguration
DefaultCellStyle(org.eclipse.swt.graphics.RGB foregroundColor, org.eclipse.swt.graphics.RGB backgroundColor, IBorderConfiguration borderConfiguration, org.eclipse.swt.graphics.FontData font)
          Construct a new default cell style.
 



Copyright © 2012. All Rights Reserved.