net.coderazzi.filters.artifacts
Class RowFilter.Entry

java.lang.Object
  extended by net.coderazzi.filters.artifacts.RowFilter.Entry
Enclosing class:
RowFilter

public abstract static class RowFilter.Entry
extends Object

.

Class defined for compatibility with Java 6


Constructor Summary
RowFilter.Entry()
           
 
Method Summary
abstract  Object getIdentifier()
          Returns the row number.
abstract  Object getModel()
          Returns the underlying model.
 String getStringValue(int index)
          Returns the string value at the specified index.
abstract  Object getValue(int index)
          Returns the value at the specified index.
abstract  int getValueCount()
          Returns the number of columns.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowFilter.Entry

public RowFilter.Entry()
Method Detail

getStringValue

public String getStringValue(int index)
Returns the string value at the specified index.


getIdentifier

public abstract Object getIdentifier()
Returns the row number.


getValue

public abstract Object getValue(int index)
Returns the value at the specified index.


getModel

public abstract Object getModel()
Returns the underlying model.


getValueCount

public abstract int getValueCount()
Returns the number of columns.