Uses of Class
eu.webtoolkit.jwt.WModelIndex

Packages that use WModelIndex
eu.webtoolkit.jwt JWt main package, this package contains all JWt widgets (except for Chart and Auth widgets). 
eu.webtoolkit.jwt.chart JWt Chart package, this package contains all widgets and classes related to charts. 
 

Uses of WModelIndex in eu.webtoolkit.jwt
 

Fields in eu.webtoolkit.jwt declared as WModelIndex
 WModelIndex WAbstractProxyModel.BaseItem.sourceIndex_
          The source model index.
 

Methods in eu.webtoolkit.jwt that return WModelIndex
protected  WModelIndex WAbstractItemModel.createIndex(int row, int column, java.lang.Object ptr)
          Creates a model index for the given row and column.
protected  WModelIndex WAbstractProxyModel.createSourceIndex(int row, int column, java.lang.Object ptr)
          Create a source model index.
 WModelIndex WModelIndex.decodeFromRawIndex()
          Decodes a raw index (after a layout change).
 WModelIndex WAbstractItemModel.fromRawIndex(java.lang.Object rawIndex)
          Converts a raw pointer to a model index.
 WModelIndex WAbstractProxyModel.fromRawIndex(java.lang.Object rawIndex)
           
 WModelIndex WStandardItemModel.fromRawIndex(java.lang.Object rawIndex)
           
 WModelIndex WModelIndex.getChild(int row, int column)
          Returns a model index for a child item.
 WModelIndex WStandardItem.getIndex()
          Returns the model index for this item.
 WModelIndex WAbstractItemModel.getIndex(int row, int column)
          Returns the child index for the given row and column.
abstract  WModelIndex WAbstractItemModel.getIndex(int row, int column, WModelIndex parent)
          Returns the child index for the given row and column.
 WModelIndex WAbstractListModel.getIndex(int row, int column, WModelIndex parent)
           
 WModelIndex WAbstractTableModel.getIndex(int row, int column, WModelIndex parent)
           
 WModelIndex WAggregateProxyModel.getIndex(int row, int column, WModelIndex parent)
           
 WModelIndex WBatchEditProxyModel.getIndex(int row, int column, WModelIndex parent)
           
 WModelIndex WItemModel.getIndex(int row, int column, WModelIndex parent)
           
 WModelIndex WReadOnlyProxyModel.getIndex(int row, int column, WModelIndex parent)
           
 WModelIndex WSortFilterProxyModel.getIndex(int row, int column, WModelIndex parent)
           
 WModelIndex WStandardItemModel.getIndex(int row, int column, WModelIndex parent)
           
 WModelIndex WModelIndex.getParent()
          Returns the parent index.
abstract  WModelIndex WAbstractItemModel.getParent(WModelIndex index)
          Returns the parent for a model index.
 WModelIndex WAbstractListModel.getParent(WModelIndex index)
           
 WModelIndex WAbstractTableModel.getParent(WModelIndex index)
           
 WModelIndex WAggregateProxyModel.getParent(WModelIndex index)
           
 WModelIndex WBatchEditProxyModel.getParent(WModelIndex index)
           
 WModelIndex WItemModel.getParent(WModelIndex index)
           
 WModelIndex WReadOnlyProxyModel.getParent(WModelIndex index)
           
 WModelIndex WSortFilterProxyModel.getParent(WModelIndex index)
           
 WModelIndex WStandardItemModel.getParent(WModelIndex index)
           
 WModelIndex WAbstractItemView.getRootIndex()
          Returns the root index.
 WModelIndex WStandardItemModel.indexFromItem(WStandardItem item)
          Returns the model index for a particular item.
abstract  WModelIndex WAbstractProxyModel.mapFromSource(WModelIndex sourceIndex)
          Maps a source model index to the proxy model.
 WModelIndex WAggregateProxyModel.mapFromSource(WModelIndex sourceIndex)
           
 WModelIndex WBatchEditProxyModel.mapFromSource(WModelIndex sourceIndex)
           
 WModelIndex WReadOnlyProxyModel.mapFromSource(WModelIndex sourceIndex)
           
 WModelIndex WSortFilterProxyModel.mapFromSource(WModelIndex sourceIndex)
           
