public class NetworkApplicationConfigurationDialog extends Object
This class provides user interface for network applications to configure and test properties related to DICOM network services.
Modifier and Type | Class and Description |
---|---|
protected class |
NetworkApplicationConfigurationDialog.AddRemoteAEActionListener |
protected class |
NetworkApplicationConfigurationDialog.DoneActionListener |
protected class |
NetworkApplicationConfigurationDialog.EditRemoteAEActionListener |
protected class |
NetworkApplicationConfigurationDialog.RemoveRemoteAEActionListener |
Modifier and Type | Field and Description |
---|---|
protected JTextField |
calledAETitleField |
protected JTextField |
callingAETitleField |
protected JTextField |
listeningPortField |
protected NetworkApplicationInformation |
networkApplicationInformation |
protected NetworkApplicationProperties |
networkApplicationProperties |
Constructor and Description |
---|
NetworkApplicationConfigurationDialog(Component parent,
NetworkApplicationInformation networkApplicationInformation,
NetworkApplicationProperties networkApplicationProperties)
Configure and test network information.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] arg)
Test the editing of network properties from the specified file.
|
protected String |
showInputDialogToSelectNetworkTargetByLocalApplicationEntityName(Component parent,
NetworkApplicationInformation networkApplicationInformation,
String message,
String title) |
protected NetworkApplicationInformation networkApplicationInformation
protected NetworkApplicationProperties networkApplicationProperties
protected JTextField calledAETitleField
protected JTextField callingAETitleField
protected JTextField listeningPortField
public NetworkApplicationConfigurationDialog(Component parent, NetworkApplicationInformation networkApplicationInformation, NetworkApplicationProperties networkApplicationProperties) throws DicomNetworkException
Configure and test network information.
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 editedDicomNetworkException
protected String showInputDialogToSelectNetworkTargetByLocalApplicationEntityName(Component parent, NetworkApplicationInformation networkApplicationInformation, String message, String title)
public static void main(String[] arg)
Test the editing of network properties from the specified file.
arg
- a single file name that is the properties file