org.gudy.azureus2.ui.swt.components
Class InPaintInfo

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.components.InPaintInfo

public class InPaintInfo
extends Object

Author:
TuxPaper

Field Summary
 org.eclipse.swt.graphics.Rectangle curCellBounds
           
 int curCellIndex
           
 org.eclipse.swt.widgets.Item item
           
 
Constructor Summary
InPaintInfo(org.eclipse.swt.widgets.Item item, int curCellIndex, org.eclipse.swt.graphics.Rectangle curCellBounds)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

item

public org.eclipse.swt.widgets.Item item

curCellIndex

public int curCellIndex

curCellBounds

public org.eclipse.swt.graphics.Rectangle curCellBounds
Constructor Detail

InPaintInfo

public InPaintInfo(org.eclipse.swt.widgets.Item item,
                   int curCellIndex,
                   org.eclipse.swt.graphics.Rectangle curCellBounds)