abstract  WModelIndex WAbstractProxyModel.mapToSource(WModelIndex proxyIndex)
          Maps a proxy model index to the source model.
 WModelIndex WAggregateProxyModel.mapToSource(WModelIndex proxyIndex)
           
 WModelIndex WBatchEditProxyModel.mapToSource(WModelIndex proxyIndex)
           
 WModelIndex WReadOnlyProxyModel.mapToSource(WModelIndex proxyIndex)
           
 WModelIndex WSortFilterProxyModel.mapToSource(WModelIndex proxyIndex)
           
 

Methods in eu.webtoolkit.jwt that return types with arguments of type WModelIndex
 Signal2<WModelIndex,WMouseEvent> WAbstractItemView.clicked()
          Signal emitted when an item is clicked.
 Signal1<WModelIndex> WTreeView.collapsed()
          Signal emitted when a node is collapsed.
 Signal3<WModelIndex,java.lang.Integer,java.lang.Integer> WAbstractItemModel.columnsAboutToBeInserted()
          Signal emitted before a number of columns will be inserted.
 Signal3<WModelIndex,java.lang.Integer,java.lang.Integer> WAbstractItemModel.columnsAboutToBeRemoved()
          Signal emitted before a number of columns will be removed.
 Signal3<WModelIndex,java.lang.Integer,java.lang.Integer> WAbstractItemModel.columnsInserted()
          Signal emitted after a number of columns were inserted.
 Signal3<WModelIndex,java.lang.Integer,java.lang.Integer> WAbstractItemModel.columnsRemoved()
          Signal emitted after a number of columns were removed.
 Signal2<WModelIndex,WModelIndex> WAbstractItemModel.dataChanged()
          Signal emitted when some data was changed.
 Signal2<WModelIndex,WModelIndex> WAbstractItemModel.dataChanged()
          Signal emitted when some data was changed.
static java.util.SortedSet<WModelIndex> WModelIndex.decodeFromRawIndexes(java.util.SortedSet<WModelIndex> encodedIndexes)
          Utility method to decode an entire set of raw indexes.
 Signal2<WModelIndex,WMouseEvent> WAbstractItemView.doubleClicked()
          Signal emitted when an item is double clicked.
 Signal1<WModelIndex> WTreeView.expanded()
          Signal emitted when a node is expanded.
 java.util.SortedSet<WModelIndex> WAbstractItemView.getSelectedIndexes()
          Returns the set of selected items.
 java.util.SortedSet<WModelIndex> WItemSelectionModel.getSelectedIndexes()
          Returns the set of selected items.
 java.util.List<WModelIndex> WAbstractItemModel.match(WModelIndex start, int role, java.lang.Object value, int hits, MatchOptions flags)
          Returns an index list for data items that match.
 Signal2<WModelIndex,WMouseEvent> WAbstractItemView.mouseWentDown()
          Signal emitted when a mouse button is pressed down.
 Signal2<WModelIndex,WMouseEvent> WAbstractItemView.mouseWentUp()
          Signal emitted when the mouse button is released.
 Signal3<WModelIndex,java.lang.Integer,java.lang.Integer> WAbstractItemModel.rowsAboutToBeInserted()
          Signal emitted before a number of rows will be inserted.
 Signal3<WModelIndex,java.lang.Integer,java.lang.Integer> WAbstractItemModel.rowsAboutToBeRemoved()
          Signal emitted before a number of rows will be removed.
 Signal3<WModelIndex,java.lang.Integer,java.lang.Integer> WAbstractItemModel.rowsInserted()
          Signal emitted after a number of rows were inserted.
 Signal3<WModelIndex,java.lang.Integer,java.lang.Integer> WAbstractItemModel.rowsRemoved()
          Signal emitted after a number of rows were removed.
 

