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
-
GadgetCell(GadgetCell)
- GadgetCell
-
GadgetCell(int, int, Gadget)
- GadgetCell
-
getColumn()
- gets the column
-
getGadget()
- gets the gadget
-
getRow()
- gets the row
-
toString()
- toString
GadgetCell
public GadgetCell(int row,
int column,
Gadget gadget)
- GadgetCell
- Parameters:
- row - - TBD
- column - - TBD
- gadget - - TBD
GadgetCell
public GadgetCell(GadgetCell cell)
- GadgetCell
- Parameters:
- cell - - TBD
toString
public String toString()
- toString
- Returns:
- String
- Overrides:
- toString in class Object
getRow
public final int getRow()
- gets the row
- Returns:
- int
getColumn
public final int getColumn()
- gets the column
- Returns:
- int
getGadget
public final Gadget getGadget()
- gets the gadget
- Returns:
- Gadget
All Packages Class Hierarchy This Package Previous Next Index