org.uispec4j
Class ModelTableCellValueConverter
java.lang.Object
org.uispec4j.ModelTableCellValueConverter
- All Implemented Interfaces:
- TableCellValueConverter
- public class ModelTableCellValueConverter
- extends Object
- implements TableCellValueConverter
Converter that returns the object managed by the underlying JTable's model. This is to be used sparingly since
it can disclose the application's internals, and you probably want the tests to be as independent as possible
from the implementation.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final TableCellValueConverter INSTANCE
ModelTableCellValueConverter
public ModelTableCellValueConverter()
getValue
public Object getValue(int row,
int column,
Component renderedComponent,
Object modelObject)
- Specified by:
getValue in interface TableCellValueConverter
Copyright © 2004-2007 Design-up. All Rights Reserved.