|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.core.node.AbstractNodeView<T>
org.knime.core.node.NodeView<DecTreePredictorNodeModel>
org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorGraphView
final class DecTreePredictorGraphView
| Field Summary |
|---|
| Fields inherited from class org.knime.core.node.NodeView |
|---|
COLOR_BACKGROUND, PROP_CHANGE_CLOSE |
| Constructor Summary | |
|---|---|
DecTreePredictorGraphView(DecTreePredictorNodeModel model)
Default constructor, taking the model as argument. |
|
| Method Summary | |
|---|---|
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. |
| 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 org.knime.core.node.AbstractNodeView |
|---|
getLogger, getNodeModel, updateModel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DecTreePredictorGraphView(DecTreePredictorNodeModel model)
model - the underlying NodeModel| Method Detail |
|---|
protected 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. Be sure to
modify GUI components in the EventDispatchThread only.
modelChanged in class AbstractNodeView<DecTreePredictorNodeModel>public void hiLite(KeyEvent event)
hiLite in interface HiLiteListenerevent - contains a list of row keys that were hilitpublic void unHiLite(KeyEvent event)
unHiLite in interface HiLiteListenerevent - contains a list of row keys that were unhilitpublic void unHiLiteAll(KeyEvent event)
unHiLiteAll in interface HiLiteListenerevent - contains a list of row key that were unhilit
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||