public class

AddSamplePropDialogOriginal

extends JDialog
java.lang.Object
   ↳ java.awt.Component
     ↳ java.awt.Container
       ↳ java.awt.Window
         ↳ java.awt.Dialog
           ↳ javax.swing.JDialog
             ↳ vars.annotation.ui.dialogs.AddSamplePropDialogOriginal

Class Overview

A dialog that prompts the user for the sampler device and sample number. When the OK button is pressed, 2 properties are added to the Observation selected in the table. THese properties are 'sampled-by' and 'sample-reference'

Summary

[Expand]
Inherited Constants
From class java.awt.Dialog
From class java.awt.Component
From interface java.awt.image.ImageObserver
From interface javax.swing.WindowConstants
[Expand]
Inherited Fields
From class javax.swing.JDialog
Public Constructors
AddSamplePropDialogOriginal(ToolBelt toolBelt)
This is the default constructor
Public Methods
void setVisible(boolean b)
Overridden method.
[Expand]
Inherited Methods
From class javax.swing.JDialog
From class java.awt.Dialog
From class java.awt.Window
From class java.awt.Container
From class java.awt.Component
From class java.lang.Object
From interface java.awt.MenuContainer
From interface java.awt.image.ImageObserver
From interface javax.accessibility.Accessible
From interface javax.swing.RootPaneContainer

Public Constructors

public AddSamplePropDialogOriginal (ToolBelt toolBelt)

This is the default constructor

Public Methods

public void setVisible (boolean b)

Overridden method. Transfers focus to the cbSampler component when set to true.

Parameters
b The new visible value