Class VRTabPanelControl

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

public class VRTabPanelControl extends VRTabPane
  • Field Details Link icon

    • imageRibbonPanel Link icon

      public PamPanel imageRibbonPanel
  • Constructor Details Link icon

    • VRTabPanelControl Link icon

      public VRTabPanelControl(VRControl vrControl)
  • Method Details Link icon

    • changeMethod Link icon

      public void changeMethod()
    • repaintSide Link icon

      public void repaintSide()
    • loadFile Link icon

      public boolean loadFile(File file)
    • pasteImage Link icon

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

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

      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 Link icon

      public JToolBar getToolBar()
      Returns:
      a JToolbas associated with this tab. This will only be displayed when the current tab is activated
    • update Link icon

      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 Link icon

      public void showComponents()
    • enableControls Link icon

      public void enableControls()
    • getVRSidePanel Link icon

      public VRSidePanel getVRSidePanel()
    • getMetadataPanel Link icon

      public VRMetaDataPanel getMetadataPanel()
    • getVRPanel Link icon

      public VRPanel getVRPanel()
    • openImageFile Link icon

      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 Link icon

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

      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.