|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
IMember is the interface that members of the view should implement. Members of a view have the following characteristics: - Name e.g. "Apple" - Fullname e.g. "Fruits.Apple" - Tooltip text e.g. "A green fruit that grows on trees" - Size e.g. 20 - Containing group reference e.g. "GROUP:Fruits"
Method Summary | |
IGroup |
getContainingGroup()
Get the group which contains this member |
java.lang.String |
getFullname()
Get the full (or fully qualified) name for this member |
java.lang.String |
getName()
Get this member's name |
java.lang.Integer |
getSize()
Get the size |
java.lang.String |
getToolTip()
Get the tooltip |
void |
setContainingGroup(IGroup grp)
Set the group which contains this member |
void |
setName(java.lang.String string)
|
void |
setSize(int size)
Set the size of this member |
void |
setTooltip(java.lang.String tooltip)
Set the tooltip |
Method Detail |
public void setName(java.lang.String string)
public java.lang.String getName()
public java.lang.String getFullname()
public void setTooltip(java.lang.String tooltip)
tooltip
- - the tooltippublic java.lang.String getToolTip()
public void setSize(int size)
size
- - the sizepublic java.lang.Integer getSize()
public IGroup getContainingGroup()
public void setContainingGroup(IGroup grp)
grp
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |