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 classprotected classprotected classprotected class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JTextFieldprotected JTextFieldprotected JTextFieldprotected JTextFieldprotected JTextFieldprotected JTextFieldprotected JTextFieldprotected JTextFieldprotected JTextFieldprotected NetworkApplicationInformationprotected NetworkApplicationPropertiesprotected ResourceBundleprotected static String -
Constructor Summary
ConstructorsConstructorDescriptionNetworkApplicationConfigurationDialog(Component parent, NetworkApplicationInformation networkApplicationInformation, NetworkApplicationProperties networkApplicationProperties) Configure and test network information. -
Method Summary
Modifier and TypeMethodDescriptionstatic voidTest the editing of network properties from the specified file.protected StringshowInputDialogToSelectNetworkTargetByLocalApplicationEntityName(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
-