Uses of Class
com.vividsolutions.jump.workbench.ui.HTMLFrame

Packages that use HTMLFrame
com.vividsolutions.jump.workbench.plugin The API for "plug-ins", which are code modules that can be assigned to buttons and menu items. 
com.vividsolutions.jump.workbench.ui   
com.vividsolutions.jump.workbench.ui.plugin The built-in JUMP "plug-ins" (code modules that can be assigned to buttons and menu items). 
org.openjump.core.ui.util   
 

Uses of HTMLFrame in com.vividsolutions.jump.workbench.plugin
 

Methods in com.vividsolutions.jump.workbench.plugin that return HTMLFrame
 HTMLFrame PlugInContext.getOutputFrame()
           
 

Uses of HTMLFrame in com.vividsolutions.jump.workbench.ui
 

Methods in com.vividsolutions.jump.workbench.ui that return HTMLFrame
 HTMLFrame WorkbenchFrame.getOutputFrame()
           
 

Methods in com.vividsolutions.jump.workbench.ui with parameters of type HTMLFrame
 void WorkbenchFrame.flash(HTMLFrame frame)
           
 

Uses of HTMLFrame in com.vividsolutions.jump.workbench.ui.plugin
 

Methods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type HTMLFrame
 void LayerStatisticsPlugIn.output(LayerStatisticsPlugIn.LayerStatistics ls, HTMLFrame out)
           
 

Uses of HTMLFrame in org.openjump.core.ui.util
 

Methods in org.openjump.core.ui.util with parameters of type HTMLFrame
static void ExceptionUtil.reportExceptions(java.util.ArrayList exceptions, DataSourceQuery dataSourceQuery, WorkbenchFrame workbenchFrame, HTMLFrame outputFrame)