public class ApplicationEntityConfigurationDialog extends ApplicationEntity
This class implements a dialog for users to enter DICOM AE network configuration parameters.
Modifier and Type | Field and Description |
---|---|
protected javax.swing.JTextField |
dicomAETitleField |
protected javax.swing.JTextField |
hostnameField |
protected java.lang.String |
localName |
protected javax.swing.JTextField |
localNameField |
protected javax.swing.JTextField |
portField |
dicomAETitle, presentationAddress, primaryDeviceType, queryModel
Constructor and Description |
---|
ApplicationEntityConfigurationDialog()
Create new AE information.
|
ApplicationEntityConfigurationDialog(java.awt.Component parent)
Create new AE information.
|
ApplicationEntityConfigurationDialog(java.awt.Component parent,
java.lang.String localName)
Create new AE information.
|
ApplicationEntityConfigurationDialog(java.awt.Component parent,
java.lang.String localName,
ApplicationEntity ae)
Configure AE information.
|
ApplicationEntityConfigurationDialog(java.lang.String localName,
ApplicationEntity ae)
Configure AE information.
|
Modifier and Type | Method and Description |
---|---|
protected void |
doCommonConstructorStuff(java.awt.Component parent) |
java.lang.String |
getLocalName() |
static boolean |
isValidAETitle(java.lang.String aet) |
static boolean |
isValidLocalName(java.lang.String localName) |
static void |
main(java.lang.String[] arg)
Main method for testing.
|
equals, getDicomAETitle, getPresentationAddress, getPrimaryDeviceType, getQueryModel, setPresentationAddress, setPrimaryDeviceType, setQueryModel, toString
protected java.lang.String localName
protected javax.swing.JTextField localNameField
protected javax.swing.JTextField dicomAETitleField
protected javax.swing.JTextField hostnameField
protected javax.swing.JTextField portField
public ApplicationEntityConfigurationDialog(java.awt.Component parent, java.lang.String localName, ApplicationEntity ae)
Configure AE information.
parent
- the parent component (JFrame or JDialog) on which the new dialog is centered, may be null in which case centered on the screenlocalName
- the local name for the AEae
- the current information whose contents are to be replaced with updated informationpublic ApplicationEntityConfigurationDialog(java.lang.String localName, ApplicationEntity ae)
Configure AE information.
localName
- the local name for the AEae
- the current information whose contents are to be replaced with updated informationpublic ApplicationEntityConfigurationDialog(java.awt.Component parent, java.lang.String localName)
Create new AE information.
parent
- the parent component (JFrame or JDialog) on which the new dialog is centered, may be null in which case centered on the screenlocalName
- the local name for the AEpublic ApplicationEntityConfigurationDialog(java.awt.Component parent)
Create new AE information.
parent
- the parent component (JFrame or JDialog) on which the new dialog is centered, may be null in which case centered on the screenpublic ApplicationEntityConfigurationDialog()
Create new AE information.
public java.lang.String getLocalName()
public static boolean isValidLocalName(java.lang.String localName)
public static boolean isValidAETitle(java.lang.String aet)
protected void doCommonConstructorStuff(java.awt.Component parent)
public static void main(java.lang.String[] arg)
Main method for testing.
arg
- array of zero strings - no command line arguments are expected