Uses of Interface
org.knime.core.node.property.hilite.HiLiteListener

Packages that use HiLiteListener
org.knime.base.node.mine.cluster.kmeans This package contains the classes needed from the KMeans Node. 
org.knime.base.node.mine.regression.linear.view Customized scatter plot view that also shows the regression line. 
org.knime.base.node.mine.regression.polynomial.learner The polyreg's predictor package contains just the two classes that make up the predictor node: the model and its factory. 
org.knime.base.node.mine.scorer.accuracy Similar to the default scorer. 
org.knime.base.node.mine.sota.view Contains the view classes of the Sota node. 
org.knime.base.node.preproc.discretization.caim2.modelcreator Contains the classes implementing a node that learns a class supervised discretization (binning) model. 
org.knime.base.node.preproc.filter.hilite Node to seperate hilited and not hilited rows of given DataTable. 
org.knime.base.node.viz.histogram.impl This package contains the different plotter implementations of the histogram and the root class AbstractHistogramPlotter and AbstractHistogramProperties that need to be implemented by the concrete implementation. 
org.knime.base.node.viz.histogram.impl.fixed This is the memory saving implementation of the abstract histogram plotter. 
org.knime.base.node.viz.histogram.impl.interactive This is the interactive implementation of the abstract histogram plotter. 
org.knime.base.node.viz.pie.impl This package contains the plotter framework implementation classes. 
org.knime.base.node.viz.pie.impl.fixed This package contains the fixed pie chart plotter classes. 
org.knime.base.node.viz.pie.impl.interactive This package contains the interactive pie chart plotter classes. 
org.knime.base.node.viz.plotter Contains the basic viewing framework for KNIME. 
org.knime.base.node.viz.plotter.basic The idea behind the BasicPlotter is to provide a small fraction of the functionality known from "R" or "GnuPlot", if you have some basic elements, such as lines, ellipses, rectangles, you want to add to your view you can use the BasicPlotter
org.knime.base.node.viz.plotter.box Contains all classes that realize a box plot. 
org.knime.base.node.viz.plotter.columns This package contains convenient classes when two or n columns should be displayed. 
org.knime.base.node.viz.plotter.dendrogram Contains all classes necessary to visualize a hierachical clustering result represented by a DendrogramNode
org.knime.base.node.viz.plotter.line A line plot plots the numeric columns of the input table as lines. 
org.knime.base.node.viz.plotter.parcoord A ParallelCoordinatePlot is a representation of multi-dimensional information or data, in which multiple dimensions are allocated to parallel axes on-screen. 
org.knime.base.node.viz.plotter.scatter A scatter plot maps to columns (dimensions) of data to 2-dimensional space, which results that each row (data instance) can be represented as one 2-dimensional point. 
org.knime.base.node.viz.plotter.scattermatrix A scatter matrix plot is a matrix of scatter plots, where each selected column is plotted against each selected column. 
org.knime.core.node.property.hilite Contains hilite classes to maintain hilite events between different views. 
org.knime.core.node.tableview Node implementation of a table view. 
 

Uses of HiLiteListener in org.knime.base.node.mine.cluster.kmeans
 

Classes in org.knime.base.node.mine.cluster.kmeans that implement HiLiteListener
 class ClusterNodeView
           
 

Uses of HiLiteListener in org.knime.base.node.mine.regression.linear.view
 

Classes in org.knime.base.node.mine.regression.linear.view that implement HiLiteListener
 class LinRegLinePlotter
          A scatter plot with a regression line.
 

Uses of HiLiteListener in org.knime.base.node.mine.regression.polynomial.learner
 

Classes in org.knime.base.node.mine.regression.polynomial.learner that implement HiLiteListener
 class PolyRegLineScatterPlotter
          This class is the plotter used inside the PolyRegLineNodeView.
 

Uses of HiLiteListener in org.knime.base.node.mine.scorer.accuracy
 

Classes in org.knime.base.node.mine.scorer.accuracy that implement HiLiteListener
(package private)  class AccuracyScorerNodeView
          This view displays the scoring results.
 

Uses of HiLiteListener in org.knime.base.node.mine.sota.view
 

Classes in org.knime.base.node.mine.sota.view that implement HiLiteListener
 class SotaDrawingPane
           
 

Uses of HiLiteListener in org.knime.base.node.preproc.discretization.caim2.modelcreator
 

Classes in org.knime.base.node.preproc.discretization.caim2.modelcreator that implement HiLiteListener
 class BinModelPlotter
          This plotter draws a DiscretizationModel.
 

Uses of HiLiteListener in org.knime.base.node.preproc.filter.hilite
 

Classes in org.knime.base.node.preproc.filter.hilite that implement HiLiteListener
 class HiliteFilterNodeModel
           
 

Uses of HiLiteListener in org.knime.base.node.viz.histogram.impl
 

Classes in org.knime.base.node.viz.histogram.impl that implement HiLiteListener
 class AbstractHistogramPlotter
          Abstract class which is the coordinator between the HistogramDrawingPane and the AbstractHistogramVizModel.
 

Uses of HiLiteListener in org.knime.base.node.viz.histogram.impl.fixed
 

