com.antelmann.math
Class JDataMatrixView.Cell
java.lang.Object
com.antelmann.math.JDataMatrixView.Cell
- All Implemented Interfaces:
- ValueRetriever<Number>
- Enclosing class:
- JDataMatrixView
public static class JDataMatrixView.Cell
- extends Object
- implements ValueRetriever<Number>
used as the table cell value within the embedding component
editValue
public Object editValue
JDataMatrixView.Cell
public JDataMatrixView.Cell(JDataMatrixView view,
Object[] path)
getView
public JDataMatrixView getView()
getPath
public Object[] getPath()
getRelevantValue
public Number getRelevantValue()
- Description copied from interface:
ValueRetriever
- returns the relevant value for this instance at the time of calling
- Specified by:
getRelevantValue in interface ValueRetriever<Number>
toString
public String toString()
- Overrides:
toString in class Object
(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads