Package com.pixelmed.network
Class NetworkApplicationConfigurationDialog
java.lang.Object
com.pixelmed.network.NetworkApplicationConfigurationDialog
This class provides user interface for network applications to configure and test properties related to DICOM network services.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected class
protected class
protected class
protected class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JTextField
protected JTextField
protected JTextField
protected JTextField
protected JTextField
protected JTextField
protected JTextField
protected JTextField
protected JTextField
protected NetworkApplicationInformation
protected NetworkApplicationProperties
protected ResourceBundle
protected static String
-
Constructor Summary
ConstructorsConstructorDescriptionNetworkApplicationConfigurationDialog
(Component parent, NetworkApplicationInformation networkApplicationInformation, NetworkApplicationProperties networkApplicationProperties) Configure and test network information. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Test the editing of network properties from the specified file.protected String
showInputDialogToSelectNetworkTargetByLocalApplicationEntityName
(Component parent, NetworkApplicationInformation networkApplicationInformation, String message, String title)
-
Field Details
-
resourceBundleName
-
resourceBundle
-
networkApplicationInformation
-
networkApplicationProperties
-
calledAETitleField
-
callingAETitleField
-
listeningPortField
-
acceptorMaximumLengthReceivedField
-
acceptorSocketReceiveBufferSizeField
-
acceptorSocketSendBufferSizeField
-
initiatorMaximumLengthReceivedField
-
initiatorSocketReceiveBufferSizeField
-
initiatorSocketSendBufferSizeField
-
-
Constructor Details
-
NetworkApplicationConfigurationDialog
public NetworkApplicationConfigurationDialog(Component parent, NetworkApplicationInformation networkApplicationInformation, NetworkApplicationProperties networkApplicationProperties) throws DicomNetworkException Configure and test network information.
- Parameters:
parent
- the parent component on which the new dialog is centered, may be null in which case centered on the screennetworkApplicationInformation
- the current information whose contents are to be replaced with updated informationnetworkApplicationProperties
- the static properties that are to be edited- Throws:
DicomNetworkException
-
-
Method Details
-
showInputDialogToSelectNetworkTargetByLocalApplicationEntityName
protected String showInputDialogToSelectNetworkTargetByLocalApplicationEntityName(Component parent, NetworkApplicationInformation networkApplicationInformation, String message, String title) -
main
Test the editing of network properties from the specified file.
- Parameters:
arg
- a single file name that is the properties file
-