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
-
TipGadget()
- Constructs a Label with no label.
-
TipGadget(String)
- Constructs a Label with the specified label.
-
contains(int, int, Gadget)
- contains
-
getLabel()
- getLabels the label of the button
-
setLabel(String)
- sets the label of the button
TipGadget
public TipGadget()
- Constructs a Label with no label.
TipGadget
public TipGadget(String label)
- Constructs a Label with the specified label.
- Parameters:
- label - - the label of the button
setLabel
public void setLabel(String label)
- sets the label of the button
- Parameters:
- label - - TBD
getLabel
public String getLabel()
- getLabels the label of the button
- Returns:
- String
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