So that no information about a process is lost when moving them over to the right side for monitoring/debugging.
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.