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 JTextField |
dicomAETitleField |
protected JTextField |
hostnameField |
protected String |
localName |
protected JTextField |
localNameField |
protected JTextField |
portField |
protected ResourceBundle |
resourceBundle |
protected static String |
resourceBundleName |
dicomAETitle, presentationAddress, primaryDeviceType, queryModel
Constructor and Description |
---|
ApplicationEntityConfigurationDialog()
Create new AE information.
|
ApplicationEntityConfigurationDialog(Component parent)
Create new AE information.
|
ApplicationEntityConfigurationDialog(Component parent,
String localName)
Create new AE information.
|
ApplicationEntityConfigurationDialog(Component parent,
String localName,
ApplicationEntity ae)
Configure AE information.
|
ApplicationEntityConfigurationDialog(String localName,
ApplicationEntity ae)
Configure AE information.
|
Modifier and Type | Method and Description |
---|---|
protected void |
doCommonConstructorStuff(Component parent) |
String |
getLocalName() |
static boolean |
isValidAETitle(String aet) |
static boolean |
isValidLocalName(String localName) |
static void |
main(String[] arg)
Main method for testing.
|
equals, getDicomAETitle, getPresentationAddress, getPrimaryDeviceType, getQueryModel, setPresentationAddress, setPrimaryDeviceType, setQueryModel, toString
protected JTextField dicomAETitleField
protected JTextField hostnameField
protected String localName
protected JTextField localNameField
protected JTextField portField
protected ResourceBundle resourceBundle
protected static String resourceBundleName
public ApplicationEntityConfigurationDialog()
Create new AE information.
public ApplicationEntityConfigurationDialog(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(Component parent, 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(Component parent, 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(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 informationprotected void doCommonConstructorStuff(Component parent)
public String getLocalName()
public static boolean isValidAETitle(String aet)
public static boolean isValidLocalName(String localName)
public static void main(String[] arg)
Main method for testing.
arg
- array of zero strings - no command line arguments are expected