public class

NewRefNumPropDialog

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

Class Overview

This dialog is used to set the Reference Number property for the org.mbari.vars.annotation.ui.action.AddNewRefNumPropAction. The reference number is the link value in a 'identity-reference|self|[reference number]" association

UML


  [NewRefNumPropDialog]
     |
     |
     |
  [AddNewRefNumPropAction]<--[NewRefNumPropButton]
 

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
NewRefNumPropDialog()
This is the default constructor
Public Methods
void setVisible(boolean b)
void show()
This method is deprecated. No replacement.
[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 NewRefNumPropDialog ()

This is the default constructor

Public Methods

public void setVisible (boolean b)

public void show ()

This method is deprecated.
No replacement.

Overridden show method.