Uses of Class
com.vividsolutions.jump.workbench.ui.HTMLFrame
-
Packages that use HTMLFrame Package Description 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 org.openjump.core.ui.util -
-
Uses of HTMLFrame in com.vividsolutions.jump.workbench.plugin
Methods in com.vividsolutions.jump.workbench.plugin that return HTMLFrame Modifier and Type Method Description HTMLFrame
PlugInContext. getOutputFrame()
-
Uses of HTMLFrame in com.vividsolutions.jump.workbench.ui
Methods in com.vividsolutions.jump.workbench.ui that return HTMLFrame Modifier and Type Method Description HTMLFrame
WorkbenchFrame. getOutputFrame()
Methods in com.vividsolutions.jump.workbench.ui with parameters of type HTMLFrame Modifier and Type Method Description void
WorkbenchFrame. flash(HTMLFrame frame)
-
Uses of HTMLFrame in org.openjump.core.ui.util
Methods in org.openjump.core.ui.util with parameters of type HTMLFrame Modifier and Type Method Description static void
ExceptionUtil. reportExceptions(List<Throwable> exceptions, DataSourceQuery dataSourceQuery, WorkbenchFrame workbenchFrame, HTMLFrame outputFrame)
-