|
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 LyGraphicalLine
The LyGraphicalLine interface represents the abstract graphical component for the line of views.dtd regardless of the target (swing, swt, dhtml...).
LyLine
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Method Summary | |
---|---|
void |
addComponent(LyComponent components,
int pos)
Inserts a sub-component components at given position. |
void |
removeComponent(LyComponent components)
Removes a sub-component components. |
void |
setColor(java.lang.String color)
Updates attribute color to the given value. |
void |
setFont(java.lang.String font)
Updates attribute font to the given value. |
void |
setHidden(boolean hidden)
Updates attribute hidden 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 |
setOpen(boolean open)
Updates attribute open to the given value. |
void |
setSelected(boolean selected)
Updates attribute selected to the given value. |
void |
setSuperLineColor(java.lang.String superLineColor)
Updates attribute superLineColor to the given value. |
void |
setSuperLineHidden(boolean superLineHidden)
Updates attribute superLineHidden to the given value. |
void |
setSuperLineLabel(java.lang.String superLineLabel)
Updates attribute superLineLabel 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 setImage(java.lang.String image)
setImage
in interface LySetImageInterface
image
- New value of image.void setTooltip(java.lang.String tooltip)
tooltip
- New value of tooltip.void setSelected(boolean selected)
setSelected
in interface LySetSelectedInterface
selected
- Boolean indicating if attribute selected is set or unset.void setOpen(boolean open)
open
- Boolean indicating if attribute open is set or unset.void setHidden(boolean hidden)
setHidden
in interface LySetHiddenInterface
hidden
- Boolean indicating if attribute hidden is set or unset.void setFont(java.lang.String font)
setFont
in interface LySetFontInterface
font
- New value of font.void setColor(java.lang.String color)
setColor
in interface LySetColorInterface
color
- New value of color.void setSuperLineColor(java.lang.String superLineColor)
superLineColor
- New value of superLineColor.void setSuperLineLabel(java.lang.String superLineLabel)
superLineLabel
- New value of superLineLabel.void setSuperLineHidden(boolean superLineHidden)
superLineHidden
- Boolean indicating if attribute superLineHidden is set or unset.void addComponent(LyComponent components, int pos)
components
- The components to add to components list.pos
- Position where the sub-component is inserted.void removeComponent(LyComponent components)
components
- The components to remove to components list.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |