Package videoRangePanel.layoutAWT
Class VRTabPanelControl
java.lang.Object
videoRangePanel.VRTabPane
videoRangePanel.layoutAWT.VRTabPanelControl
- All Implemented Interfaces:
PamTabPanel
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createMenu
(Frame parentFrame) void
getPanel()
Get the main VRPane whihc makes the display.boolean
void
newMousePoint
(Point mousePoint) New mouse point has occurredboolean
openImageFile
(File file) Open a single image file (could also be a vide)boolean
Paste an image filevoid
void
void
update
(int updateType) Called whenever an update occurs.
-
Field Details
-
imageRibbonPanel
-
-
Constructor Details
-
VRTabPanelControl
-
-
Method Details
-
changeMethod
public void changeMethod() -
repaintSide
public void repaintSide() -
loadFile
-
pasteImage
public boolean pasteImage()Description copied from class:VRTabPane
Paste an image file- Overrides:
pasteImage
in 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:VRTabPane
Called whenever an update occurs. -
showComponents
public void showComponents() -
enableControls
public void enableControls() -
getVRSidePanel
-
getMetadataPanel
-
getVRPanel
-
openImageFile
Description copied from class:VRTabPane
Open a single image file (could also be a vide)- Overrides:
openImageFile
in classVRTabPane
- Parameters:
file
- - the fiel to open- Returns:
- true if the file is opended successfully
-
newMousePoint
New mouse point has occurred- Overrides:
newMousePoint
in classVRTabPane
- Parameters:
mousePoint
- the new mouse point.
-
getVRPane
Description copied from class:VRTabPane
Get the main VRPane whihc makes the display.
-