org.knime.core.node.port.inactive
Class InactiveBranchPortObjectSpec
java.lang.Object
org.knime.core.node.port.inactive.InactiveBranchPortObjectSpec
- All Implemented Interfaces:
- PortObjectSpec
public final class InactiveBranchPortObjectSpec
- extends Object
- implements PortObjectSpec
An empty PortObjectSpec implementation which indicates that this node
execution was skipped (likely because it is part of inactive IF-ENDIF
branch).
- Author:
- M. Berthold, University of Konstanz
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final InactiveBranchPortObjectSpec INSTANCE
- Singleton to be used.
getPortObjectSpecSerializer
public static PortObjectSpec.PortObjectSpecSerializer<InactiveBranchPortObjectSpec> getPortObjectSpecSerializer()
- Serializer method as required by
PortObjectSpec class.
- Returns:
- The serializer instance.
getViews
public JComponent[] getViews()
- The returned views are displayed in the out port view of the referring
node. Each component is displayed in an extra tab. The name of the
component is used as the title for the tab. It is important that no
external members are kept in the component so it can be deleted, when
the port object is deleted. If the port object has no view return an
empty array.
- Specified by:
getViews in interface PortObjectSpec
- Returns:
- an array of views for the port object spec, each displayed as a
tab in the out port view
Copyright, 2003 - 2012. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.