Package videoRangePanel.layoutFX
Class VRTabPanelControlFX
java.lang.Object
videoRangePanel.VRTabPane
videoRangePanel.layoutFX.VRTabPanelControlFX
- All Implemented Interfaces:
PamTabPanel
Create a JavaFX GUI within the current swing framework.
- Author:
- Jamie Macaulay
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateMenu
(Frame parentFrame) getPanel()
Get the main VRPane whihc makes the display.boolean
openImageFile
(File file) Open an image file (an image or video)void
update
(int updateType) Called whenever an update occurs.Methods inherited from class videoRangePanel.VRTabPane
newMousePoint, pasteImage
-
Constructor Details
-
VRTabPanelControlFX
Constructor for the tab panel.
-
-
Method Details
-
createMenu
- Returns:
- a JMeny for the panel
-
getPanel
- Returns:
- Reference to a graphics component that can be added to the view. This will typically be a JPanel or a JInternalFrame;
-
getToolBar
- Returns:
- a JToolbas associated with this tab. This will only be displayed when the current tab is activated
-
getVRPane
Description copied from class:VRTabPane
Get the main VRPane whihc makes the display. -
update
public void update(int updateType) Description copied from class:VRTabPane
Called whenever an update occurs. -
openImageFile
Open an image file (an image or video)- Overrides:
openImageFile
in classVRTabPane
- Parameters:
file
- - the file to open.- Returns:
- true if the file has been opned successfully
-