Package org.knime.core.webui
Interface UIExtension
- All Known Subinterfaces:
NodeDialog,NodeTableView,NodeView,PortView
- All Known Implementing Classes:
DefaultNodeDialog,TableNodeView
public interface UIExtension
A UI extension is a custom contribution to the KNIME UI. Such as a node dialog, node view or port view.
- Author:
- Martin Horn, KNIME GmbH, Konstanz, Germany
-
Method Summary
-
Method Details
-
getPage
Page getPage()Returns the (html) page which represents the UI.- Returns:
- the page
-