|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.coderazzi.filters.artifacts.RowFilter.Entry
public abstract static class RowFilter.Entry
.
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 |
---|
public RowFilter.Entry()
Method Detail |
---|
public String getStringValue(int index)
public abstract Object getIdentifier()
public abstract Object getValue(int index)
public abstract Object getModel()
public abstract int getValueCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |