|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewUpdateNotice.ViewType | |
---|---|
org.knime.base.node.util.exttool | Provides functionality for nodes that want to launch external programs. The CommandExecution
can be used to run the external program. |
Uses of ViewUpdateNotice.ViewType in org.knime.base.node.util.exttool |
---|
Fields in org.knime.base.node.util.exttool declared as ViewUpdateNotice.ViewType | |
---|---|
ViewUpdateNotice.ViewType |
ViewUpdateNotice.TYPE
the type of view that should listen to this notification. |
Methods in org.knime.base.node.util.exttool that return ViewUpdateNotice.ViewType | |
---|---|
static ViewUpdateNotice.ViewType |
ViewUpdateNotice.ViewType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ViewUpdateNotice.ViewType[] |
ViewUpdateNotice.ViewType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.knime.base.node.util.exttool with parameters of type ViewUpdateNotice.ViewType | |
---|---|
ViewUpdateNotice(ViewUpdateNotice.ViewType type)
Creates a new notification object for the specified view type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |