|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.network.ApplicationEntity
com.pixelmed.network.ApplicationEntityConfigurationDialog
public class ApplicationEntityConfigurationDialog
This class implements a dialog for users to enter DICOM AE network configuration parameters.
| Field Summary | |
|---|---|
protected JTextField |
dicomAETitleField
|
protected JTextField |
hostnameField
|
protected String |
localName
|
protected JTextField |
localNameField
|
protected JTextField |
portField
|
| Fields inherited from class com.pixelmed.network.ApplicationEntity |
|---|
dicomAETitle, presentationAddress, primaryDeviceType, queryModel |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.pixelmed.network.ApplicationEntity |
|---|
equals, getDicomAETitle, getPresentationAddress, getPrimaryDeviceType, getQueryModel, setPresentationAddress, setPrimaryDeviceType, setQueryModel, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String localName
protected JTextField localNameField
protected JTextField dicomAETitleField
protected JTextField hostnameField
protected JTextField portField
| Constructor Detail |
|---|
public 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 information
public 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 information
public 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)
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()
Create new AE information.
| Method Detail |
|---|
public String getLocalName()
public static boolean isValidLocalName(String localName)
public static boolean isValidAETitle(String aet)
protected void doCommonConstructorStuff(Component parent)
public static void main(String[] arg)
Main method for testing.
arg - array of zero strings - no command line arguments are expected
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||