Methods in eu.webtoolkit.jwt with parameters of type WModelIndex
protected  void WAbstractItemModel.beginInsertColumns(WModelIndex parent, int first, int last)
          Method to be called before inserting columns.
protected  void WStandardItemModel.beginInsertColumns(WModelIndex parent, int first, int last)
           
protected  void WAbstractItemModel.beginInsertRows(WModelIndex parent, int first, int last)
          Method to be called before inserting rows.
protected  void WStandardItemModel.beginInsertRows(WModelIndex parent, int first, int last)
           
protected  void WAbstractItemModel.beginRemoveColumns(WModelIndex parent, int first, int last)
          Method to be called before removing columns.
protected  void WStandardItemModel.beginRemoveColumns(WModelIndex parent, int first, int last)
           
protected  void WAbstractItemModel.beginRemoveRows(WModelIndex parent, int first, int last)
          Method to be called before removing rows.
protected  void WStandardItemModel.beginRemoveRows(WModelIndex parent, int first, int last)
           
 void WAbstractItemView.closeEditor(WModelIndex index)
          Closes the editor for the given index.
 void WAbstractItemView.closeEditor(WModelIndex index, boolean saveData)
          Closes the editor for the given index.
 void WTreeView.collapse(WModelIndex index)
          Collapses a node.
 int WModelIndex.compareTo(WModelIndex i2)
          Implements Comparable.compareTo(Object).
protected  WWidget WItemDelegate.createEditor(WModelIndex index, java.util.EnumSet<ViewItemRenderFlag> flags)
          Creates an editor for a data item.
protected  WWidget WItemDelegate.createEditor(WModelIndex index, ViewItemRenderFlag flag, ViewItemRenderFlag... flags)
          Creates an editor for a data item.
 void WAbstractItemModel.dropEvent(WDropEvent e, DropAction action, int row, int column, WModelIndex parent)
          Handles a drop event.
 void WAbstractProxyModel.dropEvent(WDropEvent e, DropAction action, int row, int column, WModelIndex parent)
           
protected  void WAbstractItemView.dropEvent(WDropEvent e, WModelIndex index)
          Handles a drop event (drag & drop).
 void WAbstractItemView.edit(WModelIndex index)
          Opens an editor for the given index.
 void WTreeView.expand(WModelIndex index)
          Expands a node.
protected  boolean WSortFilterProxyModel.filterAcceptRow(int sourceRow, WModelIndex sourceParent)
          Returns whether a source row is accepted by the filter.
abstract  int WAbstractItemModel.getColumnCount(WModelIndex parent)
          Returns the number of columns.
 int WAbstractListModel.getColumnCount(WModelIndex parent)
           
 int WAggregateProxyModel.getColumnCount(WModelIndex parent)
           
 int WBatchEditProxyModel.getColumnCount(WModelIndex parent)
           
 int WReadOnlyProxyModel.getColumnCount(WModelIndex parent)
           
 int WSortFilterProxyModel.getColumnCount(WModelIndex parent)
           
 int WStandardItemModel.getColumnCount(WModelIndex parent)
           
 java.lang.Object WAbstractItemModel.getData(int row, int column, int role, WModelIndex parent)
          Returns the data item at the given column and row.
 java.lang.Object WAbstractItemModel.getData(WModelIndex index)
          Returns data at a specific model index.
abstract  java.lang.Object WAbstractItemModel.getData(WModelIndex index, int role)
          Returns data at a specific model index.
 java.lang.Object WAbstractProxyModel.getData(WModelIndex index, int role)
           
 java.lang.Object WBatchEditProxyModel.getData(WModelIndex index, int role)
           
 java.lang.Object WStandardItemModel.getData(WModelIndex index, int role)
           
 java.lang.Object WStringListModel.getData(WModelIndex index, int role)
           
 java.util.EnumSet<ItemFlag> WAbstractItemModel.getFlags(WModelIndex index)
          Returns the flags for an item.
 java.util.EnumSet<ItemFlag> WAbstractProxyModel.getFlags(WModelIndex index)
           
 java.util.EnumSet<ItemFlag> WBatchEditProxyModel.getFlags(WModelIndex index)
           
 java.util.EnumSet<ItemFlag> WStandardItemModel.getFlags(WModelIndex index)
           
 java.util.EnumSet<ItemFlag> WStringListModel.getFlags(WModelIndex index)
          Returns the flags for an item.
abstract  WModelIndex WAbstractItemModel.getIndex(int row, int column, WModelIndex parent)
          Returns the child index for the given row and column.
 WModelIndex WAbstractListModel.getIndex(int row, int column, WModelIndex parent)
           
 WModelIndex WAbstractTableModel.getIndex(int row, int column, WModelIndex parent)
           
 WModelIndex WAggregateProxyModel.getIndex(int row, int column, WModelIndex parent)
           
 WModelIndex WBatchEditProxyModel.getIndex(int row, int column, WModelIndex parent)
           
 WModelIndex WItemModel.getIndex(int row, int column, WModelIndex parent)
           
 WModelIndex WReadOnlyProxyModel.getIndex(int row, int column, WModelIndex parent)
           
 WModelIndex WSortFilterProxyModel.getIndex(int row, int column, WModelIndex parent)
           
 WModelIndex WStandardItemModel.getIndex(int row, int column, WModelIndex parent)
           
 Item WItemModel.getItem(WModelIndex index)
          Returns the Item for the WModelIndex index.
 java.util.SortedMap<java.lang.Integer,java.lang.Object> WAbstractItemModel.getItemData(WModelIndex index)
          Returns all data at a specific index.
 WAbstractItemDelegate WAbstractItemView.getItemDelegate(WModelIndex index)
          Returns the delegate for rendering an item.
 WStandardItem WStandardItemModel.getItemFromIndex(WModelIndex index)
          Returns the standard item that corresponds to a model index.
abstract  WModelIndex WAbstractItemModel.getParent(WModelIndex index)
          Returns the parent for a model index.
 WModelIndex WAbstractListModel.getParent(WModelIndex index)
           
 WModelIndex WAbstractTableModel.getParent(WModelIndex index)
           
 WModelIndex WAggregateProxyModel.getParent(WModelIndex index)
           
 WModelIndex WBatchEditProxyModel.getParent(WModelIndex index)
           
 WModelIndex WItemModel.getParent(WModelIndex index)
           
 WModelIndex WReadOnlyProxyModel.getParent(WModelIndex index)
           
 WModelIndex WSortFilterProxyModel.getParent(WModelIndex index)
           
 WModelIndex WStandardItemModel.getParent(WModelIndex index)
           
abstract  int WAbstractItemModel.getRowCount(WModelIndex parent)
          Returns the number of rows.
 int WAggregateProxyModel.getRowCount(WModelIndex parent)
           
 int WBatchEditProxyModel.getRowCount(WModelIndex parent)
           
 int WItemModel.getRowCount(WModelIndex index)
           
 int WReadOnlyProxyModel.getRowCount(WModelIndex parent)
           
 int WSortFilterProxyModel.getRowCount(WModelIndex parent)
           
 int WStandardItemModel.getRowCount(WModelIndex parent)
           
 int WStringListModel.getRowCount(WModelIndex parent)
           
 boolean WAbstractItemModel.hasChildren(WModelIndex index)
          Returns if there are children at an index.
 boolean WAbstractItemModel.hasIndex(int row, int column, WModelIndex parent)
          Returns if an index at the given position is valid (i.e.
 boolean WAbstractItemModel.insertColumn(int column, WModelIndex parent)
          Inserts one column.
 boolean WAbstractItemModel.insertColumns(int column, int count, WModelIndex parent)
          Inserts one or more columns.
 boolean WAbstractProxyModel.insertColumns(int column, int count, WModelIndex parent)
           
 boolean WBatchEditProxyModel.insertColumns(int column, int count, WModelIndex parent)
           
 boolean WStandardItemModel.insertColumns(int column, int count, WModelIndex parent)
           
 boolean WAbstractItemModel.insertRow(int row, WModelIndex parent)
          Inserts one row.
 boolean WAbstractItemModel.insertRows(int row, int count, WModelIndex parent)
          Inserts one or more rows.
 boolean WBatchEditProxyModel.insertRows(int row, int count, WModelIndex parent)
           
 boolean WSortFilterProxyModel.insertRows(int row, int count, WModelIndex parent)
          Inserts a number rows.
 boolean WStandardItemModel.insertRows(int row, int count, WModelIndex parent)
           
 boolean WStringListModel.insertRows(int row, int count, WModelIndex parent)
           
static boolean WModelIndex.isAncestor(WModelIndex i1, WModelIndex i2)
          Returns whether i2 is an ancestor of i1.
 boolean WAbstractItemView.isEditing(WModelIndex index)
          Returns whether an editor is open for a given index.
 boolean WTreeView.isExpanded(WModelIndex index)
          Returns whether a node is expanded.
 boolean WAbstractItemView.isSelected(WModelIndex index)
          Returns wheter an item is selected.
 boolean WItemSelectionModel.isSelected(WModelIndex index)
          Returns wheter an item is selected.
 boolean WAbstractItemView.isValid(WModelIndex index)
          Returns whether an editor's state is valid.
abstract  WWidget WAbstractItemView.itemWidget(WModelIndex index)
          Returns the widget that renders an item.
 WWidget WTableView.itemWidget(WModelIndex index)
           
 WWidget WTreeView.itemWidget(WModelIndex index)
           
protected  boolean WSortFilterProxyModel.lessThan(WModelIndex lhs, WModelIndex rhs)
          Compares two indexes.
abstract  WModelIndex WAbstractProxyModel.mapFromSource(WModelIndex sourceIndex)
          Maps a source model index to the proxy model.
 WModelIndex WAggregateProxyModel.mapFromSource(WModelIndex sourceIndex)
           
 WModelIndex WBatchEditProxyModel.mapFromSource(WModelIndex sourceIndex)
           
 WModelIndex WReadOnlyProxyModel.mapFromSource(WModelIndex sourceIndex)
           
 WModelIndex WSortFilterProxyModel.mapFromSource(WModelIndex sourceIndex)
           
abstract  WModelIndex WAbstractProxyModel.mapToSource(WModelIndex proxyIndex)
          Maps a proxy model index to the source model.
 WModelIndex WAggregateProxyModel.mapToSource(WModelIndex proxyIndex)
           
 WModelIndex WBatchEditProxyModel.mapToSource(WModelIndex proxyIndex)
           
 WModelIndex WReadOnlyProxyModel.mapToSource(WModelIndex proxyIndex)
           
 WModelIndex WSortFilterProxyModel.mapToSource(WModelIndex proxyIndex)
           
 java.util.List<WModelIndex> WAbstractItemModel.match(WModelIndex start, int role, java.lang.Object value, int hits, MatchOptions flags)
          Returns an index list for data items that match.
 boolean WAbstractItemModel.removeColumn(int column, WModelIndex parent)
          Removes one column.
 boolean WAbstractItemModel.removeColumns(int column, int count, WModelIndex parent)
          Removes columns.
 boolean WAbstractProxyModel.removeColumns(int column, int count, WModelIndex parent)
           
 boolean WBatchEditProxyModel.removeColumns(int column, int count, WModelIndex parent)
           
 boolean WStandardItemModel.removeColumns(int column, int count, WModelIndex parent)
           
 boolean WAbstractItemModel.removeRow(int row, WModelIndex parent)
          Removes one row.
 boolean WAbstractItemModel.removeRows(int row, int count, WModelIndex parent)
          Removes rows.
 boolean WBatchEditProxyModel.removeRows(int row, int count, WModelIndex parent)
           
 boolean WSortFilterProxyModel.removeRows(int row, int count, WModelIndex parent)
          Removes a number rows.
 boolean WStandardItemModel.removeRows(int row, int count, WModelIndex parent)
           
 boolean WStringListModel.removeRows(int row, int count, WModelIndex parent)
           
 void WAbstractItemView.scrollTo(WModelIndex index)
          Scrolls the view to an item.
abstract  void WAbstractItemView.scrollTo(WModelIndex index, WAbstractItemView.ScrollHint hint)
          Scrolls the view to an item.
 void WTableView.scrollTo(WModelIndex index, WAbstractItemView.ScrollHint hint)
           
 void WTreeView.scrollTo(WModelIndex index, WAbstractItemView.ScrollHint hint)
           
 void WAbstractItemView.select(WModelIndex index)
          Selects a single item.
 void WAbstractItemView.select(WModelIndex index, SelectionFlag option)
          Selects a single item.
 boolean WAbstractItemModel.setData(int row, int column, java.lang.Object value, int role, WModelIndex parent)
          Sets data at the given row and column.
 boolean WAbstractItemModel.setData(WModelIndex index, java.lang.Object value)
          Sets data at the given model index.
 boolean WAbstractItemModel.setData(WModelIndex index, java.lang.Object value, int role)
          Sets data at the given model index.
 boolean WAbstractProxyModel.setData(WModelIndex index, java.lang.Object value, int role)
           
 boolean WBatchEditProxyModel.setData(WModelIndex index, java.lang.Object value, int role)
          Sets item data.
 boolean WStandardItemModel.setData(WModelIndex index, java.lang.Object value, int role)
           
 boolean WStringListModel.setData(WModelIndex index, java.lang.Object value, int role)
           
 void WTreeView.setExpanded(WModelIndex index, boolean expanded)
          Expands or collapses a node.
 boolean WAbstractItemModel.setItemData(WModelIndex index, java.util.SortedMap<java.lang.Integer,java.lang.Object> values)
          Sets data at the given model index.
 void WAbstractItemDelegate.setModelData(java.lang.Object editState, WAbstractItemModel model, WModelIndex index)
          Saves the edited data to the model.
 void WItemDelegate.setModelData(java.lang.Object editState, WAbstractItemModel model, WModelIndex index)
          Saves the edited data to the model.
 void WAbstractItemView.setRootIndex(WModelIndex rootIndex)
          Sets the root index.
protected  boolean WAbstractItemView.shiftEditors(WModelIndex parent, int start, int count, boolean persistWhenShifted)
           
protected  void WAbstractProxyModel.shiftModelIndexes(WModelIndex sourceParent, int start, int count, java.util.SortedMap<WModelIndex,WAbstractProxyModel.BaseItem> items)
          Utility methods to shift items in an item map.
 java.lang.Object WAbstractItemModel.toRawIndex(WModelIndex index)
          Converts a model index to a raw pointer that remains valid while the model's layout is changed.
 java.lang.Object WAbstractProxyModel.toRawIndex(WModelIndex index)
           
 java.lang.Object WStandardItemModel.toRawIndex(WModelIndex index)
           
abstract  WWidget WAbstractItemDelegate.update(WWidget widget, WModelIndex index, java.util.EnumSet<ViewItemRenderFlag> flags)
          Creates or updates a widget that renders an item.
 WWidget WItemDelegate.update(WWidget widget, WModelIndex index, java.util.EnumSet<ViewItemRenderFlag> flags)
          Creates or updates a widget that renders an item.
 WWidget WAbstractItemDelegate.update(WWidget widget, WModelIndex index, ViewItemRenderFlag flag, ViewItemRenderFlag... flags)
          Creates or updates a widget that renders an item.
 void WAbstractItemDelegate.updateModelIndex(WWidget widget, WModelIndex index)
          Updates the model index of a widget.
 void WItemDelegate.updateModelIndex(WWidget widget, WModelIndex index)
           
 WValidator.State WAbstractItemDelegate.validate(WModelIndex index, java.lang.Object editState)
          Returns whether the edited value is valid.
 WValidator.State WAbstractItemView.validateEditor(WModelIndex index)
          Validates the editor for the given index.
 

Method parameters in eu.webtoolkit.jwt with type arguments of type WModelIndex
static java.util.SortedSet<WModelIndex> WModelIndex.decodeFromRawIndexes(java.util.SortedSet<WModelIndex> encodedIndexes)
          Utility method to decode an entire set of raw indexes.
static void WModelIndex.encodeAsRawIndexes(java.util.SortedSet<WModelIndex> indexes)
          Utility method for converting an entire set of indexes to raw.
 void WAbstractItemView.setSelectedIndexes(java.util.SortedSet<WModelIndex> indexes)
          Sets the selected items.
protected  void WAbstractProxyModel.shiftModelIndexes(WModelIndex sourceParent, int start, int count, java.util.SortedMap<WModelIndex,WAbstractProxyModel.BaseItem> items)
          Utility methods to shift items in an item map.
 

Constructors in eu.webtoolkit.jwt with parameters of type WModelIndex
WAbstractProxyModel.BaseItem(WModelIndex sourceIndex)
          Create a WAbstractProxyModel.BaseItem.
 

Uses of WModelIndex in eu.webtoolkit.jwt.chart
 

Methods in eu.webtoolkit.jwt.chart with parameters of type WModelIndex
 void WCartesianChart.addDataPointArea(WDataSeries series, WModelIndex xIndex, WAbstractArea area)
          Adds a data point area (used for displaying e.g.
 void WPieChart.addDataPointArea(WModelIndex index, WAbstractArea area)
          Adds a data point area (used for displaying e.g.
protected abstract  void WAbstractChart.modelColumnsInserted(WModelIndex parent, int start, int end)
          Method called when colums have been inserted in the model.
protected  void WCartesianChart.modelColumnsInserted(WModelIndex parent, int start, int end)
           
protected  void WPieChart.modelColumnsInserted(WModelIndex parent, int start, int end)
           
protected abstract  void WAbstractChart.modelColumnsRemoved(WModelIndex parent, int start, int end)
          Method called when colums have been removed from the model.
protected  void WCartesianChart.modelColumnsRemoved(WModelIndex parent, int start, int end)
           
protected  void WPieChart.modelColumnsRemoved(WModelIndex parent, int start, int end)
           
protected abstract  void WAbstractChart.modelDataChanged(WModelIndex topLeft, WModelIndex bottomRight)
          Method called when data has been changed in the model.
protected  void WCartesianChart.modelDataChanged(WModelIndex topLeft, WModelIndex bottomRight)
           
protected  void WPieChart.modelDataChanged(WModelIndex topLeft, WModelIndex bottomRight)
           
protected abstract  void WAbstractChart.modelRowsInserted(WModelIndex parent, int start, int end)
          Method called when rows have been inserted from the model.
protected  void WCartesianChart.modelRowsInserted(WModelIndex parent, int start, int end)
           
protected  void WPieChart.modelRowsInserted(WModelIndex parent, int start, int end)
           
protected abstract  void WAbstractChart.modelRowsRemoved(WModelIndex parent, int start, int end)
          Method called when rows have been removed from the model.
protected  void WCartesianChart.modelRowsRemoved(WModelIndex parent, int start, int end)
           
protected  void WPieChart.modelRowsRemoved(WModelIndex parent, int start, int end)
           
 void SeriesIterator.newValue(WDataSeries series, double x, double y, double stackY, WModelIndex xIndex, WModelIndex yIndex)
          Process a value.
static void SeriesIterator.setBrushColor(WBrush brush, WModelIndex xIndex, WModelIndex yIndex, int colorRole)
           
static void SeriesIterator.setPenColor(WPen pen, WModelIndex xIndex, WModelIndex yIndex, int colorRole)