final class DecTreePredictorGraphView extends NodeView<DecTreePredictorNodeModel> implements HiLiteListener
COLOR_BACKGROUND, PROP_CHANGE_CLOSE, WARNING_ICON
m_nodeContext
Constructor and Description |
---|
DecTreePredictorGraphView(DecTreePredictorNodeModel model)
Default constructor, taking the model as argument.
|
Modifier and Type | Method and Description |
---|---|
void |
hiLite(KeyEvent event)
Invoked when some item(s) were hilit.
|
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.
|
void |
unHiLite(KeyEvent event)
Invoked when some item(s) were unhilit.
|
void |
unHiLiteAll(KeyEvent event)
Invoked, when everything (all rows) are unhilit.
|
callCloseView, callOpenView, callOpenView, closeView, createFrame, createFrame, getComponent, getExportComponent, getJMenuBar, getViewTitle, isOpen, openViewComponent, setComponent, setShowNODATALabel, setViewTitleSuffix, warningChanged
getLogger, getNodeModel, updateModel
public DecTreePredictorGraphView(DecTreePredictorNodeModel model)
model
- the underlying NodeModelprotected void onClose()
HiLiteListeners
. Dispose internal members. NodeModel
onClose
in class NodeView<DecTreePredictorNodeModel>
protected void onOpen()
onOpen
in class NodeView<DecTreePredictorNodeModel>
protected void modelChanged()
NodeModel
has
changed. Also the HiLightHandler have changed. Note, the
NodeModel
content may be not available. The framework
calls this method in the EventDispatchThread (GUI updates can be done
directly in the calling thread).modelChanged
in class AbstractNodeView<DecTreePredictorNodeModel>
public void hiLite(KeyEvent event)
hiLite
in interface HiLiteListener
event
- contains a list of row keys that were hilitpublic void unHiLite(KeyEvent event)
unHiLite
in interface HiLiteListener
event
- contains a list of row keys that were unhilitpublic void unHiLiteAll(KeyEvent event)
unHiLiteAll
in interface HiLiteListener
event
- contains a list of row key that were unhilit
KNIME GmbH, Konstanz, Germany
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.