org.netbeans.modules.mashup.db.ui.model |
|
Java Source File Name | Type | Comment |
ComboBoxOption.java | Class | Wrapper object to explicitly associate a data object with a display name String. |
DelimitedFlatfile.java | Class | Concrete bean wrapper implementation for delimited instances of FlatfileDBTable,
exposing read-only properties for display in a Flatfile DB property sheet. |
DelimitedFlatfileBeanInfo.java | Class | Concrete class to expose delimited-specific flatfile table properties. |
FixedWidthFlatfile.java | Class | Concrete bean wrapper implementation for fixed-width instances of FlatfileDBTable,
exposing read-only properties for display in a Flatfile DB property sheet. |
FixedWidthFlatfileBeanInfo.java | Class | Concrete class to expose fixedwidth-specific flatfile table properties. |
FlatfileColumn.java | Class | |
FlatfileColumnBeanInfo.java | Class | Exposes getters for flatfile column table properties. |
FlatfileDatabase.java | Class | Concrete bean wrapper for instances of FlatfileDatabaseModel, exposing read-only
properties for display in a Flatfile Database definition property sheet. |
FlatfileDatabaseBeanInfo.java | Class | Exposes getters for flatfile database properties. |
FlatfileTable.java | Class | Abstract bean wrapper for FlatfileDBTable instances to expose common read-only
properties for display in a Flatfile Database definition property sheet. |
FlatfileTableBeanInfo.java | Class | Abstract BeanInfo implementation to expose read-only access to selected table
properties. |
FlatfileTreeTableModel.java | Class | |