Uses of Class
kfmes.jateon.swt.BuddyTree

Packages that use BuddyTree
kfmes.jateon.swt SWT를 이용해 메신저를 구현한 패키지 
kfmes.jateon.swt.dialog   
 

Uses of BuddyTree in kfmes.jateon.swt
 

Methods in kfmes.jateon.swt that return BuddyTree
 BuddyTree MainFrame.getBuddyTree()
           
 

Methods in kfmes.jateon.swt with parameters of type BuddyTree
 void ActionGroup.setBuddyTree(BuddyTree buddies)
           
 

Constructors in kfmes.jateon.swt with parameters of type BuddyTree
ActionGroup(MainFrame main, BuddyTree buddies)
           
 

Uses of BuddyTree in kfmes.jateon.swt.dialog
 

Methods in kfmes.jateon.swt.dialog with parameters of type BuddyTree
 void ChatWindow.setChatWindow(NateonMessenger nate, BuddyTree parenttree, SwitchBoardSession ss, NateFriend fr)
           
 

Constructors in kfmes.jateon.swt.dialog with parameters of type BuddyTree
ChatWindow(NateonMessenger nate, BuddyTree parenttree, SwitchBoardSession ss, NateFriend fr)
           
ChatWindow(NateonMessenger nate, BuddyTree parenttree, SwitchBoardSession ss, NateFriend recv, NateFriend friend, MimeMessage mime)