Uses of Class
kfmes.natelib.entity.NateGroup

Packages that use NateGroup
kfmes.jateon.swt SWT를 이용해 메신저를 구현한 패키지 
kfmes.natelib NateOn messenger 를 구현한 패키지 
kfmes.natelib.entity 구성요소 
 

Uses of NateGroup in kfmes.jateon.swt
 

Methods in kfmes.jateon.swt with parameters of type NateGroup
 void ActionGroup.actionDeleteGroup(NateGroup group)
           
 void ActionGroup.actionRenameGroup(NateGroup group)
           
 org.eclipse.swt.widgets.Menu MenuBar.getGroupPopup(NateGroup group)
           
 

Uses of NateGroup in kfmes.natelib
 

Methods in kfmes.natelib with parameters of type NateGroup
 void NotificationProcessor.removeGroup(NateGroup group)
          그룹을 삭제한다 해당 그룹에 buddy 가 존재할경우 아마도 지워지지 않을것이다
 void NotificationProcessor.renameGroup(NateGroup group, java.lang.String newname)
           
 

Uses of NateGroup in kfmes.natelib.entity
 

Methods in kfmes.natelib.entity that return NateGroup
 NateGroup GroupList.get(int index)
           
 NateGroup NateFriend.getGroup()
           
 NateGroup GroupList.getGroup(int index)
           
 NateGroup GroupList.getGroup(java.lang.String name)
           
 

Methods in kfmes.natelib.entity that return types with arguments of type NateGroup
 java.util.ArrayList<NateGroup> GroupList.getList()
           
 

Methods in kfmes.natelib.entity with parameters of type NateGroup
 void GroupList.add(int index, NateGroup group)
           
 boolean GroupList.isNew(NateGroup group)
           
 void GroupList.remove(NateGroup group)
           
 void NateFriend.setGroup(NateGroup group)
           
 

Constructors in kfmes.natelib.entity with parameters of type NateGroup
GroupList(int index, NateGroup group)