ptolemy.actor.gui
Class QueryUtilities

java.lang.Object
  extended byptolemy.actor.gui.QueryUtilities

public class QueryUtilities
extends java.lang.Object

This class contains utility methods for Ptolemy Query classes that access the configuration.

Since:
Ptolemy II 4.1
Version:
$Id: QueryUtilities.java,v 1.10 2005/04/29 20:04:12 cxh Exp $
Author:
Christopher Brooks
Accepted Rating:
Red (cxh)
Proposed Rating:
Red (cxh)

Method Summary
static void openHTMLResource(java.lang.String urlName, java.awt.Frame owner)
          Open a HTML resource in the current configuration if possible.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

openHTMLResource

public static void openHTMLResource(java.lang.String urlName,
                                    java.awt.Frame owner)
Open a HTML resource in the current configuration if possible.

Parameters:
urlName - A string naming the url of the file to be opened as a resource. For example "doc/expressions.htm".
owner - The frame that owns the HTMLViewer to be created.