Class VRTabPanelControl

java.lang.Object
videoRangePanel.VRTabPane
videoRangePanel.layoutAWT.VRTabPanelControl
All Implemented Interfaces:
PamTabPanel

public class VRTabPanelControl extends VRTabPane
  • Field Details

    • imageRibbonPanel

      public PamPanel imageRibbonPanel
  • Constructor Details

    • VRTabPanelControl

      public VRTabPanelControl(VRControl vrControl)
  • Method Details

    • changeMethod

      public void changeMethod()
    • repaintSide

      public void repaintSide()
    • loadFile

      public boolean loadFile(File file)
    • pasteImage

      public boolean pasteImage()
      Description copied from class: VRTabPane
      Paste an image file
      Overrides:
      pasteImage in class VRTabPane
      Returns:
      paste an image file.
    • createMenu

      public JMenu createMenu(Frame parentFrame)
      Returns:
      a JMeny for the panel
    • getPanel

      public JComponent getPanel()
      Returns:
      Reference to a graphics component that can be added to the view. This will typically be a JPanel or a JInternalFrame;
    • getToolBar

      public JToolBar 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.
      Overrides:
      update in class VRTabPane
      Parameters:
      updateType - - the update type flag.
    • showComponents

      public void showComponents()
    • enableControls

      public void enableControls()
    • getVRSidePanel

      public VRSidePanel getVRSidePanel()
    • getMetadataPanel

      public VRMetaDataPanel getMetadataPanel()
    • getVRPanel

      public VRPanel getVRPanel()
    • openImageFile

      public boolean openImageFile(File file)
      Description copied from class: VRTabPane
      Open a single image file (could also be a vide)
      Overrides:
      openImageFile in class VRTabPane
      Parameters:
      file - - the fiel to open
      Returns:
      true if the file is opended successfully
    • newMousePoint

      public void newMousePoint(Point mousePoint)
      New mouse point has occurred
      Overrides:
      newMousePoint in class VRTabPane
      Parameters:
      mousePoint - the new mouse point.
    • getVRPane

      public VRPane getVRPane()
      Description copied from class: VRTabPane
      Get the main VRPane whihc makes the display.
      Specified by:
      getVRPane in class VRTabPane
      Returns:
      the vro pane.