Class DisplayNavigationViewController
- java.lang.Object
-
- org.phoebus.applications.display.navigation.DisplayNavigationViewController
-
public class DisplayNavigationViewController extends Object
-
-
Constructor Summary
Constructors Constructor Description DisplayNavigationViewController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbrowseNewRoot()voidcreateListContextMenu(javafx.scene.input.ContextMenuEvent e)voidcreateTreeContextMenu(javafx.scene.input.ContextMenuEvent e)voidinitialize()voidrefresh()voidsetRootFile(File rootFile)The Root file for which the navigation path needs to be displayed.
-
-
-
Method Detail
-
initialize
public void initialize()
-
setRootFile
public void setRootFile(File rootFile)
The Root file for which the navigation path needs to be displayed. The file must be an .opi or .bob- Parameters:
rootFile- the display files whose navigation path is to be displayed
-
browseNewRoot
public void browseNewRoot()
-
refresh
public void refresh()
-
createTreeContextMenu
public void createTreeContextMenu(javafx.scene.input.ContextMenuEvent e)
-
createListContextMenu
public void createListContextMenu(javafx.scene.input.ContextMenuEvent e)
-
-