All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dtai.gwt.GadgetCell

java.lang.Object
   |
   +----dtai.gwt.GadgetCell

public final class GadgetCell
extends Object
GadgetCell


Constructor Index

 o GadgetCell(GadgetCell)
GadgetCell
 o GadgetCell(int, int, Gadget)
GadgetCell

Method Index

 o getColumn()
gets the column
 o getGadget()
gets the gadget
 o getRow()
gets the row
 o toString()
toString

Constructors

 o GadgetCell
 public GadgetCell(int row,
                   int column,
                   Gadget gadget)
GadgetCell

Parameters:
row - - TBD
column - - TBD
gadget - - TBD
 o GadgetCell
 public GadgetCell(GadgetCell cell)
GadgetCell

Parameters:
cell - - TBD

Methods

 o toString
 public String toString()
toString

Returns:
String
Overrides:
toString in class Object
 o getRow
 public final int getRow()
gets the row

Returns:
int
 o getColumn
 public final int getColumn()
gets the column

Returns:
int
 o getGadget
 public final Gadget getGadget()
gets the gadget

Returns:
Gadget

All Packages  Class Hierarchy  This Package  Previous  Next  Index