|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContactGroup | |
---|---|
net.sourceforge.mflow.api | |
net.sourceforge.mflow.impl |
Uses of ContactGroup in net.sourceforge.mflow.api |
---|
Methods in net.sourceforge.mflow.api that return ContactGroup | |
---|---|
ContactGroup |
Configuration.getContacts()
Accessor for the root ContactGroup |
ContactGroup[] |
ContactGroup.getGroups()
|
ContactGroup |
ContactManager.getContactGroup()
|
Methods in net.sourceforge.mflow.api with parameters of type ContactGroup | |
---|---|
void |
Configuration.setContacts(ContactGroup cg)
Mutator for the root ContactGroup |
boolean |
ContactGroup.add(ContactGroup cg)
Adds the specified contact group to the ContactGroup |
void |
ContactManager.setContactGroup(ContactGroup cg)
|
Uses of ContactGroup in net.sourceforge.mflow.impl |
---|
Classes in net.sourceforge.mflow.impl that implement ContactGroup | |
---|---|
class |
ContactGroupImpl
A collection of Contacts, with an optional name |
Methods in net.sourceforge.mflow.impl that return ContactGroup | |
---|---|
ContactGroup |
ConfigurationImpl.getContacts()
|
ContactGroup[] |
ContactGroupImpl.getGroups()
|
ContactGroup |
ContactManagerImpl.getContactGroup()
|
Methods in net.sourceforge.mflow.impl with parameters of type ContactGroup | |
---|---|
void |
ConfigurationImpl.setContacts(ContactGroup cg)
|
boolean |
ContactGroupImpl.add(ContactGroup cg)
|
void |
ContactManagerImpl.setContactGroup(ContactGroup cg)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |