org.knime.base.node.mine.subgroupminer
Class BitVectorGeneratorView
java.lang.Object
org.knime.core.node.AbstractNodeView<T>
org.knime.core.node.NodeView
org.knime.base.node.mine.subgroupminer.BitVectorGeneratorView
- All Implemented Interfaces:
- EventListener, NodeModelWarningListener
public class BitVectorGeneratorView
- extends NodeView
The BitvectorGeneratorView provides information about the generation of the
bitsets out of the data. In particular, this is the number of processed rows,
the resulting bitvector length, the total number of generated zeros and ones
and the resulting ratio from 1s to 0s.
- Author:
- Fabian Dill, University of Konstanz
Method Summary |
protected void |
modelChanged()
Method is invoked when the underlying NodeModel has
changed. |
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 |
BitVectorGeneratorView
public BitVectorGeneratorView(BitVectorGeneratorNodeModel model)
- Creates the view instance or the BitVectorGeneratorNode with the
BitVectorGeneratorNodeModel as the underlying model.
- Parameters:
model
- the underlying node model
modelChanged
protected void modelChanged()
- Method is invoked when the underlying
NodeModel
has
changed. Also the HiLightHandler have changed. Note, the
NodeModel
content may be not available. Be sure to
modify GUI components in the EventDispatchThread only.
- Specified by:
modelChanged
in class AbstractNodeView
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
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
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.