Package videoRangePanel.layoutAWT
Class VRTabPanelControl
java.lang.Object
videoRangePanel.VRTabPane
videoRangePanel.layoutAWT.VRTabPanelControl
- All Implemented Interfaces:
PamTabPanel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateMenu(Frame parentFrame) voidgetPanel()Get the main VRPane whihc makes the display.booleanvoidnewMousePoint(Point mousePoint) New mouse point has occurredbooleanopenImageFile(File file) Open a single image file (could also be a vide)booleanPaste an image filevoidvoidprotected voidshowHidePanels(boolean show) voidupdate(int updateType) Called whenever an update occurs.
-
Field Details
-
vrPanel
-
imageRibbonPanel
-
-
Constructor Details
-
VRTabPanelControl
-
-
Method Details
-
changeMethod
public void changeMethod() -
repaintSide
public void repaintSide() -
loadFile
-
showHidePanels
protected void showHidePanels(boolean show) -
pasteImage
public boolean pasteImage()Description copied from class:VRTabPanePaste an image file- Overrides:
pasteImagein classVRTabPane- Returns:
- paste an image file.
-
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
-
update
public void update(int updateType) Description copied from class:VRTabPaneCalled whenever an update occurs. -
showComponents
public void showComponents() -
enableControls
public void enableControls() -
getVRSidePanel
-
getMetadataPanel
-
getVRPanel
-
openImageFile
Description copied from class:VRTabPaneOpen a single image file (could also be a vide)- Overrides:
openImageFilein classVRTabPane- Parameters:
file- - the fiel to open- Returns:
- true if the file is opended successfully
-
newMousePoint
New mouse point has occurred- Overrides:
newMousePointin classVRTabPane- Parameters:
mousePoint- the new mouse point.
-
getVRPane
Description copied from class:VRTabPaneGet the main VRPane whihc makes the display.
-