|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.contribution.visualiser.simpleImpl.SimpleGroup
Simple implementation of a group, see IGroup/IMember for more information.
Constructor Summary | |
SimpleGroup(java.lang.String n)
The constructor - takes the group's name as an argument |
Method Summary | |
void |
add(IMember m)
Add a member to this group |
IGroup |
getContainingGroup()
Get the containing group. |
java.lang.String |
getFullname()
Get the full name for the group. |
java.util.List |
getMembers()
Get all the members contained in this group |
java.lang.String |
getName()
Get the name of this group |
java.lang.Integer |
getSize()
Get the size for this group. |
java.lang.String |
getToolTip()
Get this group's tooltip |
void |
setContainingGroup(IGroup grp)
Set the containing group. |
void |
setName(java.lang.String string)
Set the name of this group |
void |
setSize(int size)
Set the size for this group. |
void |
setTooltip(java.lang.String string)
Set the tooltip for this group |
java.lang.String |
toString()
Get the String representation of this group. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SimpleGroup(java.lang.String n)
n
- - nameMethod Detail |
public java.lang.String getFullname()
getFullname
in interface IMember
public void add(IMember m)
add
in interface IGroup
public java.util.List getMembers()
getMembers
in interface IGroup
public void setName(java.lang.String string)
setName
in interface IMember
public java.lang.String getName()
getName
in interface IMember
public void setTooltip(java.lang.String string)
setTooltip
in interface IMember
string
- - the tooltippublic java.lang.String getToolTip()
getToolTip
in interface IMember
public void setSize(int size)
setSize
in interface IMember
size
- - the sizepublic java.lang.Integer getSize()
getSize
in interface IMember
public IGroup getContainingGroup()
getContainingGroup
in interface IMember
public void setContainingGroup(IGroup grp)
setContainingGroup
in interface IMember
grp
- public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |