FlatfileColumnTableModel(Collection columns, List columnNames) Create new instance of FlatfileColumnTableModel representing the given Collection
of FlatfileDBColumn instances and using header information in the given Map.
public
FlatfileColumnTableModel(FlatfileDBTable aTable, List columnNames) Create new instance of FlatfileColumnTableModel representing the given Flatfile
instance and using header information in the given Map.
convertToFieldEntries(Collection columns) Converts the FlatfileDBColumn instances in the given Collection to ColumnEntry
instances that are compatible with this model.
updateColumns(FlatfileDBTable table) Updates the given FlatfileDBTable instance to hold FlatfileDBColumn instances which
are defined by this model's current set of row entries.
Create new instance of FlatfileColumnTableModel representing the given Collection
of FlatfileDBColumn instances and using header information in the given Map.
Parameters: columns - Collection of FlatfileDBColumns containing model data Parameters: columnNames - List of display header names for the various table columns
Create new instance of FlatfileColumnTableModel representing the given Flatfile
instance and using header information in the given Map.
Parameters: aTable - FlatfileDBTable containing our data Parameters: columnNames - List of display header names for the various table columns
Converts the FlatfileDBColumn instances in the given Collection to ColumnEntry
instances that are compatible with this model.
Parameters: columns - Collection of FlatfileDBColumn instances to be converted List of ColumnEntry instances based on the contents of columns
Gets List of ordinal position IDs of fields, if any, which have invalid names.
List (possibly empty) containing Integer instances, each of which holds theordinal position of a column with an invalid name.
Indicates whether the model contains at least one column with a column length value
of zero.
true if at least one column in this model has a length value of zero; falseotherwise.
setEntryEditable
public void setEntryEditable(int index, boolean newValue)(Code)
Sets editability of column names in this model.
Parameters: newValue - true if column name is editable, false otherwise
setRowEntries
public synchronized void setRowEntries(Collection columns)(Code)
Updates the given FlatfileDBTable instance to hold FlatfileDBColumn instances which
are defined by this model's current set of row entries.
Parameters: table - FlatfileDBTable whose columns will be populated with the contents ofthis model
Fields inherited from org.netbeans.modules.mashup.db.ui.wizard.RowEntryTableModel