org.knime.base.node.viz.statistics
Class Statistics2NodeView
java.lang.Object
org.knime.core.node.AbstractNodeView<T>
org.knime.core.node.NodeView<Statistics2NodeModel>
org.knime.base.node.viz.statistics.Statistics2NodeView
- All Implemented Interfaces:
- EventListener, NodeModelWarningListener
public class Statistics2NodeView
- extends NodeView<Statistics2NodeModel>
The view shows the statistical information.
- Author:
- cebron, University of Konstanz
Method Summary |
protected void |
modelChanged()
If the model changes, the new statistical information from the original
table is added to the upper statistics table. |
protected void |
onClose()
Invoked when the window is about to be closed. |
protected void |
onOpen()
Invoked when the window has been opened. |
Methods inherited from class org.knime.core.node.NodeView |
callCloseView, closeView, createFrame, getComponent, getJMenuBar, getViewTitle, isOpen, openViewComponent, setComponent, setShowNODATALabel, setViewTitleSuffix, warningChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Statistics2NodeView
Statistics2NodeView(Statistics2NodeModel model)
- Constructs a
NodeView
consisting of statistical values.
- Parameters:
model
- The underlying NodeModel
modelChanged
protected void modelChanged()
- If the model changes, the new statistical information from the original
table is added to the upper statistics table.
- Specified by:
modelChanged
in class AbstractNodeView<Statistics2NodeModel>
- See Also:
AbstractNodeView.modelChanged()
onClose
protected void onClose()
- Invoked when the window is about to be closed. Unregister
HiLiteListeners
. Dispose internal members.
This method is the first to be called on a close request (right after
the view is unregistered from the NodeModel
- Specified by:
onClose
in class NodeView<Statistics2NodeModel>
onOpen
protected void onOpen()
- Invoked when the window has been opened. Register property listeners.
This method is called last on view construction - right before the
components are made visible. It is not called on re-opening.
- Specified by:
onOpen
in class NodeView<Statistics2NodeModel>
Copyright, 2003 - 2010. 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.