|
CubeTwister 2.0alpha142 2012-02-11 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectch.randelshofer.rubik.impexp.csv.ColumnMappingTableModel.Entry
public static class ColumnMappingTableModel.Entry
An instance of this class specifies a column available from the import file. and a mapping of that column to an index specified by TableImpExp.supportedImportColumns.
| Field Summary | |
|---|---|
int |
columnMapping
The index mapping the column of the import file to an index in the array TableImpExp.supportedImportColumns. |
java.lang.String |
columnTitle
The title of a column. |
| Constructor Summary | |
|---|---|
ColumnMappingTableModel.Entry(java.lang.String columnTitle,
int mapping)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String columnTitle
public int columnMapping
| Constructor Detail |
|---|
public ColumnMappingTableModel.Entry(java.lang.String columnTitle,
int mapping)
|
(c) Werner Randelshofer. All rights reserved. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||