com.partnersoft.maps.app
Class MapHTMLControl
java.lang.Object
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:
- map://find/FindItemType/FindItemValue
- map://data/MapSetName/MapItemID
- map://action/ActionName
- Author:
- Paul Reavis Copyright 2004-2005 Partner Software, Inc.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapHTMLControl
public MapHTMLControl(MapApp app)
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)