com.vividsolutions.jump.workbench.ui.renderer.style
Class ColorThemingTableModel.AttributeValueTableModelEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byjavax.swing.event.TableModelEvent
          extended bycom.vividsolutions.jump.workbench.ui.renderer.style.ColorThemingTableModel.AttributeValueTableModelEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ColorThemingTableModel

public static class ColorThemingTableModel.AttributeValueTableModelEvent
extends javax.swing.event.TableModelEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.event.TableModelEvent
ALL_COLUMNS, column, DELETE, firstRow, HEADER_ROW, INSERT, lastRow, type, UPDATE
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ColorThemingTableModel.AttributeValueTableModelEvent(javax.swing.table.TableModel source, int row)
           
 
Methods inherited from class javax.swing.event.TableModelEvent
getColumn, getFirstRow, getLastRow, getType
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ColorThemingTableModel.AttributeValueTableModelEvent

public ColorThemingTableModel.AttributeValueTableModelEvent(javax.swing.table.TableModel source,
                                                            int row)