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.


Constructor Index

 o LineDialog(String, String, String)
constructor of LineDialog.

Method Index

 o getURL()

Constructors

 o 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.

Methods

 o getURL
 public String getURL()
Overrides:
getURL in class ChooseDialog

All Packages  Class Hierarchy  This Package  Previous  Next  Index