Classes in org.knime.base.node.viz.histogram.impl.fixed that implement HiLiteListener
 class FixedHistogramPlotter
          This class is the controller between the data model of the FixedHistogramDataModel class and the view HistogramDrawingPane.
 

Uses of HiLiteListener in org.knime.base.node.viz.histogram.impl.interactive
 

Classes in org.knime.base.node.viz.histogram.impl.interactive that implement HiLiteListener
 class InteractiveHistogramPlotter
          This class is the controller between the data model of the InteractiveHistogramVizModel class and the view HistogramDrawingPane.
 

Uses of HiLiteListener in org.knime.base.node.viz.pie.impl
 

Classes in org.knime.base.node.viz.pie.impl that implement HiLiteListener
 class PiePlotter<P extends PieProperties<D>,D extends PieVizModel>
          The abstract plotter implementation of the pie chart which acts as the controller between the PieVizModel and the PieDrawingPane.
 

Uses of HiLiteListener in org.knime.base.node.viz.pie.impl.fixed
 

Classes in org.knime.base.node.viz.pie.impl.fixed that implement HiLiteListener
 class FixedPiePlotter
          The fixed column implementation of the pie plotter.
 

Uses of HiLiteListener in org.knime.base.node.viz.pie.impl.interactive
 

Classes in org.knime.base.node.viz.pie.impl.interactive that implement HiLiteListener
 class InteractivePiePlotter
          The interactive implementation of the pie plotter which allows the user to change the pie and aggregation column in the view and supports hiliting.
 

Uses of HiLiteListener in org.knime.base.node.viz.plotter
 

Classes in org.knime.base.node.viz.plotter that implement HiLiteListener
 class AbstractPlotter
          Provides functionality for zooming, moving and selection and is designed to be extended.
 

Methods in org.knime.base.node.viz.plotter with parameters of type HiLiteListener
 void AbstractPlotter.delegateAddHiLiteListener(HiLiteListener listener)
          Delegates the listener to the hilite handler.
 void AbstractPlotter.delegateRemoveHiLiteListener(HiLiteListener listener)
           
 

Uses of HiLiteListener in org.knime.base.node.viz.plotter.basic
 

Classes in org.knime.base.node.viz.plotter.basic that implement HiLiteListener
 class BasicPlotter
          Tha BasicPlotter provides means to add some simple, basic graphical forms to the drawing pane, which are automatically mapped to the drawing pane's dimension.
 class BasicPlotterImpl
           
 

Uses of HiLiteListener in org.knime.base.node.viz.plotter.box
 

Classes in org.knime.base.node.viz.plotter.box that implement HiLiteListener
 class BoxPlotter
          The BoxPlotter calculates, based on the statistical parameters determined by the BoxPlotNodeModel, the Boxes to draw in the updateSize method.
 class ConditionalBoxPlotter
           
 

Uses of HiLiteListener in org.knime.base.node.viz.plotter.columns
 

Classes in org.knime.base.node.viz.plotter.columns that implement HiLiteListener
 class TwoColumnPlotter
          Wraps the functionality where the data of two columns have to be displayed.
 

Uses of HiLiteListener in org.knime.base.node.viz.plotter.dendrogram
 

Classes in org.knime.base.node.viz.plotter.dendrogram that implement HiLiteListener
 class DendrogramPlotter
          Converts a DendrogramNode into a BinaryTree of DendrogramPoints, which is the visual representation of a hierachical clustering result stored in the DendrogramNode.
 

Uses of HiLiteListener in org.knime.base.node.viz.plotter.line
 

Classes in org.knime.base.node.viz.plotter.line that implement HiLiteListener
 class LinePlotter
          Plots the values of all selected numeric columns as lines in a plot, where the x axis are the rows and the y axis are the values from the minimum of the values in all columns to the maximum of the values of all selected columns.
 

Uses of HiLiteListener in org.knime.base.node.viz.plotter.parcoord
 

Classes in org.knime.base.node.viz.plotter.parcoord that implement HiLiteListener
 class ParallelCoordinatesPlotter
           
 

Uses of HiLiteListener in org.knime.base.node.viz.plotter.scatter
 

Classes in org.knime.base.node.viz.plotter.scatter that implement HiLiteListener
 class ScatterPlotter
          Maps the two selected columns to the screen coordinates.
 

Uses of HiLiteListener in org.knime.base.node.viz.plotter.scattermatrix
 

Classes in org.knime.base.node.viz.plotter.scattermatrix that implement HiLiteListener
 class ScatterMatrixPlotter
          Creates the scatter matrix elements as rectangles with a x and y coordinates, passes these ScatterMatrixElements to the ScatterMatrixDrawingPane.
 

Uses of HiLiteListener in org.knime.core.node.property.hilite
 

Methods in org.knime.core.node.property.hilite with parameters of type HiLiteListener
 void HiLiteHandler.addHiLiteListener(HiLiteListener listener)
          Appends a new hilite listener at the end of the list, if the listener has not been added before.
 void HiLiteHandler.removeHiLiteListener(HiLiteListener listener)
          Removes the given hilite listener from the list.
 

Uses of HiLiteListener in org.knime.core.node.tableview
 

Classes in org.knime.core.node.tableview that implement HiLiteListener
 class TableContentModel
          Proprietary implementation of a model for a table view.
 



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.