|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LyGraphicalTool
The LyGraphicalTool interface represents the abstract graphical component for the tool of views.dtd regardless of the target (swing, swt, dhtml...).
LyTool
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Method Summary | |
---|---|
void |
setEnabled(boolean enabled)
Updates attribute enabled to the given value. |
void |
setImage(java.lang.String image)
Updates attribute image to the given value. |
void |
setLabel(java.lang.String label)
Updates attribute label to the given value. |
void |
setPressed(boolean pressed)
Updates attribute pressed to the given value. |
void |
setTooltip(java.lang.String tooltip)
Updates attribute tooltip to the given value. |
Methods inherited from interface leon.view.graphic.LyGraphicalComponent |
---|
free, getViewComponent |
Field Detail |
---|
static final java.lang.String __VERSION
Method Detail |
---|
void setLabel(java.lang.String label)
setLabel
in interface LySetLabelInterface
label
- New value of label.void setTooltip(java.lang.String tooltip)
tooltip
- New value of tooltip.void setImage(java.lang.String image)
setImage
in interface LySetImageInterface
image
- New value of image.void setPressed(boolean pressed)
pressed
- Boolean indicating if attribute pressed is set or unset.void setEnabled(boolean enabled)
setEnabled
in interface LySetEnabledInterface
enabled
- Boolean indicating if attribute enabled is set or unset.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |