Serialized Form


Package org.knime.base.data.append.row

Class org.knime.base.data.append.row.AppendedRowsIterator.RuntimeCanceledExecutionException extends RuntimeException implements Serializable


Package org.knime.base.data.bitvector

Class org.knime.base.data.bitvector.BitVectorCell extends DataCell implements Serializable

Serialized Fields

m_bits

BitSet m_bits
Deprecated. 

m_nrBits

int m_nrBits
Deprecated. 

Package org.knime.base.node.io.csvwriter

Class org.knime.base.node.io.csvwriter.CSVFilesHistoryPanel extends JPanel implements Serializable

Serialized Fields

m_textBox

JComboBox m_textBox

m_chooseButton

JButton m_chooseButton

m_warnMsg

JLabel m_warnMsg

Class org.knime.base.node.io.csvwriter.DecimalSeparatorPanel extends JPanel implements Serializable

Serialized Fields

m_decSeparator

JTextField m_decSeparator

m_warning

JLabel m_warning

Package org.knime.base.node.io.filereader

Class org.knime.base.node.io.filereader.CharsetNamePanel extends JPanel implements Serializable

Serialized Fields

m_group

ButtonGroup m_group

m_default

JRadioButton m_default

m_iso8859

JRadioButton m_iso8859

m_utf8

JRadioButton m_utf8

m_utf16le

JRadioButton m_utf16le

m_utf16be

JRadioButton m_utf16be

m_utf16

JRadioButton m_utf16

m_custom

JRadioButton m_custom

m_customName

JTextField m_customName

Class org.knime.base.node.io.filereader.ColPropertyDialog extends JDialog implements Serializable

Serialized Fields

m_colIdx

int m_colIdx

m_allColProps

Vector<E> m_allColProps

m_skipColumn

JCheckBox m_skipColumn

m_colNameField

JTextField m_colNameField

m_typeChooser

JComboBox m_typeChooser

m_missValueField

JTextField m_missValueField

m_oldType

int m_oldType

m_userDomainSettings

ColProperty m_userDomainSettings

m_result

Vector<E> m_result

m_warnLabel

JLabel m_warnLabel

m_domainButton

JButton m_domainButton

Class org.knime.base.node.io.filereader.DecSepPanel extends JPanel implements Serializable

Serialized Fields

m_decSep

JTextField m_decSep

m_thousandSep

JTextField m_thousandSep

Class org.knime.base.node.io.filereader.DomainDialog extends JDialog implements Serializable

Serialized Fields

m_containsVals

JCheckBox m_containsVals

m_editField

JTextField m_editField

m_valueList

JList m_valueList

m_errorLabel

JLabel m_errorLabel

m_addButton

JButton m_addButton

m_remButton

JButton m_remButton

m_colProp

ColProperty m_colProp

m_result

ColProperty m_result

Class org.knime.base.node.io.filereader.FileReaderAdvancedDialog extends JDialog implements Serializable

Serialized Fields

m_jContentPane

JPanel m_jContentPane

m_controlPanel

JPanel m_controlPanel

m_okButton

JButton m_okButton

m_cancelButton

JButton m_cancelButton

m_xmlButton

JButton m_xmlButton

m_mainPanel

JPanel m_mainPanel

m_closedViaReadXML

boolean m_closedViaReadXML

m_closedViaOK

boolean m_closedViaOK

m_doAnalyze

boolean m_doAnalyze

m_jTabbedPane

JTabbedPane m_jTabbedPane

m_settings

FileReaderNodeSettings m_settings

m_quotePanel

QuotePanel m_quotePanel

m_decSepPanel

DecSepPanel m_decSepPanel

m_ignoreDelimsPanel

IgnoreDelimsPanel m_ignoreDelimsPanel

m_shortLinesSupport

ShortLinesPanel m_shortLinesSupport

m_uniquifyPanel

UniquifyPanel m_uniquifyPanel

m_limitRowsPanel

LimitRowsPanel m_limitRowsPanel

m_charsetNamePanel

CharsetNamePanel m_charsetNamePanel

m_missValPanel

MissingValuePanel m_missValPanel

Class org.knime.base.node.io.filereader.FileReaderException extends RuntimeException implements Serializable

Serialized Fields

m_row

DataRow m_row

m_lineNumber

int m_lineNumber

m_detailsMsg

String m_detailsMsg

Class org.knime.base.node.io.filereader.IgnoreDelimsPanel extends JPanel implements Serializable

Serialized Fields

m_ignoreThem

JCheckBox m_ignoreThem

Class org.knime.base.node.io.filereader.InterruptedExecutionException extends Exception implements Serializable

Class org.knime.base.node.io.filereader.MissingValuePanel extends JPanel implements Serializable

Serialized Fields

m_missingValue

JTextField m_missingValue

m_warnLabel

JLabel m_warnLabel

Class org.knime.base.node.io.filereader.PreviewTableContentView extends TableContentView implements Serializable

Class org.knime.base.node.io.filereader.QuotePanel extends JPanel implements Serializable

Serialized Fields

m_currQuotes

JList m_currQuotes

m_qCtrlPanel

JPanel m_qCtrlPanel

m_qEditPanel

JPanel m_qEditPanel

m_qEditField

JTextField m_qEditField

m_addButton

JButton m_addButton

m_removeButton

JButton m_removeButton

m_currQuotesScroller

JScrollPane m_currQuotesScroller

m_qEscBox

JCheckBox m_qEscBox

m_qEscPanel

JPanel m_qEscPanel

m_qListPanel

JPanel m_qListPanel

m_qListHeader

JLabel m_qListHeader

m_qEditLabelPanel

JPanel m_qEditLabelPanel

m_quoteEditPanel

JPanel m_quoteEditPanel

m_textPanel

JPanel m_textPanel

m_qErrorPanel

JPanel m_qErrorPanel

m_qErrorLabel

JLabel m_qErrorLabel

m_frSettings

FileReaderNodeSettings m_frSettings

Package org.knime.base.node.io.filetokenizer

Class org.knime.base.node.io.filetokenizer.FileTokenizerException extends RuntimeException implements Serializable


Package org.knime.base.node.mine.bayes.naivebayes.datamodel

Class org.knime.base.node.mine.bayes.naivebayes.datamodel.TooManyValuesException extends Exception implements Serializable

serialVersionUID: -2908267177526816082L


Package org.knime.base.node.mine.bfn

Class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeDialogPanel extends JPanel implements Serializable

Serialized Fields

m_isMaxEpochs

JCheckBox m_isMaxEpochs
If maximum number of epochs set.


m_maxEpochs

JSpinner m_maxEpochs
Value of maximum number of epochs.


m_distance

JComboBox m_distance
Holds all possible distance functions.


m_shrinkAfterCommit

JCheckBox m_shrinkAfterCommit
Shrink after commit.


m_coverMax

JCheckBox m_coverMax
Cover only pattern with maximum degree.


m_missings

JComboBox m_missings
Missing replacement function.


Package org.knime.base.node.mine.cluster.hierarchical

Class org.knime.base.node.mine.cluster.hierarchical.DistancePlotProperties extends AbstractPlotterProperties implements Serializable

Serialized Fields

m_appearanceTab

LinePlotterAppearanceTab m_appearanceTab

Package org.knime.base.node.mine.cluster.hierarchical.distfunctions

Class org.knime.base.node.mine.cluster.hierarchical.distfunctions.EuclideanDist extends MinkowskiDist implements Serializable

Class org.knime.base.node.mine.cluster.hierarchical.distfunctions.ManhattanDist extends MinkowskiDist implements Serializable

Class org.knime.base.node.mine.cluster.hierarchical.distfunctions.MinkowskiDist extends Object implements Serializable

Serialized Fields

m_p

int m_p
The power of this type of minkowski distance.


Package org.knime.base.node.mine.decisiontree2.model

Class org.knime.base.node.mine.decisiontree2.model.DecisionTree extends Object implements Serializable

serialVersionUID: 42L

Serialized Fields

m_rootNode

DecisionTreeNode m_rootNode

m_classifyColumn

String m_classifyColumn

m_missingValueStrategy

PMMLMissingValueStrategy m_missingValueStrategy

m_noTrueChildStrategy

PMMLNoTrueChildStrategy m_noTrueChildStrategy

Class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode extends Object implements Serializable

Serialized Fields

m_coveredColors

HashMap<K,V> m_coveredColors

m_newColors

boolean m_newColors

m_classCounts

LinkedHashMap<K,V> m_classCounts

m_ownIndex

int m_ownIndex

m_class

DataCell m_class

m_ownClassFreq

double m_ownClassFreq

m_allClassFreq

double m_allClassFreq

m_parent

DecisionTreeNode m_parent

m_prefix

String m_prefix

m_customData

Object m_customData

Class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf extends DecisionTreeNode implements Serializable

Serialized Fields

m_coveredPattern

HashSet<E> m_coveredPattern

m_pureEnough

boolean m_pureEnough

Class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeRenderer extends DefaultTreeCellRenderer implements Serializable

Class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit extends DecisionTreeNode implements Serializable

Serialized Fields

m_splitAttr

String m_splitAttr
Returns the name of the field the predicate operates on, an empty String if it works on multiple attributes, or null if not applicable. (Can only be empty for compound predicates operating on multiple attributes.


m_child

DecisionTreeNode[] m_child

m_childIndex

int[] m_childIndex

m_mvStrategy

PMMLMissingValueStrategy m_mvStrategy

m_ntcStrategy

PMMLNoTrueChildStrategy m_ntcStrategy

Class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous extends DecisionTreeNodeSplit implements Serializable

Serialized Fields

m_threshold

double m_threshold
Deprecated. 
The node logger for this class.

Class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal extends DecisionTreeNodeSplit implements Serializable

Serialized Fields

m_splitValues

DataCell[] m_splitValues
Deprecated. 

Class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary extends DecisionTreeNodeSplitNominal implements Serializable

Serialized Fields

m_leftChildIndices

List<E> m_leftChildIndices
Deprecated. 

m_rightChildIndices

List<E> m_rightChildIndices
Deprecated. 

Class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML extends DecisionTreeNodeSplit implements Serializable

Serialized Fields

m_splitPred

PMMLPredicate[] m_splitPred

m_defaultChild

int m_defaultChild

Class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeView extends JPanel implements Serializable

Serialized Fields

m_node

DecisionTreeNode m_node

Package org.knime.base.node.mine.pca

Class org.knime.base.node.mine.pca.SettingsModelPCADimensions.ArraySpinnerModel extends SpinnerNumberModel implements Serializable

Serialized Fields

m_values

int[] m_values

index

int index

Package org.knime.base.node.mine.regression.linear.view

Class org.knime.base.node.mine.regression.linear.view.LinRegLineDrawingPane extends ScatterPlotterDrawingPane implements Serializable

Serialized Fields

m_x1

int m_x1

m_y1

int m_y1

m_x2

int m_x2

m_y2

int m_y2

Class org.knime.base.node.mine.regression.linear.view.LinRegLinePlotter extends ScatterPlotter implements Serializable

Class org.knime.base.node.mine.regression.linear.view.LinRegLinePlotterProperties extends ScatterPlotterProperties implements Serializable

Serialized Fields

m_targetColumn

String m_targetColumn

m_includs

String[] m_includs

Package org.knime.base.node.mine.regression.polynomial.learner

Class org.knime.base.node.mine.regression.polynomial.learner.CoefficientTable extends JPanel implements Serializable

Serialized Fields

m_model

PolyRegLearnerNodeModel m_model

m_tableModel

AbstractTableModel m_tableModel

m_table

JTable m_table

m_squaredError

JLabel m_squaredError

Class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLineScatterPlotter extends ScatterPlotter implements Serializable

Serialized Fields

m_xColumnSpec

DataColumnSpec m_xColumnSpec

m_yColumnSpec

DataColumnSpec m_yColumnSpec

m_model

PolyRegLearnerNodeModel m_model

m_filteredSpec

DataTableSpec m_filteredSpec

Package org.knime.base.node.mine.scorer.accuracy

Class org.knime.base.node.mine.scorer.accuracy.ConfusionTableModel extends AbstractTableModel implements Serializable

Serialized Fields

m_scoreCount

int[][] m_scoreCount
The int 2-D array representing the confution matrix.


m_headers

String[] m_headers
The names of the attributes.


m_rowHeaderDescription

String m_rowHeaderDescription
The column name (description) of the scored attributes for the row header.


m_columnHeaderDescription

String m_columnHeaderDescription
The column name (description) of the scored attributes for the column header.


Package org.knime.base.node.mine.scorer.entrop

Class org.knime.base.node.mine.scorer.entrop.EntropyView extends JSplitPane implements Serializable

Serialized Fields

m_tableView

TableView m_tableView
The table view containing cluster statistics.


m_editorPane

JEditorPane m_editorPane
The text pane that holds the information.


m_editorPaneScroller

JScrollPane m_editorPaneScroller
Scrollpane containing m_editorPane.


Package org.knime.base.node.mine.sota

Class org.knime.base.node.mine.sota.SotaHierarchicalFuzzySettings extends JPanel implements Serializable

serialVersionUID: 850988272023506129L

Serialized Fields

m_jchbUseHierarchicalFuzzyData

JCheckBox m_jchbUseHierarchicalFuzzyData

m_columnSelectionPanel

ColumnSelectionPanel m_columnSelectionPanel

m_logger

NodeLogger m_logger

m_classColumn

DialogComponentColumnNameSelection m_classColumn

m_classColumnModel

SettingsModelString m_classColumnModel

m_useOutData

DialogComponentBoolean m_useOutData

m_useOutDataModel

SettingsModelBoolean m_useOutDataModel

Class org.knime.base.node.mine.sota.SotaSettingsPanel extends JPanel implements Serializable

Serialized Fields

m_learningrateINCR

double m_learningrateINCR

m_variabilityINCR

double m_variabilityINCR

m_resourceINCR

double m_resourceINCR

m_errorINCR

double m_errorINCR

m_jsLearningRateWinner

JSpinner m_jsLearningRateWinner

m_jsLearningRateSister

JSpinner m_jsLearningRateSister

m_jsLearningRateAncestor

JSpinner m_jsLearningRateAncestor

m_jsVariability

JSpinner m_jsVariability

m_jsResource

JSpinner m_jsResource

m_jsError

JSpinner m_jsError

m_jchbUseVariability

JCheckBox m_jchbUseVariability

m_logger

NodeLogger m_logger

m_jcbDistance

JComboBox m_jcbDistance

m_width

int m_width

Package org.knime.base.node.mine.sota.logic

Class org.knime.base.node.mine.sota.logic.SotaDoubleCell extends Object implements Serializable

Serialized Fields

m_value

double m_value

Class org.knime.base.node.mine.sota.logic.SotaTreeCell extends Object implements Serializable

Serialized Fields

m_data

SotaCell[] m_data

m_isCell

boolean m_isCell

m_left

SotaTreeCell m_left

m_right

SotaTreeCell m_right

m_ancestor

SotaTreeCell m_ancestor

m_sister

SotaTreeCell m_sister

m_resource

double m_resource

m_maxDistance

double m_maxDistance

m_level

int m_level

m_hierarchyLevel

int m_hierarchyLevel

m_levelInHierarchy

int m_levelInHierarchy

m_dataIds

ArrayList<E> m_dataIds

m_classCounter

CellClassCounter m_classCounter

m_rowKeys

ArrayList<E> m_rowKeys

m_startY

int m_startY

m_startX

int m_startX

m_endY

int m_endY

m_endX

int m_endX

Package org.knime.base.node.mine.sota.view

Class org.knime.base.node.mine.sota.view.JMultiLineToolTip extends JToolTip implements Serializable

Serialized Fields

m_columns

int m_columns

m_fixedwidth

int m_fixedwidth

Class org.knime.base.node.mine.sota.view.SotaDrawingPane extends JPanel implements Serializable

Serialized Fields

m_jpWidth

int m_jpWidth

m_jpHeight

int m_jpHeight

m_zoomFactor

int m_zoomFactor

m_zooming

boolean m_zooming

m_pixelWidth

int m_pixelWidth

m_defPixelWidth

int m_defPixelWidth

m_clusterLineHeight

int m_clusterLineHeight

m_clusterRectWidth

int m_clusterRectWidth

m_impreciseness

int m_impreciseness

m_root

SotaTreeCell m_root

m_data

DataArray m_data

m_maxLevel

int m_maxLevel

m_isHierarchicalFuzzyData

boolean m_isHierarchicalFuzzyData

m_drawHierarchicalFuzzyData

boolean m_drawHierarchicalFuzzyData

m_drawHierarchicalSeparators

boolean m_drawHierarchicalSeparators

m_maxHLevel

int m_maxHLevel

m_accentHLevel

int m_accentHLevel

m_hierarchicalMaxLevels

Hashtable<K,V> m_hierarchicalMaxLevels

m_cells

ArrayList<E> m_cells

m_selectedKeys

ArrayList<E> m_selectedKeys

m_hilitedKeys

Set<E> m_hilitedKeys

m_hiliteHandler

HiLiteHandler m_hiliteHandler

m_dataCoordIndex

Hashtable<K,V> m_dataCoordIndex

m_nodesCoordIndex

Hashtable<K,V> m_nodesCoordIndex

m_toolTipSeperator

String m_toolTipSeperator

m_background

Color m_background

m_hilit

Color m_hilit

m_selected

Color m_selected

m_selectedHilited

Color m_selectedHilited

m_clusterLines

Color m_clusterLines

m_seperatorLines

Color m_seperatorLines

m_unusedClusterLines

Color m_unusedClusterLines

m_accentHLevelColor

Color m_accentHLevelColor

m_hierarchySeparatorLines

Color m_hierarchySeparatorLines

m_originalData

DataArray m_originalData

Class org.knime.base.node.mine.sota.view.SotaTreeViewPropsPanel extends JPanel implements Serializable

Serialized Fields

m_pane

SotaDrawingPane m_pane

m_slider

JSlider m_slider

m_zoomIn

JButton m_zoomIn

m_zoomOut

JButton m_zoomOut

m_setHierarchicalView

JCheckBox m_setHierarchicalView

m_setHierarchicalSeparators

JCheckBox m_setHierarchicalSeparators

Package org.knime.base.node.mine.svm.learner

Class org.knime.base.node.mine.svm.learner.KernelPanel extends JPanel implements Serializable

serialVersionUID: -5032637076823894980L

Serialized Fields

m_components

ArrayList<E> m_components

Package org.knime.base.node.preproc.discretization.caim2.modelcreator

Class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelDrawingPane extends AbstractDrawingPane implements Serializable

Serialized Fields

m_hMargin

int m_hMargin

m_binningSchemes

BinRuler[] m_binningSchemes

Class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter extends AbstractPlotter implements Serializable

Serialized Fields

m_selectedColumns

Set<E> m_selectedColumns

m_coordinates

List<E> m_coordinates

m_hMargin

int m_hMargin

m_vMargin

int m_vMargin

m_columnDisplayHeight

int m_columnDisplayHeight

m_discretizationModel

DiscretizationModel m_discretizationModel
The DiscretizationModel to visualize.


m_binnedColumnsSpec

DataTableSpec m_binnedColumnsSpec

Package org.knime.base.node.preproc.filter.row

Class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel extends RowFilterPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

m_colCombo

ColumnSelectionComboxBox m_colCombo

m_useRange

JRadioButton m_useRange

m_useRegExpr

JRadioButton m_useRegExpr

m_regExprVarButton

FlowVariableModelButton m_regExprVarButton

m_radios

ButtonGroup m_radios

m_lowerLabel

JLabel m_lowerLabel

m_lowerBound

JTextField m_lowerBound

m_upperLabel

JLabel m_upperLabel

m_upperBound

JTextField m_upperBound

m_regLabel

JLabel m_regLabel

m_regExpr

JComboBox m_regExpr

m_caseSensitive

JCheckBox m_caseSensitive

m_hasWildCards

JCheckBox m_hasWildCards

m_isRegExpr

JCheckBox m_isRegExpr

m_errText

JLabel m_errText

m_tSpec

DataTableSpec m_tSpec

m_useMissValue

JRadioButton m_useMissValue

Class org.knime.base.node.preproc.filter.row.RowFilterIterator.RuntimeCanceledExecutionException extends RuntimeException implements Serializable

Class org.knime.base.node.preproc.filter.row.RowFilterPanel extends JPanel implements Serializable

Serialized Fields

m_panel

JPanel m_panel

Class org.knime.base.node.preproc.filter.row.RowIDRowFilterPanel extends RowFilterPanel implements Serializable

Serialized Fields

m_errText

JLabel m_errText

m_regExpr

JTextField m_regExpr

m_caseSensitive

JCheckBox m_caseSensitive

m_startsWith

JCheckBox m_startsWith

Class org.knime.base.node.preproc.filter.row.RowNoRowFilterPanel extends RowFilterPanel implements Serializable

Serialized Fields

m_first

JSpinner m_first

m_tilEOT

JCheckBox m_tilEOT

m_last

JSpinner m_last

m_errText

JLabel m_errText

Package org.knime.base.node.preproc.filter.row.rowfilter

Class org.knime.base.node.preproc.filter.row.rowfilter.EndOfTableException extends Exception implements Serializable

Class org.knime.base.node.preproc.filter.row.rowfilter.IncludeFromNowOn extends Exception implements Serializable


Package org.knime.base.node.preproc.groupby.dialogutil

Class org.knime.base.node.preproc.groupby.dialogutil.AggregationColumnTableModel extends DefaultTableModel implements Serializable

serialVersionUID: 7331177164907480373L

Serialized Fields

m_cols

List<E> m_cols

Class org.knime.base.node.preproc.groupby.dialogutil.AggregationMethodComboBox extends JComboBox implements Serializable

serialVersionUID: -8712817491828316484L

Serialized Fields

m_type

DataType m_type

Class org.knime.base.node.preproc.groupby.dialogutil.AggregationMethodListCellRenderer extends DefaultListCellRenderer implements Serializable

serialVersionUID: -5113725870350491440L

Class org.knime.base.node.preproc.groupby.dialogutil.AggregationMethodTableCellEditor extends DefaultCellEditor implements Serializable

serialVersionUID: 1415862346615703238L

Serialized Fields

m_model

TableModel m_model

Class org.knime.base.node.preproc.groupby.dialogutil.AggregationMethodTableCellRenderer extends DefaultTableCellRenderer implements Serializable

serialVersionUID: -2935929914992836023L

Class org.knime.base.node.preproc.groupby.dialogutil.DataColumnSpecTableCellRenderer extends DefaultTableCellRenderer implements Serializable

serialVersionUID: -3420798953925662402L


Package org.knime.base.node.preproc.joiner

Class org.knime.base.node.preproc.joiner.ColumnSpecListRenderer extends DefaultListCellRenderer implements Serializable


Package org.knime.base.node.preproc.rename

Class org.knime.base.node.preproc.rename.DataTypeNameRenderer extends DefaultListCellRenderer implements Serializable


Package org.knime.base.node.preproc.sample

Class org.knime.base.node.preproc.sample.SamplingNodeDialogPanel extends JPanel implements Serializable

Serialized Fields

m_absoluteButton

JRadioButton m_absoluteButton

m_relativeButton

JRadioButton m_relativeButton

m_absoluteSpinner

JSpinner m_absoluteSpinner

m_relativeSpinner

JSpinner m_relativeSpinner

m_useSeedChecker

JCheckBox m_useSeedChecker

m_seedField

JFormattedTextField m_seedField

m_randomSampling

JRadioButton m_randomSampling

m_linearSampling

JRadioButton m_linearSampling

m_firstSampling

JRadioButton m_firstSampling

m_stratifiedSampling

JRadioButton m_stratifiedSampling

m_classColumn

ColumnSelectionComboxBox m_classColumn

Package org.knime.base.node.preproc.sorter

Class org.knime.base.node.preproc.sorter.SorterNodeDialogPanel extends JPanel implements Serializable

serialVersionUID: -4370835468477694930L

Serialized Fields

m_inclList

JList m_inclList

m_inclMdl

DefaultListModel m_inclMdl

m_exclList

JList m_exclList

m_exclMdl

DefaultListModel m_exclMdl

m_sortorderComboBox

JComboBox m_sortorderComboBox

m_comboModel

DefaultComboBoxModel m_comboModel

m_asc

String m_asc

m_desc

String m_desc

m_spec

DataTableSpec m_spec

m_sortOrder

Vector<E> m_sortOrder

Class org.knime.base.node.preproc.sorter.SorterNodeDialogPanel2 extends JPanel implements Serializable

serialVersionUID: -1757898824881266019L

Serialized Fields

m_components

Vector<E> m_components

m_spec

DataTableSpec m_spec

m_memory

boolean m_memory

m_memorycheckb

JCheckBox m_memorycheckb

Class org.knime.base.node.preproc.sorter.SortItem extends JPanel implements Serializable

serialVersionUID: 1662885117523675833L

Serialized Fields

m_id

int m_id

m_combovalues

Vector<E> m_combovalues

m_combo

JComboBox m_combo

m_ascRB

JRadioButton m_ascRB

m_descRB

JRadioButton m_descRB

Package org.knime.base.node.util

Class org.knime.base.node.util.FilterColumnPanel extends ColumnFilterPanel implements Serializable


Package org.knime.base.node.viz.aggregation

Class org.knime.base.node.viz.aggregation.AggregationValModel extends Object implements Serializable

serialVersionUID: -1350754955352409195L

Serialized Fields

m_name

String m_name

m_color

Color m_color

m_supportHiliting

boolean m_supportHiliting

m_elements

Map<K,V> m_elements

m_rowCounter

int m_rowCounter
The number of rows including empty value rows.


m_valueCount

int m_valueCount
The number of values without missing values!


m_aggrSum

double m_aggrSum

m_presentable

boolean m_presentable

m_isSelected

boolean m_isSelected

m_shape

Shape m_shape

m_hiliteShape

Shape m_hiliteShape
If the different elements of this bar can't be draw because the bar is to small this rectangle is calculated to reflect the proportion of hilited rows in this bar.

Class org.knime.base.node.viz.aggregation.AggregationValSubModel extends Object implements Serializable

serialVersionUID: -1627330636768050680L

Serialized Fields

m_color

Color m_color

m_supportHiliting

boolean m_supportHiliting

m_aggrSum

double m_aggrSum

m_valueCounter

int m_valueCounter
The number of values without missing values!


m_rowCounter

int m_rowCounter
The number of rows including empty value rows.


m_isSelected

boolean m_isSelected

m_presentable

boolean m_presentable

m_shape

Shape m_shape

m_rowKeys

Set<E> m_rowKeys

m_hilitedRowKeys

Set<E> m_hilitedRowKeys

m_hilitedShape

Shape m_hilitedShape

Package org.knime.base.node.viz.histogram.datamodel

Class org.knime.base.node.viz.histogram.datamodel.BarDataModel extends AggregationValModel<BarElementDataModel,Rectangle2D,Rectangle2D> implements Serializable

serialVersionUID: 2839475106700548682L

Serialized Fields

m_surroundingRectangle

Rectangle2D m_surroundingRectangle
The surrounding rectangle is used to distinguish between multiple selected aggregation columns.

Class org.knime.base.node.viz.histogram.datamodel.BarElementDataModel extends AggregationValSubModel<Rectangle2D,Rectangle2D> implements Serializable

serialVersionUID: 2537898631338523620L

Class org.knime.base.node.viz.histogram.datamodel.BinDataModel extends Object implements Serializable

serialVersionUID: -5898246116408854042L

Serialized Fields

m_xAxisCaption

String m_xAxisCaption

m_xAxisCaptionCell

DataCell m_xAxisCaptionCell

m_lowerBound

Double m_lowerBound

m_upperBound

Double m_upperBound

m_bars

Map<K,V> m_bars

m_rowCounter

int m_rowCounter

m_presentable

boolean m_presentable

m_isSelected

boolean m_isSelected

m_surroundingRectangle

Rectangle2D m_surroundingRectangle
The surrounding rectangle is used to distinguish between the different bins.


m_binRectangle

Rectangle m_binRectangle
The bin rectangle is the main rectangle which contains the bars.

Class org.knime.base.node.viz.histogram.datamodel.HSBColorComparator extends Object implements Serializable

serialVersionUID: -2017351242977651036L

Class org.knime.base.node.viz.histogram.datamodel.InteractiveBarDataModel extends BarDataModel implements Serializable

serialVersionUID: -5525319030969754880L

Class org.knime.base.node.viz.histogram.datamodel.InteractiveBarElementDataModel extends BarElementDataModel implements Serializable

serialVersionUID: -6612680797726333107L

Class org.knime.base.node.viz.histogram.datamodel.InteractiveBinDataModel extends BinDataModel implements Serializable

serialVersionUID: 4709538043061219689L

Serialized Fields

m_hiliteRectangle

Rectangle2D m_hiliteRectangle
If the different bars of this bin can't be draw because the bin is to small this rectangle is calculated to reflect the proportion of hilited rows in this bin.


Package org.knime.base.node.viz.histogram.impl

Class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter extends AbstractPlotter implements Serializable

Serialized Fields

m_tableSpec

DataTableSpec m_tableSpec
The DataTableSpec of the input data.


m_vizModel

AbstractHistogramVizModel m_vizModel
The HistogramVizModel which holds the basic information.


m_histoProps

AbstractHistogramProperties m_histoProps

m_lastBinWidth

int m_lastBinWidth
Save the width of the bins for the actual layout prior layout changes to reset it again.

Class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties extends AbstractPlotterProperties implements Serializable

Serialized Fields

m_binWidth

JSlider m_binWidth

m_noOfBins

JSlider m_noOfBins

m_noOfBinsLabel

JLabel m_noOfBinsLabel

m_aggrMethButtonGrp

ButtonGroup m_aggrMethButtonGrp

m_showEmptyBins

JCheckBox m_showEmptyBins

m_showMissingValBin

JCheckBox m_showMissingValBin

m_detailsPane

JPanel m_detailsPane

m_detailsScrollPane

JScrollPane m_detailsScrollPane

m_detailsHtmlPane

JEditorPane m_detailsHtmlPane

m_showGrid

JCheckBox m_showGrid

m_showBinOutline

JCheckBox m_showBinOutline

m_showBarOutline

JCheckBox m_showBarOutline

m_showElementOutline

JCheckBox m_showElementOutline

m_labelDisplayPolicy

ButtonGroup m_labelDisplayPolicy

m_labelOrientation

ButtonGroup m_labelOrientation

m_layoutDisplayPolicy

ButtonGroup m_layoutDisplayPolicy

Class org.knime.base.node.viz.histogram.impl.HistogramDrawingPane extends AbstractDrawingPane implements Serializable

serialVersionUID: 7881989778083295425L

Serialized Fields

m_vizModel

AbstractHistogramVizModel m_vizModel
Holds the AbstractHistogramVizModel objects to draw.


m_properties

AbstractHistogramProperties m_properties

m_updatePropertiesPanel

boolean m_updatePropertiesPanel

m_infoMsg

String m_infoMsg
Information message. If not null no bars will be drawn only this message will be displayed.


m_baseLine

Integer m_baseLine
If set the base line is drawn at this screen position.


m_gridLines

int[] m_gridLines
If set the grid lines are drawn at the given positions.


Package org.knime.base.node.viz.histogram.impl.fixed

Class org.knime.base.node.viz.histogram.impl.fixed.FixedHistogramPlotter extends AbstractHistogramPlotter implements Serializable

serialVersionUID: -3264294894462201355L

Class org.knime.base.node.viz.histogram.impl.fixed.FixedHistogramProperties extends AbstractHistogramProperties implements Serializable

serialVersionUID: -6177238900813927896L

Serialized Fields

m_xCol

JLabel m_xCol

m_aggrCol

JEditorPane m_aggrCol

Package org.knime.base.node.viz.histogram.impl.interactive

Class org.knime.base.node.viz.histogram.impl.interactive.InteractiveHistogramPlotter extends AbstractHistogramPlotter implements Serializable

serialVersionUID: -893697601218801524L

Class org.knime.base.node.viz.histogram.impl.interactive.InteractiveHistogramProperties extends AbstractHistogramProperties implements Serializable

serialVersionUID: -2199619830257018206L

Serialized Fields

m_xCol

ColumnSelectionComboxBox m_xCol

m_aggrCol

AggregationColumnFilterPanel m_aggrCol

Package org.knime.base.node.viz.histogram.util

Class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel extends JPanel implements Serializable

serialVersionUID: -4925781595750481201L

Serialized Fields

m_inclList

JList m_inclList
Include list.


m_inclMdl

DefaultListModel m_inclMdl
Include model.


m_exclList

JList m_exclList
Exclude list.


m_exclMdl

DefaultListModel m_exclMdl
Exclude model.


m_remButton

JButton m_remButton
Remove button.


m_addButton

JButton m_addButton
Add button.


m_order

LinkedHashSet<E> m_order
List of DataCellColumnSpecss to keep initial ordering of DataCells.


m_includeBorder

TitledBorder m_includeBorder
Border of the include panel, keep it so we can change the title.


m_excludeBorder

TitledBorder m_excludeBorder
Border of the include panel, keep it so we can change the title.


m_columnFilter

ColumnFilter m_columnFilter
Show only columns of types that are compatible to this filter.


m_listeners

List<E> m_listeners

Class org.knime.base.node.viz.histogram.util.ColorColumn extends Object implements Serializable

serialVersionUID: 761641948686587L

Serialized Fields

m_color

Color m_color

m_columnName

String m_columnName

Package org.knime.base.node.viz.pie.datamodel

Class org.knime.base.node.viz.pie.datamodel.PieSectionDataModel extends AggregationValModel<PieSubSectionDataModel,Arc2D,Arc2D> implements Serializable

serialVersionUID: -7650706027283786854L

Class org.knime.base.node.viz.pie.datamodel.PieSubSectionDataModel extends AggregationValSubModel<Arc2D,Arc2D> implements Serializable

serialVersionUID: -6828514317488193272L


Package org.knime.base.node.viz.pie.impl

Class org.knime.base.node.viz.pie.impl.PieDrawingPane extends AbstractDrawingPane implements Serializable

serialVersionUID: -2626993487320068781L

Serialized Fields

m_vizModel

PieVizModel m_vizModel

m_infoMsg

String m_infoMsg
Information message. If not null no bars will be drawn only this message will be displayed.

Class org.knime.base.node.viz.pie.impl.PiePlotter extends AbstractPlotter implements Serializable

Serialized Fields

m_vizModel

PieVizModel m_vizModel

m_props

PieProperties<D extends PieVizModel> m_props

m_infoMsg

String m_infoMsg

Class org.knime.base.node.viz.pie.impl.PieProperties extends AbstractPlotterProperties implements Serializable

Serialized Fields

m_pieSize

JSlider m_pieSize

m_explodeSize

JSlider m_explodeSize

m_aggrMethButtonGrp

ButtonGroup m_aggrMethButtonGrp

m_showMissingValSection

JCheckBox m_showMissingValSection

m_showSectionOutline

JCheckBox m_showSectionOutline

m_explodeSelectedSections

JCheckBox m_explodeSelectedSections

m_showDetails

JCheckBox m_showDetails

m_labelDisplayPolicy

ButtonGroup m_labelDisplayPolicy

m_valueScale

ButtonGroup m_valueScale

m_detailsPane

JPanel m_detailsPane

m_detailsScrollPane

JScrollPane m_detailsScrollPane

m_detailsHtmlPane

JEditorPane m_detailsHtmlPane

Package org.knime.base.node.viz.pie.impl.fixed

Class org.knime.base.node.viz.pie.impl.fixed.FixedPiePlotter extends PiePlotter<FixedPieProperties,FixedPieVizModel> implements Serializable

serialVersionUID: 7346765619645092687L

Class org.knime.base.node.viz.pie.impl.fixed.FixedPieProperties extends PieProperties<FixedPieVizModel> implements Serializable

serialVersionUID: -4156051632727774736L

Serialized Fields

m_pieCol

JLabel m_pieCol

m_aggrCol

JLabel m_aggrCol

Package org.knime.base.node.viz.pie.impl.interactive

Class org.knime.base.node.viz.pie.impl.interactive.InteractivePiePlotter extends PiePlotter<InteractivePieProperties,InteractivePieVizModel> implements Serializable

serialVersionUID: -7592208071888135451L

Serialized Fields

m_ignoreChanges

boolean m_ignoreChanges

Class org.knime.base.node.viz.pie.impl.interactive.InteractivePieProperties extends PieProperties<InteractivePieVizModel> implements Serializable

serialVersionUID: -4836394731936769733L

Serialized Fields

m_pieCol

ColumnSelectionPanel m_pieCol

m_aggrCol

ColumnSelectionPanel m_aggrCol

Package org.knime.base.node.viz.pie.util

Class org.knime.base.node.viz.pie.util.TooManySectionsException extends Exception implements Serializable

serialVersionUID: 2137456313063174430L


Package org.knime.base.node.viz.plotter

Class org.knime.base.node.viz.plotter.AbstractDrawingPane extends JPanel implements Serializable

Serialized Fields

m_dragStart

Point m_dragStart
The start point of the dragging gesture.


m_dragEnd

Point m_dragEnd
The end point of the dragging gesture.


m_isMouseDown

boolean m_isMouseDown
Flag whether the mouse is currently pressed.


m_antialiasing

boolean m_antialiasing
Flag for anti-aliasing.

Class org.knime.base.node.viz.plotter.AbstractPlotter extends JPanel implements Serializable

Serialized Fields

m_drawingPane

AbstractDrawingPane m_drawingPane
The drawing pane.


m_scroller

Plotter2DScrollPane m_scroller
The scroll pane the drawing pane is embedded in.


m_properties

AbstractPlotterProperties m_properties
Thew properties panel.


m_isDragged

boolean m_isDragged

m_width

int m_width
The width of the drawing pane! Not of this component.


m_height

int m_height
The height of the drawing pane! Not of this component.


m_xAxis

Axis m_xAxis
The x axis, might be null.


m_yAxis

Axis m_yAxis
The y axis, might be null.


m_currMouseListener

PlotterMouseListener m_currMouseListener
The mouse listener depending on the current mode.


m_dataProvider

DataProvider m_dataProvider
The provider for the data to visualize.


m_hiliteHandler

HiLiteHandler m_hiliteHandler
The hilite handler.


m_preserve

boolean m_preserve
Flag, whether the axis range should be preserved(true) or adapted to newly added values (false).


m_dataArrayIdx

int m_dataArrayIdx

Class org.knime.base.node.viz.plotter.AbstractPlotterProperties extends JTabbedPane implements Serializable

Serialized Fields

m_defaultTab

DefaultTab m_defaultTab

Class org.knime.base.node.viz.plotter.Axis extends JComponent implements Serializable

Serialized Fields

m_horizontal

boolean m_horizontal
holding the orientation of this instance.


m_fullLength

int m_fullLength
the full length of the ruler (in pixels).


m_coordinate

Coordinate m_coordinate
The underlying coordinate for this axis header.


m_startTickOffset

int m_startTickOffset
This is the offset to start the ticks from. This is necessary, i.e. for the scatter plotter which would set half the current dot size, which must be painted below its actual value.


m_rotateXLabels

boolean m_rotateXLabels

m_rotateYLabels

boolean m_rotateYLabels

m_tickDist

int m_tickDist

m_tickLength

int m_tickLength

m_coordMap

CoordinateMapping[] m_coordMap

m_currFormat

DecimalFormat m_currFormat

m_changeListener

List<E> m_changeListener

m_notationNormalRB

JRadioButtonMenuItem m_notationNormalRB

m_notationScientificRB

JRadioButtonMenuItem m_notationScientificRB

m_mappingMethodMenu

JMenu m_mappingMethodMenu

m_notationsMenu

JMenu m_notationsMenu

m_inverse

boolean m_inverse

Class org.knime.base.node.viz.plotter.Plotter2DScrollPane extends JScrollPane implements Serializable

Class org.knime.base.node.viz.plotter.Plotter2DScrollPaneLayout extends ScrollPaneLayout implements Serializable

Class org.knime.base.node.viz.plotter.Plotter2DScrollPaneLayout.UIResource extends ScrollPaneLayout implements Serializable


Package org.knime.base.node.viz.plotter.basic

Class org.knime.base.node.viz.plotter.basic.BasicDrawingPane extends AbstractDrawingPane implements Serializable

Serialized Fields

m_elements

List<E> m_elements

Class org.knime.base.node.viz.plotter.basic.BasicDrawingPaneImpl extends BasicDrawingPane implements Serializable

Class org.knime.base.node.viz.plotter.basic.BasicPlotter extends AbstractPlotter implements Serializable

Class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl extends BasicPlotter implements Serializable


Package org.knime.base.node.viz.plotter.box

Class org.knime.base.node.viz.plotter.box.BoxPlotDrawingPane extends ScatterPlotterDrawingPane implements Serializable

Serialized Fields

m_boxes

List<E> m_boxes

m_boxWidth

int m_boxWidth

Class org.knime.base.node.viz.plotter.box.BoxPlotter extends BasicPlotter implements Serializable

Serialized Fields

m_normalize

boolean m_normalize

m_coordinates

Map<K,V> m_coordinates

m_selectedColumns

Set<E> m_selectedColumns

Class org.knime.base.node.viz.plotter.box.BoxPlotterProperties extends MultiColumnPlotterProperties implements Serializable

Serialized Fields

m_normalizeTab

BoxPlotAppearanceTab m_normalizeTab

Class org.knime.base.node.viz.plotter.box.ConditionalBoxPlotter extends BoxPlotter implements Serializable


Package org.knime.base.node.viz.plotter.columns

Class org.knime.base.node.viz.plotter.columns.MultiColumnPlotterProperties extends AbstractPlotterProperties implements Serializable

Serialized Fields

m_columnSelection

ColumnFilterPanel m_columnSelection

Class org.knime.base.node.viz.plotter.columns.TwoColumnPlotter extends BasicPlotter implements Serializable

Serialized Fields

m_selectedXColumn

DataColumnSpec m_selectedXColumn

m_selectedYColumn

DataColumnSpec m_selectedYColumn

m_spec

DataTableSpec m_spec

Class org.knime.base.node.viz.plotter.columns.TwoColumnProperties extends AbstractPlotterProperties implements Serializable

Serialized Fields

m_xSelector

ColumnSelectionComboxBox m_xSelector
The x column selection box.


m_ySelector

ColumnSelectionComboxBox m_ySelector
The y column selection box.


m_xMinSpinner

JSpinner m_xMinSpinner

m_xMaxSpinner

JSpinner m_xMaxSpinner

m_yMinSpinner

JSpinner m_yMinSpinner

m_yMaxSpinner

JSpinner m_yMaxSpinner

Package org.knime.base.node.viz.plotter.dendrogram

Class org.knime.base.node.viz.plotter.dendrogram.DendrogramDrawingPane extends AbstractDrawingPane implements Serializable

Serialized Fields

m_rootNode

BinaryTree<T> m_rootNode
The tree containing the DendrogramPoints.


m_showDots

boolean m_showDots
Flag to display or hide the points.


m_dotSize

int m_dotSize

m_lineThickness

int m_lineThickness

Class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter extends ScatterPlotter implements Serializable

Serialized Fields

m_rootNode

DendrogramNode m_rootNode
The hierarchical clustering result.


m_tree

BinaryTree<T> m_tree
The visual model of the clustering result.


m_selected

Set<E> m_selected
The set of selected dendrogram points.


m_dotSize

int m_dotSize
The dot size of the leafs and cluster nodes.

Class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotterProperties extends AbstractPlotterProperties implements Serializable

Serialized Fields

m_appearance

LinePlotterAppearanceTab m_appearance

Package org.knime.base.node.viz.plotter.line

Class org.knime.base.node.viz.plotter.line.LinePlotter extends ScatterPlotter implements Serializable

Serialized Fields

m_colorMapping

Map<K,V> m_colorMapping

m_columns2Draw

List<E> m_columns2Draw

m_columnNames

Set<E> m_columnNames

m_interpolate

boolean m_interpolate

Class org.knime.base.node.viz.plotter.line.LinePlotterDrawingPane extends ScatterPlotterDrawingPane implements Serializable

Serialized Fields

m_nrOfLines

int m_nrOfLines
To know when a line starts.


m_showDots

boolean m_showDots

m_thickness

int m_thickness

Class org.knime.base.node.viz.plotter.line.LinePlotterProperties extends MultiColumnPlotterProperties implements Serializable

Serialized Fields

m_colorLegend

ColorLegendTab m_colorLegend

m_missingValues

InterpolationTab m_missingValues

m_appearance

LinePlotterAppearanceTab m_appearance

Package org.knime.base.node.viz.plotter.parcoord

Class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane extends BasicDrawingPane implements Serializable

Serialized Fields

m_lineSize

int m_lineSize

m_axes

List<E> m_axes

m_lines

List<E> m_lines

m_showDots

boolean m_showDots

m_skipValues

boolean m_skipValues

m_showMissingVals

boolean m_showMissingVals

m_fade

boolean m_fade

m_hide

boolean m_hide

m_drawCurves

boolean m_drawCurves

Class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatePlotterProperties extends MultiColumnPlotterProperties implements Serializable

Serialized Fields

m_appearance

ParallelCoordinateAppearanceTab m_appearance

m_missingValues

ParallelCoordinatesMissingValueTab m_missingValues

Class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter extends BasicPlotter implements Serializable

Serialized Fields

m_axes

List<E> m_axes

m_lines

List<E> m_lines

m_selected

Set<E> m_selected

m_columnNames

List<E> m_columnNames

m_skipMissingValues

boolean m_skipMissingValues

m_hide

boolean m_hide

m_curve

boolean m_curve

Package org.knime.base.node.viz.plotter.props

Class org.knime.base.node.viz.plotter.props.BoxPlotAppearanceTab extends PropertiesTab implements Serializable

Serialized Fields

m_normalize

JCheckBox m_normalize

Class org.knime.base.node.viz.plotter.props.ColorLegendTab extends PropertiesTab implements Serializable

Serialized Fields

m_mapping

Map<K,V> m_mapping

m_listener

List<E> m_listener

Class org.knime.base.node.viz.plotter.props.DefaultTab extends PropertiesTab implements Serializable

Serialized Fields

m_mouseModeSelection

JComboBox m_mouseModeSelection

m_fitToScreenBtn

JButton m_fitToScreenBtn

m_chooser

JColorChooser m_chooser

m_chooseBackground

JButton m_chooseBackground

m_antialias

JCheckBox m_antialias

Class org.knime.base.node.viz.plotter.props.InterpolationTab extends PropertiesTab implements Serializable

Serialized Fields

m_interpolate

JCheckBox m_interpolate

Class org.knime.base.node.viz.plotter.props.LinePlotterAppearanceTab extends PropertiesTab implements Serializable

Serialized Fields

m_thickness

JSpinner m_thickness

m_dotSize

JSpinner m_dotSize

m_showDots

JCheckBox m_showDots

Class org.knime.base.node.viz.plotter.props.ParallelCoordinateAppearanceTab extends PropertiesTab implements Serializable

Serialized Fields

m_showDotsBox

JCheckBox m_showDotsBox

m_drawCurves

JCheckBox m_drawCurves

m_lineThickness

JSpinner m_lineThickness

Class org.knime.base.node.viz.plotter.props.ParallelCoordinatesMissingValueTab extends PropertiesTab implements Serializable

Serialized Fields

m_skipRowBtn

JRadioButton m_skipRowBtn

m_skipValue

JRadioButton m_skipValue

m_showMissingValueBtn

JRadioButton m_showMissingValueBtn

Class org.knime.base.node.viz.plotter.props.PropertiesTab extends JPanel implements Serializable

Class org.knime.base.node.viz.plotter.props.ScatterPlotterAppearanceTab extends PropertiesTab implements Serializable

Serialized Fields

m_dotSizeSpinner

JSpinner m_dotSizeSpinner

m_jitterSlider

JSlider m_jitterSlider

Package org.knime.base.node.viz.plotter.scatter

Class org.knime.base.node.viz.plotter.scatter.ScatterPlotter extends TwoColumnPlotter implements Serializable

Serialized Fields

m_dotSize

int m_dotSize

m_jitterRate

int m_jitterRate

m_hide

boolean m_hide
Flag whether to show or hide the unhilited dots.

Class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane extends BasicDrawingPane implements Serializable

Serialized Fields

m_dots

DotInfoArray m_dots

m_selDots

Set<E> m_selDots

m_dotSize

int m_dotSize

m_fade

boolean m_fade

Class org.knime.base.node.viz.plotter.scatter.ScatterPlotterProperties extends TwoColumnProperties implements Serializable

Serialized Fields

m_appearance

ScatterPlotterAppearanceTab m_appearance

Package org.knime.base.node.viz.plotter.scattermatrix

Class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixDrawingPane extends ScatterPlotterDrawingPane implements Serializable

Serialized Fields

m_matrixElements

ScatterMatrixElement[][] m_matrixElements

m_hMargin

int m_hMargin

m_vMargin

int m_vMargin

m_backgroundColor

Color m_backgroundColor

Class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixPlotter extends ScatterPlotter implements Serializable

Serialized Fields

m_selectedColumns

Set<E> m_selectedColumns

m_coordinates

List<E> m_coordinates

m_matrixElementWidth

int m_matrixElementWidth

m_hMargin

int m_hMargin

m_vMargin

int m_vMargin

Class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixProperties extends MultiColumnPlotterProperties implements Serializable

Serialized Fields

m_appearance

ScatterPlotterAppearanceTab m_appearance

Package org.knime.base.node.viz.property.color

Class org.knime.base.node.viz.property.color.ColorManager2DialogRange extends JPanel implements Serializable

Serialized Fields

m_map

LinkedHashMap<K,V> m_map
Keeps mapping from data cell name to color.


m_columnValues

JList m_columnValues
Keeps the all possible column values.


m_columnModel

DefaultListModel m_columnModel

m_rangeLabel

ColorManager2RangeIcon m_rangeLabel

m_alpha

int m_alpha

Class org.knime.base.node.viz.property.color.ColorManager2RangeIcon extends JPanel implements Serializable

Serialized Fields

m_min

Color m_min

m_max

Color m_max

Class org.knime.base.node.viz.property.color.DefaultAlphaColorPanel extends AbstractColorChooserPanel implements Serializable

Serialized Fields

m_slider

JSlider m_slider

m_spinner

JSpinner m_spinner

Package org.knime.core.data

Class org.knime.core.data.DataCell extends Object implements Serializable


Package org.knime.core.data.collection

Class org.knime.core.data.collection.ListCell extends DataCell implements Serializable

Serialized Fields

m_list

BlobSupportDataCellList m_list

Class org.knime.core.data.collection.SetCell extends DataCell implements Serializable

Serialized Fields

m_set

BlobSupportDataCellSet m_set

Package org.knime.core.data.container

Class org.knime.core.data.container.BlobDataCell extends DataCell implements Serializable

Class org.knime.core.data.container.BlobWrapperDataCell extends DataCell implements Serializable

Serialized Fields

m_buffer

Buffer m_buffer

m_blobAddress

BlobDataCell.BlobAddress m_blobAddress

m_blobClass

CellClassInfo m_blobClass

m_cellRef

SoftReference<T> m_cellRef

m_hardCellRef

BlobDataCell m_hardCellRef

Class org.knime.core.data.container.DataContainerException extends RuntimeException implements Serializable


Package org.knime.core.data.date

Class org.knime.core.data.date.DateAndTimeCell extends DataCell implements Serializable

Serialized Fields

m_utcCalendar

Calendar m_utcCalendar

m_hasDate

boolean m_hasDate

m_hasTime

boolean m_hasTime

m_hasMillis

boolean m_hasMillis

Class org.knime.core.data.date.DateAndTimeValueRenderer extends DefaultDataValueRenderer implements Serializable

Serialized Fields

m_dateTimeMillis

SimpleDateFormat m_dateTimeMillis

m_dateTime

SimpleDateFormat m_dateTime

m_date

SimpleDateFormat m_date

m_time

SimpleDateFormat m_time

m_timeMillis

SimpleDateFormat m_timeMillis

Package org.knime.core.data.def

Class org.knime.core.data.def.ComplexNumberCell extends DataCell implements Serializable

Serialized Fields

m_real

double m_real
real part of the complex number.


m_imag

double m_imag
imaginary part of the complex number.

Class org.knime.core.data.def.DoubleCell extends DataCell implements Serializable

Serialized Fields

m_double

double m_double

Class org.knime.core.data.def.FuzzyIntervalCell extends DataCell implements Serializable

Serialized Fields

m_minSupp

double m_minSupp
Minimum support value.


m_minCore

double m_minCore
Minimum core value.


m_maxCore

double m_maxCore
Maximum core value.


m_maxSupp

double m_maxSupp
Maximum support value.

Class org.knime.core.data.def.FuzzyNumberCell extends DataCell implements Serializable

Serialized Fields

m_minSupp

double m_minSupp
Minimum support value.


m_core

double m_core
Core value.


m_maxSupp

double m_maxSupp
Maximum support value.

Class org.knime.core.data.def.IntCell extends DataCell implements Serializable

Serialized Fields

m_int

int m_int

Class org.knime.core.data.def.IntervalCell extends DataCell implements Serializable

Serialized Fields

m_left

double m_left
Left interval bound.


m_right

double m_right
Right interval bound.


m_includeLeft

boolean m_includeLeft
Whether to include the left bound.


m_includeRight

boolean m_includeRight
Whether to include the right bound.

Class org.knime.core.data.def.LongCell extends DataCell implements Serializable

Serialized Fields

m_long

long m_long

Class org.knime.core.data.def.StringCell extends DataCell implements Serializable

Serialized Fields

m_string

String m_string

Class org.knime.core.data.def.TimestampCell extends DataCell implements Serializable

Serialized Fields

m_date

Date m_date
Deprecated. 
Internal representation as Date.


Package org.knime.core.data.property

Class org.knime.core.data.property.ShapeSelectionComboBox extends JComboBox implements Serializable

Class org.knime.core.data.property.ShapeSelectionComboBoxRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

m_combo

ShapeSelectionComboBox m_combo

Class org.knime.core.data.property.ShapeSelectionListRenderer extends DefaultListCellRenderer implements Serializable


Package org.knime.core.data.renderer

Class org.knime.core.data.renderer.AbstractPainterDataValueRenderer extends JComponent implements Serializable

Serialized Fields

m_unselectedForeground

Color m_unselectedForeground

m_unselectedBackground

Color m_unselectedBackground

Class org.knime.core.data.renderer.BitVectorValuePixelRenderer extends AbstractPainterDataValueRenderer implements Serializable

Serialized Fields

m_bitVector

BitVectorValue m_bitVector

Class org.knime.core.data.renderer.BitVectorValueStringRenderer extends DefaultDataValueRenderer implements Serializable

Serialized Fields

m_type

BitVectorValueStringRenderer.Type m_type

Class org.knime.core.data.renderer.ByteVectorValuePixelRenderer extends AbstractPainterDataValueRenderer implements Serializable

Serialized Fields

m_byteVector

ByteVectorValue m_byteVector

Class org.knime.core.data.renderer.ByteVectorValueStringRenderer extends DefaultDataValueRenderer implements Serializable

Class org.knime.core.data.renderer.ComplexNumberValueRenderer extends DefaultDataValueRenderer implements Serializable

Serialized Fields

m_format

NumberFormat m_format
Used to get a string representation of the complex number value.


m_desc

String m_desc
Description to the renderer.

Class org.knime.core.data.renderer.DefaultDataValueRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

m_colSpec

DataColumnSpec m_colSpec
The spec to the column for which this renderer is being used.

Class org.knime.core.data.renderer.DoubleBarRenderer extends DefaultDataValueRenderer implements Serializable

Serialized Fields

m_icon

org.knime.core.data.renderer.DoubleBarRenderer.BarIcon m_icon

Class org.knime.core.data.renderer.DoubleGrayValueRenderer extends DefaultDataValueRenderer implements Serializable

Serialized Fields

m_icon

Icon m_icon

m_isPaintCrossForMissing

boolean m_isPaintCrossForMissing

Class org.knime.core.data.renderer.DoubleValueRenderer extends DefaultDataValueRenderer implements Serializable

Serialized Fields

m_format

NumberFormat m_format
Used to get a string representation of the double value.


m_desc

String m_desc
Description to the renderer.

Class org.knime.core.data.renderer.IntValueRenderer extends DefaultDataValueRenderer implements Serializable

Class org.knime.core.data.renderer.LongValueRenderer extends DefaultDataValueRenderer implements Serializable

Class org.knime.core.data.renderer.MultiLineStringValueRenderer extends DefaultDataValueRenderer implements Serializable

Serialized Fields

m_currentFont

Font m_currentFont

m_description

String m_description

Class org.knime.core.data.renderer.StringValueRenderer extends DefaultDataValueRenderer implements Serializable


Package org.knime.core.data.vector.bitvector

Class org.knime.core.data.vector.bitvector.DenseBitVectorCell extends DataCell implements Serializable

Serialized Fields

m_bitVector

DenseBitVector m_bitVector

Class org.knime.core.data.vector.bitvector.SparseBitVectorCell extends DataCell implements Serializable

Serialized Fields

m_bitVector

SparseBitVector m_bitVector

Package org.knime.core.data.vector.bytevector

Class org.knime.core.data.vector.bytevector.DenseByteVectorCell extends DataCell implements Serializable

Serialized Fields

m_byteVector

DenseByteVector m_byteVector

Class org.knime.core.data.vector.bytevector.SparseByteVectorCell extends DataCell implements Serializable

Serialized Fields

m_byteVector

SparseByteVector m_byteVector

Package org.knime.core.node

Class org.knime.core.node.CanceledExecutionException extends Exception implements Serializable

Class org.knime.core.node.FlowVariableModelButton extends JButton implements Serializable

Serialized Fields

m_model

FlowVariableModel m_model

Class org.knime.core.node.InvalidSettingsException extends Exception implements Serializable

Class org.knime.core.node.ModelContent extends Config implements Serializable

Class org.knime.core.node.NodeProgressMonitorView extends JDialog implements Serializable

Serialized Fields

m_containerPanel

JPanel m_containerPanel

m_monitor

NodeProgressMonitor m_monitor

m_progressBar

JProgressBar m_progressBar

m_label

JLabel m_label

m_cancelButton

JButton m_cancelButton

Class org.knime.core.node.NodeSettings extends Config implements Serializable

Class org.knime.core.node.NotConfigurableException extends Exception implements Serializable


Package org.knime.core.node.config

Class org.knime.core.node.config.Config extends AbstractConfigEntry implements Serializable

serialVersionUID: -1823858289784818403L

Serialized Fields

m_map

LinkedHashMap<K,V> m_map

Class org.knime.core.node.config.ConfigEditJTree extends JTree implements Serializable

Serialized Fields

m_flowObjectStack

FlowObjectStack m_flowObjectStack
To get the available variables from.

Class org.knime.core.node.config.ConfigEditTreeEvent extends EventObject implements Serializable

Serialized Fields

m_exposeVariableName

String m_exposeVariableName

m_useVariable

String m_useVariable

m_keyPath

String[] m_keyPath

Class org.knime.core.node.config.ConfigEditTreeModel extends DefaultTreeModel implements Serializable

Serialized Fields

m_listeners

CopyOnWriteArrayList<E> m_listeners

Class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode extends DefaultMutableTreeNode implements Serializable

Serialized Fields

m_treeModel

ConfigEditTreeModel m_treeModel
The tree model, which is null for all nodes accept for the root. It is set after the tree nodes are constructed. Used to propagate events.

Class org.knime.core.node.config.ConfigEditTreeNodePanel extends JPanel implements Serializable

Serialized Fields

m_keyLabel

JLabel m_keyLabel

m_keyIcon

Icon m_keyIcon

m_valueField

JComboBox m_valueField

m_flowObjectStack

FlowObjectStack m_flowObjectStack

m_exposeAsVariableField

JTextField m_exposeAsVariableField

m_treeNode

ConfigEditTreeModel.ConfigEditTreeNode m_treeNode

Class org.knime.core.node.config.ConfigEditTreeRenderer extends DefaultTreeCellRenderer implements Serializable

Serialized Fields

m_panelFull

ConfigEditTreeNodePanel m_panelFull

m_panelPlain

ConfigEditTreeNodePanel m_panelPlain

m_active

ConfigEditTreeNodePanel m_active

m_rectangle

Rectangle m_rectangle

Package org.knime.core.node.interrupt

Class org.knime.core.node.interrupt.InterruptControlPanel extends JPanel implements Serializable

Serialized Fields

m_runBtn

JButton m_runBtn

m_breakBtn

JButton m_breakBtn

m_finishBtn

JButton m_finishBtn

m_nextStepBtn

JButton m_nextStepBtn

m_delaySlider

JSlider m_delaySlider

m_iterationLabel

JLabel m_iterationLabel

Package org.knime.core.node.port.pmml

Class org.knime.core.node.port.pmml.PMMLPortObjectView extends JComponent implements Serializable

Serialized Fields

m_portObject

PMMLPortObject m_portObject

m_lock

Object m_lock

m_tree

JTree m_tree

Package org.knime.core.node.property.hilite

Class org.knime.core.node.property.hilite.KeyEvent extends EventObject implements Serializable

serialVersionUID: -5555018973664128867L

Serialized Fields

m_keys

Set<E> m_keys
Internal unmodifiable set of row IDs.


Package org.knime.core.node.tableview

Class org.knime.core.node.tableview.ColumnHeaderRenderer extends DefaultTableCellRenderer implements Serializable

serialVersionUID: -2356486759304444805L

Serialized Fields

m_showIcon

boolean m_showIcon

Class org.knime.core.node.tableview.TableContentModel extends AbstractTableModel implements Serializable

serialVersionUID: 8413295641103391635L

Serialized Fields

m_data

DataTable m_data
underlying data; may be null to indicate invalid status.


m_iterator

RowIterator m_iterator
Iterator in TableContentModel.m_data to get content, newly instantiated when user scrolls up.


m_cachedRows

DataRow[] m_cachedRows
Ring buffer. Size determined by TableContentModel.CACHE_SIZE.


m_hilitSet

BitSet m_hilitSet
storing for each row in the cache if it has been hilited, using the same ring buffer strategy as TableContentModel.m_cachedRows.


m_rowCountOfInterestInIterator

int m_rowCountOfInterestInIterator
Number of rows seen in current iterator that are of interest, i.e. hilited rows when only hilited rows should be shown, all rows otherwise. This field is set to 0 when a new iterator is instantiated.


m_rowCountOfInterest

int m_rowCountOfInterest
Number of rows of interest that have been seen so far. If only hilited rows should be shown this field is equal to TableContentModel.m_maxRowCount.


m_isRowCountOfInterestFinal

boolean m_isRowCountOfInterestFinal
Is the current value of TableContentModel.m_rowCountOfInterest final? If only hilited rows should be shown this field is equal to TableContentModel.m_isMaxRowCountFinal.


m_rowCountInIterator

int m_rowCountInIterator
Counter of rows in current iterator. If only hilited rows should be shown, this field is equal to TableContentModel.m_rowCountOfInterestInIterator. This field is incremented with each m_iterator.next() and reset to 0 with m_iterator = new ...


m_maxRowCount

int m_maxRowCount
lower bound for overall number of rows in TableContentModel.m_data, updated when new rows are encountered.


m_isMaxRowCountFinal

boolean m_isMaxRowCountFinal
flag if all rows in the underlying DataTable have been seen, i.e. the iterator ran at least once to the very end of the table. This field is set to true the first time m_iterator.atEnd() returns true.


m_tableFilter

TableContentModel.TableContentFilter m_tableFilter
Policy as to which rows to show.


m_chunkSize

int m_chunkSize
number of rows that are read at a time, defaults to TableContentModel.CHUNK_SIZE.


m_cacheSize

int m_cacheSize
size of ring buffer, if m_cachedRows.length == m_cacheSize (if m_cachedRows not null).


m_hiLiteHdl

HiLiteHandler m_hiLiteHdl
Handler to get the hilite status of the rows from and to send hilite requests to. Is null when no hilite available.


m_propertySupport

PropertyChangeSupport m_propertySupport
property handler that is used for events when data or hilite handler has changed.


m_rowCounterThread

RowCounterThread m_rowCounterThread
A thread executed in background to count the rows, is triggered by TableContentModel.countRowsInBackground().

Class org.knime.core.node.tableview.TableContentView extends JTable implements Serializable

serialVersionUID: -3503118869778091484L

Serialized Fields

m_dataListener

PropertyChangeListener m_dataListener

m_isShowIconInColumnHeader

boolean m_isShowIconInColumnHeader
The property whether or not the icon in the column header is to be shown.


m_tempHSBColor

float[] m_tempHSBColor

Class org.knime.core.node.tableview.TableRowHeaderModel extends AbstractTableModel implements Serializable

serialVersionUID: -2200601319386867806L

Serialized Fields

m_contentInterface

TableContentInterface m_contentInterface
Reference to underlying TableContentModel, never null.


m_contentListener

TableModelListener m_contentListener
Listener on TableRowHeaderModel.m_contentInterface.


m_columnName

String m_columnName
In some, very rare cases we need to set the column name - which, by default is just "Row ID".

Class org.knime.core.node.tableview.TableRowHeaderView extends JTable implements Serializable

serialVersionUID: 4115412802300446736L

Serialized Fields

m_headerBackground

Color m_headerBackground

m_tempHSBColor

float[] m_tempHSBColor

Class org.knime.core.node.tableview.TableView extends JScrollPane implements Serializable

serialVersionUID: -5066803221414314340L

Serialized Fields

m_popup

JPopupMenu m_popup
The popup menu which allows to trigger hilite events.


m_columnHeaderResizeHandler

org.knime.core.node.tableview.TableView.ColumnHeaderResizeMouseHandler m_columnHeaderResizeHandler
Enables the resizing of the column header. Instantiated lazily.


m_isColumnHeaderResizingAllowed

boolean m_isColumnHeaderResizingAllowed
Whether or not column header resizing is allowed. Defaults to false.


m_searchPosition

FindPositionRowKey m_searchPosition
Position (row, col) for "Find" menu entry. It either points to the location of the last match or (0,0).


m_searchString

String m_searchString
Last search string, needed for continued search.


m_findAction

TableView.TableAction m_findAction

m_findNextAction

TableView.TableAction m_findNextAction

m_gotoRowAction

TableView.TableAction m_gotoRowAction

Class org.knime.core.node.tableview.TableView.TableAction extends AbstractAction implements Serializable

Serialized Fields

m_keyStroke

KeyStroke m_keyStroke

Class org.knime.core.node.tableview.TableViewFrame extends JFrame implements Serializable

serialVersionUID: -931131149550199849L

Serialized Fields

m_scroller

TableView m_scroller
Scroll pane to be displayed. Holds the table in its view port


Package org.knime.core.node.util

Class org.knime.core.node.util.ColumnFilterPanel extends JPanel implements Serializable

Serialized Fields

m_inclList

JList m_inclList
Include list.


m_inclMdl

DefaultListModel m_inclMdl
Include model.


m_exclList

JList m_exclList
Exclude list.


m_exclMdl

DefaultListModel m_exclMdl
Exclude model.


m_markAllHitsIncl

JCheckBox m_markAllHitsIncl
Highlight all search hits in the include model.


m_markAllHitsExcl

JCheckBox m_markAllHitsExcl
Highlight all search hits in the exclude model.


m_keepAllBox

JCheckBox m_keepAllBox
Checkbox that enabled to keep all column in include list.


m_remAllButton

JButton m_remAllButton
Remove all button.


m_remButton

JButton m_remButton
Remove button.


m_addAllButton

JButton m_addAllButton
Add all button.


m_addButton

JButton m_addButton
Add button.


m_searchFieldIncl

JTextField m_searchFieldIncl
Search Field in include list.


m_searchButtonIncl

JButton m_searchButtonIncl
Search Button for include list.


m_searchFieldExcl

JTextField m_searchFieldExcl
Search Field in exclude list.


m_searchButtonExcl

JButton m_searchButtonExcl
Search Button for exclude list.


m_order

LinkedHashSet<E> m_order
List of DataCellColumnSpecss to keep initial ordering of DataCells.


m_includeBorder

TitledBorder m_includeBorder
Border of the include panel, keep it so we can change the title.


m_excludeBorder

TitledBorder m_excludeBorder
Border of the include panel, keep it so we can change the title.


m_filter

ColumnFilter m_filter
The filter used to filter out/in valid column types.


m_hideColumns

HashSet<E> m_hideColumns

m_listeners

List<E> m_listeners

Class org.knime.core.node.util.ColumnSelectionComboxBox extends JComboBox implements Serializable

serialVersionUID: 5797563450894378207L

Serialized Fields

m_columnFilter

ColumnFilter m_columnFilter
Show only columns that are compatible to the ColumnFilter.

Class org.knime.core.node.util.ColumnSelectionList extends JList implements Serializable

Serialized Fields

m_listModel

DefaultListModel m_listModel

m_selectionChangeAllowed

boolean m_selectionChangeAllowed

Class org.knime.core.node.util.ColumnSelectionPanel extends JPanel implements Serializable

serialVersionUID: 9095144868702823700L

Serialized Fields

m_chooser

JComboBox m_chooser
Contains all column names for the given given filter class.


m_columnFilter

ColumnFilter m_columnFilter
Show only columns which pass the given ColumnFilter.


m_isRequired

boolean m_isRequired

m_addNoneColOption

boolean m_addNoneColOption
If set to true a no column item is added as first item of the list.


m_addRowIDOption

boolean m_addRowIDOption
If set to true a RowID item is added as first item of the list.


m_noneColSpec

DataColumnSpec m_noneColSpec

m_rowIDColSpec

DataColumnSpec m_rowIDColSpec

m_spec

DataTableSpec m_spec

Class org.knime.core.node.util.ConvenientComboBoxRenderer extends BasicComboBoxRenderer implements Serializable

Class org.knime.core.node.util.DataColumnSpecListCellRenderer extends DefaultListCellRenderer implements Serializable

serialVersionUID: 1156595670217009312L

Class org.knime.core.node.util.DataTypeListCellRenderer extends DefaultListCellRenderer implements Serializable

serialVersionUID: -3238164216976500254L

Class org.knime.core.node.util.FileSelectionPanel extends JPanel implements Serializable

Serialized Fields

m_fileComboBox

JComboBox m_fileComboBox

m_fileHistory

StringHistory m_fileHistory

m_browseButton

JButton m_browseButton

m_border

TitledBorder m_border

m_configKey

String m_configKey

m_filename

String m_filename

Class org.knime.core.node.util.FilesHistoryPanel extends JPanel implements Serializable

Serialized Fields

m_changeListener

List<E> m_changeListener

m_textBox

JComboBox m_textBox

m_chooseButton

JButton m_chooseButton

m_suffixes

String[] m_suffixes

m_historyID

String m_historyID

m_selectMode

int m_selectMode

Class org.knime.core.node.util.FlowVariableListCellRenderer extends DefaultListCellRenderer implements Serializable

Class org.knime.core.node.util.FlowVariableTableCellRenderer extends DefaultTableCellRenderer implements Serializable

Class org.knime.core.node.util.InvocationTargetRuntimeException extends RuntimeException implements Serializable

Class org.knime.core.node.util.StringHistoryPanel extends JPanel implements Serializable

Serialized Fields

m_textBox

JComboBox m_textBox

m_historyID

String m_historyID

Class org.knime.core.node.util.StringIconListCellRenderer extends DefaultListCellRenderer implements Serializable

serialVersionUID: 6102484208185201127L


Package org.knime.core.node.workflow

Class org.knime.core.node.workflow.BufferedDataTableView extends JComponent implements Serializable

Serialized Fields

m_dataView

TableView m_dataView

m_table

DataTable m_table

m_updateLock

Object m_updateLock
Updates are synchronized on this object. Declaring the methods as synchronized (i.e. using "this" as mutex) does not work as swing also acquires locks on this graphical object.

Class org.knime.core.node.workflow.ConnectionUIInformationEvent extends EventObject implements Serializable

Serialized Fields

m_uiInformation

UIInformation m_uiInformation

Class org.knime.core.node.workflow.DataColumnPropertiesView extends JPanel implements Serializable

Serialized Fields

m_tableSpec

DataTableSpec m_tableSpec

m_propsView

TableView m_propsView

m_lock

Object m_lock

Class org.knime.core.node.workflow.DataTableSpecView extends JPanel implements Serializable

Serialized Fields

m_specView

TableView m_specView

m_tableSpec

DataTableSpec m_tableSpec

m_updateLock

Object m_updateLock
Updates are synchronized on this object. Declaring the methods as synchronized (i.e. using "this" as mutex) does not work as swing also acquires locks on this graphical object.

Class org.knime.core.node.workflow.JobManagerChangedEvent extends EventObject implements Serializable

Class org.knime.core.node.workflow.LoadingPanel extends JPanel implements Serializable

Class org.knime.core.node.workflow.ModelContentOutPortView extends JComponent implements Serializable

Serialized Fields

m_tree

JTree m_tree
Shows the ModelContent as JTree.


m_treePopup

JPopupMenu m_treePopup

m_portObject

ModelContentRO m_portObject

Class org.knime.core.node.workflow.NodeExecutionJobManagerPanel extends JComponent implements Serializable

Class org.knime.core.node.workflow.NodeExecutionJobReconnectException extends Exception implements Serializable

Class org.knime.core.node.workflow.NodeExecutorJobManagerDialogTab extends JPanel implements Serializable

Serialized Fields

m_jobManagerSelect

JComboBox m_jobManagerSelect

m_settingsPanel

JPanel m_settingsPanel

m_currentPanel

NodeExecutionJobManagerPanel m_currentPanel

m_panels

HashMap<K,V> m_panels

m_lastPortSpecs

PortObjectSpec[] m_lastPortSpecs

m_nodeSplitType

NodeContainer.NodeContainerSettings.SplitType m_nodeSplitType

Class org.knime.core.node.workflow.NodeMessageEvent extends EventObject implements Serializable

Serialized Fields

m_nodeMessage

NodeMessage m_nodeMessage

Class org.knime.core.node.workflow.NodeProgressEvent extends EventObject implements Serializable

Serialized Fields

m_progress

NodeProgress m_progress

Class org.knime.core.node.workflow.NodeStateEvent extends EventObject implements Serializable

Serialized Fields

m_state

NodeContainer.State m_state

Class org.knime.core.node.workflow.NodeUIInformationEvent extends EventObject implements Serializable

Serialized Fields

m_uiInformation

UIInformation m_uiInformation

m_customName

String m_customName

m_description

String m_description

Class org.knime.core.node.workflow.OutPortView extends JFrame implements Serializable

Serialized Fields

m_wasOpened

boolean m_wasOpened
Keeps track if view has been opened before.


m_tabbedPane

JTabbedPane m_tabbedPane

m_loadingPanel

LoadingPanel m_loadingPanel

Package org.knime.core.util

Class org.knime.core.util.DuplicateKeyException extends RuntimeException implements Serializable

Serialized Fields

m_key

String m_key

Class org.knime.core.util.FilelistAccessory extends JPanel implements Serializable

Serialized Fields

m_fileList

JList m_fileList

m_fc

JFileChooser m_fc

m_dirFilter

FileFilter m_dirFilter

Class org.knime.core.util.FilelistAccessory.FileListRenderer extends DefaultListCellRenderer implements Serializable

Serialized Fields

m_fchooser

JFileChooser m_fchooser

Class org.knime.core.util.MutableDouble extends Number implements Serializable

serialVersionUID: -1576835056083239940L

Serialized Fields

m_i

double m_i

Class org.knime.core.util.MutableInteger extends Number implements Serializable

serialVersionUID: -1576835000083239940L

Serialized Fields

m_i

int m_i

Class org.knime.core.util.NoSelectionListSelectionModel extends DefaultListSelectionModel implements Serializable


Package org.knime.core.util.tokenizer

Class org.knime.core.util.tokenizer.TokenizerException extends RuntimeException implements Serializable



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.