|
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 LyGraphicalTreeNode
The LyGraphicalTreeNode interface represents the abstract graphical component for the treeNode of views.dtd regardless of the target (swing, swt, dhtml...).
LyTreeNode
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Method Summary | |
---|---|
void |
addImage(LyImage images,
int pos)
Inserts a sub-component images at given position. |
void |
addTreeNode(LyTreeNode treeNodes,
int pos)
Inserts a sub-component treeNodes at given position. |
void |
removeImage(LyImage images)
Removes a sub-component images. |
void |
removeTreeNode(LyTreeNode treeNodes)
Removes a sub-component treeNodes. |
void |
setColor(java.lang.String color)
Updates attribute color to the given value. |
void |
setExpandable(boolean expandable)
Updates attribute expandable 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 |
setTooltip(java.lang.String tooltip)
Updates attribute tooltip to the given value. |
void |
setValidity(LyTreeNode.Validity validity)
Updates attribute validity 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 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 setExpandable(boolean expandable)
expandable
- Boolean indicating if attribute expandable is set or unset.void setImage(java.lang.String image)
setImage
in interface LySetImageInterface
image
- New value of image.void setValidity(LyTreeNode.Validity validity)
setValidity
in interface LySetValidityInterface
validity
- New value of validity.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 addImage(LyImage images, int pos)
images
- The images to add to images list.pos
- Position where the sub-component is inserted.void removeImage(LyImage images)
images
- The images to remove to images list.void addTreeNode(LyTreeNode treeNodes, int pos)
treeNodes
- The treeNodes to add to treeNodes list.pos
- Position where the sub-component is inserted.void removeTreeNode(LyTreeNode treeNodes)
treeNodes
- The treeNodes to remove to treeNodes list.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |