All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dtai.gwt.TipGadget

java.lang.Object
   |
   +----dtai.gwt.Gadget
           |
           +----dtai.gwt.ContainerGadget
                   |
                   +----dtai.gwt.PanelGadget
                           |
                           +----dtai.gwt.BorderGadget
                                   |
                                   +----dtai.gwt.TipGadget

public class TipGadget
extends BorderGadget
TipGadget


Constructor Index

 o TipGadget()
Constructs a Label with no label.
 o TipGadget(String)
Constructs a Label with the specified label.

Method Index

 o contains(int, int, Gadget)
contains
 o getLabel()
getLabels the label of the button
 o setLabel(String)
sets the label of the button

Constructors

 o TipGadget
 public TipGadget()
Constructs a Label with no label.

 o TipGadget
 public TipGadget(String label)
Constructs a Label with the specified label.

Parameters:
label - - the label of the button

Methods

 o setLabel
 public void setLabel(String label)
sets the label of the button

Parameters:
label - - TBD
 o getLabel
 public String getLabel()
getLabels the label of the button

Returns:
String
 o contains
 public boolean contains(int x,
                         int y,
                         Gadget exclude)
contains

Parameters:
x - - TBD
y - - TBD
exclude - - TBD
Returns:
boolean
Overrides:
contains in class ContainerGadget

All Packages  Class Hierarchy  This Package  Previous  Next  Index