[kepler-dev] [Bug 5633] Actor/Attribute Search/Find Facility needs menu choices
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Thu Aug 30 17:01:02 PDT 2012
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5633
--- Comment #4 from Christopher Brooks <cxh at eecs.berkeley.edu> 2012-08-30 17:01:02 PDT ---
Feel free to refactor the methods in SearchResultsDialog into BasicGraphFrame.
Note that there is this method in BasicGraphFrame:
/** Opens the nearest composite actor above the target in the hierarchy
* and possibly change the zoom and centering to show the target.
* This method is useful for displaying search results and actors that
* cause errors.
* @param target The target.
* @param owner The frame that, per the user, is generating the dialog.
*/
public static void openComposite(final Frame owner, final NamedObj target)
{
It is unfortunate that Kepler can't just use SearchReultsDialgo class, it seems
basic enough.
--
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
More information about the Kepler-dev
mailing list