Package com.pixelmed.network
Class ApplicationEntityConfigurationDialog
java.lang.Object
com.pixelmed.network.ApplicationEntity
com.pixelmed.network.ApplicationEntityConfigurationDialog
This class implements a dialog for users to enter DICOM AE network configuration parameters.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JTextField
protected JTextField
protected String
protected JTextField
protected JTextField
protected ResourceBundle
protected static String
Fields inherited from class com.pixelmed.network.ApplicationEntity
dicomAETitle, presentationAddress, primaryDeviceType, queryModel
-
Constructor Summary
ConstructorsConstructorDescriptionCreate new AE information.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. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
doCommonConstructorStuff
(Component parent) static boolean
isValidAETitle
(String aet) static boolean
isValidLocalName
(String localName) static void
Main method for testing.Methods inherited from class com.pixelmed.network.ApplicationEntity
equals, getDicomAETitle, getPresentationAddress, getPrimaryDeviceType, getQueryModel, setPresentationAddress, setPrimaryDeviceType, setQueryModel, toString
-
Field Details
-
resourceBundleName
-
resourceBundle
-
localName
-
localNameField
-
dicomAETitleField
-
hostnameField
-
portField
-
-
Constructor Details
-
ApplicationEntityConfigurationDialog
public ApplicationEntityConfigurationDialog(Component parent, String localName, ApplicationEntity ae) Configure AE information.
- Parameters:
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 information
-
ApplicationEntityConfigurationDialog
Configure AE information.
- Parameters:
localName
- the local name for the AEae
- the current information whose contents are to be replaced with updated information
-
ApplicationEntityConfigurationDialog
Create new AE information.
- Parameters:
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 AE
-
ApplicationEntityConfigurationDialog
Create new AE information.
- Parameters:
parent
- the parent component (JFrame or JDialog) on which the new dialog is centered, may be null in which case centered on the screen
-
ApplicationEntityConfigurationDialog
public ApplicationEntityConfigurationDialog()Create new AE information.
-
-
Method Details
-
getLocalName
-
isValidLocalName
-
isValidAETitle
-
doCommonConstructorStuff
-
main
Main method for testing.
- Parameters:
arg
- array of zero strings - no command line arguments are expected
-