r1669 - isis-fish/trunk/src/main/java/fr/ifremer/isisfish/ui/input
Author: tchemit Date: 2008-12-13 10:24:41 +0000 (Sat, 13 Dec 2008) New Revision: 1669 Modified: isis-fish/trunk/src/main/java/fr/ifremer/isisfish/ui/input/InputUI.jaxx Log: scroll to selected node Modified: isis-fish/trunk/src/main/java/fr/ifremer/isisfish/ui/input/InputUI.jaxx =================================================================== --- isis-fish/trunk/src/main/java/fr/ifremer/isisfish/ui/input/InputUI.jaxx 2008-12-13 09:35:22 UTC (rev 1668) +++ isis-fish/trunk/src/main/java/fr/ifremer/isisfish/ui/input/InputUI.jaxx 2008-12-13 10:24:41 UTC (rev 1669) @@ -253,6 +253,7 @@ NavigationTreeNode node = NavigationUtil.findNode(this, null, path); TreePath pathToRoot = new TreePath(getContextValue(NavigationTreeModel.class).getPathToRoot(node)); navigation.setSelectionPath(pathToRoot); + navigation.scrollPathToVisible(pathToRoot); } protected void setInfoText(String s){ WelcomePanelUI root = getParentContainer(WelcomePanelUI.class);
participants (1)
-
tchemit@users.labs.libre-entreprise.org