All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.tinguin2.HTMLDocHyperLinks

java.lang.Object
   |
   +----netscape.application.View
           |
           +----netscape.application.InternalWindow
                   |
                   +----semper.tinguin2.HyperLinkWindow
                           |
                           +----semper.tinguin2.HTMLDocHyperLinks

public class HTMLDocHyperLinks
extends HyperLinkWindow
implements DragDestination
Creates an InternalWindow in which HTML-Text with hyperlink support can be displayed. The HTML-Text can be given as a string or as an URL.

Version:
- Ver. 2.01
Author:
- Patil

Constructor Index

 o HTMLDocHyperLinks(String)
Creates an InternalWindow which has horizontal and vertical Scrollbars and a TextView for the HTML-Text to be displayed.
 o HTMLDocHyperLinks(String, String)
Creates an InternalWindow which has horizontal and vertical Scrollbars and a TextView for the HTML-Text with hyperlink support
 o HTMLDocHyperLinks(String, String, int, int, int, int)
Creates an InternalWindow which has horizontal and vertical Scrollbars and a TextView for the HTML-Text with hyperlink support to be displayed.
 o HTMLDocHyperLinks(URL)
Creates an InternalWindow which has horizontal and vertical Scrollbars and a TextView for the HTML-Text to be displayed.
 o HTMLDocHyperLinks(URL, String)
Creates an InternalWindow which has horizontal and vertical Scrollbars and a TextView for the HTML-Text with hyperlink support to be displayed.
 o HTMLDocHyperLinks(URL, String, int, int, int, int)
Creates an InternalWindow which has horizontal and vertical Scrollbars and a TextView for the HTML-Text to be displayed.

Method Index

 o acceptsDrag(DragSession, int, int)
You should never call this method.
 o dragDropped(DragSession)
Implementation of the DragDestination interface.
 o dragEntered(DragSession)
Implementation of the DragDestination interface.
 o dragExited(DragSession)
Implementation of the DragDestination interface.
 o dragMoved(DragSession)
Implementation of the DragDestination interface.

Constructors

 o HTMLDocHyperLinks
 public HTMLDocHyperLinks(String message)
Creates an InternalWindow which has horizontal and vertical Scrollbars and a TextView for the HTML-Text to be displayed.

Parameters:
message - - The HTML-Text String
 o HTMLDocHyperLinks
 public HTMLDocHyperLinks(URL url)
Creates an InternalWindow which has horizontal and vertical Scrollbars and a TextView for the HTML-Text to be displayed.

Parameters:
url - - The URL and its Abs. address
 o HTMLDocHyperLinks
 public HTMLDocHyperLinks(String message,
                          String title)
Creates an InternalWindow which has horizontal and vertical Scrollbars and a TextView for the HTML-Text with hyperlink support

Parameters:
message - - The HTML-Text
title - - The title of the InternalWindow
 o HTMLDocHyperLinks
 public HTMLDocHyperLinks(URL url,
                          String title)
Creates an InternalWindow which has horizontal and vertical Scrollbars and a TextView for the HTML-Text with hyperlink support to be displayed.

Parameters:
url - - The URL and its Abs. Address
title - - The title of the InternalWindow
 o HTMLDocHyperLinks
 public HTMLDocHyperLinks(String message,
                          String title,
                          int x,
                          int y,
                          int w,
                          int h)
Creates an InternalWindow which has horizontal and vertical Scrollbars and a TextView for the HTML-Text with hyperlink support to be displayed.

Parameters:
message - - The HTML-Text
title - - The title of the InternalWindow
x - - The X-Position of the InternalWindow
y - - The Y-Position of the InternalWindow
w - - The width of the InternalWindow
h - - The height of the InternalWindow
 o HTMLDocHyperLinks
 public HTMLDocHyperLinks(URL url,
                          String title,
                          int x,
                          int y,
                          int w,
                          int h)
Creates an InternalWindow which has horizontal and vertical Scrollbars and a TextView for the HTML-Text to be displayed.

Parameters:
url - - The URL where the HTML-document is
title - - The title of the InternalWindow
x - - The X-Position of the InternalWindow
y - - The Y-Position of the InternalWindow
w - - The width of the InternalWindow
h - - The height of the InternalWindow

Methods

 o acceptsDrag
 public DragDestination acceptsDrag(DragSession dragSession,
                                    int x,
                                    int y)
You should never call this method.

Overrides:
acceptsDrag in class View
 o dragDropped
 public boolean dragDropped(DragSession dragSession)
Implementation of the DragDestination interface. You should never call this method.

 o dragEntered
 public boolean dragEntered(DragSession dragSession)
Implementation of the DragDestination interface. You should never call this method.

 o dragExited
 public void dragExited(DragSession dragSession)
Implementation of the DragDestination interface. You should never call this method.

 o dragMoved
 public boolean dragMoved(DragSession dragSession)
Implementation of the DragDestination interface. You should never call this method.


All Packages  Class Hierarchy  This Package  Previous  Next  Index