Bug 4010

Summary: Make both druid TreeViews equal
Product: frysk Reporter: Mike Cvet <mcvet>
Component: generalAssignee: Mike Cvet <mcvet>
Status: RESOLVED FIXED    
Severity: normal CC: mcvet
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 1632, 4011    

Description Mike Cvet 2007-02-08 20:06:03 UTC
So that no information about a process is lost when moving them over to the 
right side for monitoring/debugging.
Comment 1 Mike Cvet 2007-02-22 15:20:29 UTC
Log message:
	frysk-gui/frysk/gui:
	2007-02-21  Mike Cvet  <mcvet@redhat.com>
	
	* druid/CreateFryskSessionDruid.java (addedProcsTreeView):
	Changed from a ListView to a ProcWiseTreeView. Fixes
	#4010.
	(procMap): Added. Keeps track of DebugProcesses belonging
	to certain GuiProcs.
	(addProcessParent): Add DebugProcess to procMap.
	(getProcessSelectionControls): Explicitly call
	ProcWiseTreeView.setFilter(). Initialize new addedProcsTreeView.
	Get DebugProcesses from procMap.
	(finishButton.buttonEvent): Clear procMap.
	(attachLinkedListsToWidgets): Remove call to watchGuiProcs for
	addedProcsTreeView.
	* gladedir/frysk_create_session_druid.glade: Resized treeviews.
	
	frysk-gui/frysk/gui/monitor:
	2007-02-21  Mike Cvet  <mcvet@redhat.com>
	
	* ProcWiseTreeView.java (ProcWiseTreeView): Remove explicit call to
	mountDataModel().
	(setFilter): Added. Fixes #4010. Calls mountDataModel().
	(getSelectedObjects): Explicitly convert the path to the model's
	child path.
	(getSelectedObject): Ditto.