All Packages Class Hierarchy This Package Previous Next Index
Class ch.swisslife.ibgm.mc2.LineDialog
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----ch.swisslife.ibgm.mc2.ChooseDialog
|
+----ch.swisslife.ibgm.mc2.LineDialog
- public class LineDialog
- extends ChooseDialog
Dialog for opening a device which will be used for checking the ports.
-
LineDialog(String, String, String)
- constructor of LineDialog.
-
getURL()
-
LineDialog
public LineDialog(String title,
String explanation,
String host)
- constructor of LineDialog. Uses a textfield with the address of the device to be checked.
- Parameters:
- title - title of the dialog in a String
- explanation - String with the explanation
- host - String with the host address of the device to be checked.
getURL
public String getURL()
- Overrides:
- getURL in class ChooseDialog
All Packages Class Hierarchy This Package Previous Next Index