com.fruitioninc.jwc
Interface ThreadLocalTableModel.DefaultDataFactory
- Enclosing interface:
- ThreadLocalTableModel
- public static interface ThreadLocalTableModel.DefaultDataFactory
Creator of default data.
This is needed because we can't store the default data in a member variable because it may get modified.
Each time we populate the data with the default data, we need a new copy of the default data.
It might be nice to call Object.clone() on each cell of the default data except that it is protected.
newDefaultData
public java.lang.Object[][] newDefaultData()