com.partnersoft.maps.app
Class MapHTMLControl

java.lang.Object
  extended by com.partnersoft.maps.app.MapHTMLControl
All Implemented Interfaces:
GUIControl

public class MapHTMLControl
extends java.lang.Object
implements GUIControl

This is a gui control object that displays HTML from a server or from provided text, and which processes urls of the map:// type. Valid urls include:

Author:
Paul Reavis Copyright 2004-2005 Partner Software, Inc.

Constructor Summary
MapHTMLControl(MapApp app)
           
 
Method Summary
 void addChangeListener(javax.swing.event.ChangeListener nosey)
           
 javax.swing.JComponent getGUI()
           
 javax.swing.JEditorPane getJEditorPane()
           
 java.lang.String getText()
           
 void removeChangeListener(javax.swing.event.ChangeListener nosey)
           
 void setPage(java.lang.String newURL)
           
 void setText(java.lang.String newHTML)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapHTMLControl

public MapHTMLControl(MapApp app)
Method Detail

getGUI

public javax.swing.JComponent getGUI()
Specified by:
getGUI in interface GUIControl

getJEditorPane

public javax.swing.JEditorPane getJEditorPane()

setPage

public void setPage(java.lang.String newURL)

setText

public void setText(java.lang.String newHTML)

getText

public java.lang.String getText()

addChangeListener

public void addChangeListener(javax.swing.event.ChangeListener nosey)

removeChangeListener

public void removeChangeListener(javax.swing.event.ChangeListener nosey)