LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.view.graphic
Interface LyGraphicalLine

All Superinterfaces:
LyFreeInterface, LyGraphicalComponent, LySetColorInterface, LySetFontInterface, LySetHiddenInterface, LySetImageInterface, LySetLabelInterface, LySetSelectedInterface, LyViewComponent
All Known Implementing Classes:
LyJQLine, LyStrutsLine, LySwingLine

public interface LyGraphicalLine
extends LyGraphicalComponent, LySetLabelInterface, LySetImageInterface, LySetSelectedInterface, LySetHiddenInterface, LySetFontInterface, LySetColorInterface

The LyGraphicalLine interface represents the abstract graphical component for the line of views.dtd regardless of the target (swing, swt, dhtml...).

See Also:
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

__VERSION

static final java.lang.String __VERSION
See Also:
Constant Field Values
Method Detail

setLabel

void setLabel(java.lang.String label)
Updates attribute label to the given value.

Specified by:
setLabel in interface LySetLabelInterface
Parameters:
label - New value of label.

setImage

void setImage(java.lang.String image)
Updates attribute image to the given value.

Specified by:
setImage in interface LySetImageInterface
Parameters:
image - New value of image.

setTooltip

void setTooltip(java.lang.String tooltip)
Updates attribute tooltip to the given value.

Parameters:
tooltip - New value of tooltip.

setSelected

void setSelected(boolean selected)
Updates attribute selected to the given value.

Specified by:
setSelected in interface LySetSelectedInterface
Parameters:
selected - Boolean indicating if attribute selected is set or unset.

setOpen

void setOpen(boolean open)
Updates attribute open to the given value.

Parameters:
open - Boolean indicating if attribute open is set or unset.

setHidden

void setHidden(boolean hidden)
Updates attribute hidden to the given value.

Specified by:
setHidden in interface LySetHiddenInterface
Parameters:
hidden - Boolean indicating if attribute hidden is set or unset.

setFont

void setFont(java.lang.String font)
Updates attribute font to the given value.

Specified by:
setFont in interface LySetFontInterface
Parameters:
font - New value of font.

setColor

void setColor(java.lang.String color)
Updates attribute color to the given value.

Specified by:
setColor in interface LySetColorInterface
Parameters:
color - New value of color.

setSuperLineColor

void setSuperLineColor(java.lang.String superLineColor)
Updates attribute superLineColor to the given value.

Parameters:
superLineColor - New value of superLineColor.

setSuperLineLabel

void setSuperLineLabel(java.lang.String superLineLabel)
Updates attribute superLineLabel to the given value.

Parameters:
superLineLabel - New value of superLineLabel.

setSuperLineHidden

void setSuperLineHidden(boolean superLineHidden)
Updates attribute superLineHidden to the given value.

Parameters:
superLineHidden - Boolean indicating if attribute superLineHidden is set or unset.

addComponent

void addComponent(LyComponent components,
                  int pos)
Inserts a sub-component components at given position.

Parameters:
components - The components to add to components list.
pos - Position where the sub-component is inserted.

removeComponent

void removeComponent(LyComponent components)
Removes a sub-component components.

Parameters:
components - The components to remove to components list.

(c) January 2013 - W4 S.A.

Website: W4 S.A., contact us: support@w4global.com