public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: csbase.client.facilities.configurabletable.model
|
| Modifier and Type | Method and Description |
|---|---|
Column |
createColumn()
Create an instance of
Column |
Columns |
createColumns()
Create an instance of
Columns |
Config |
createConfig()
Create an instance of
Config |
Filter |
createFilter()
Create an instance of
Filter |
Filter.Param |
createFilterParam()
Create an instance of
Filter.Param |
Filters |
createFilters()
Create an instance of
Filters |
Panel |
createPanel()
Create an instance of
Panel |
Splitpane |
createSplitpane()
Create an instance of
Splitpane |
Tab |
createTab()
Create an instance of
Tab |
Table |
createTable()
Create an instance of
Table |
Table.ColumnRef |
createTableColumnRef()
Create an instance of
Table.ColumnRef |
TableRef |
createTableRef()
Create an instance of
TableRef |
Tables |
createTables()
Create an instance of
Tables |
Tabs |
createTabs()
Create an instance of
Tabs |
UI |
createUI()
Create an instance of
UI |
public ObjectFactory()
public Filters createFilters()
Filterspublic Splitpane createSplitpane()
Splitpanepublic TableRef createTableRef()
TableRefpublic Filter.Param createFilterParam()
Filter.Parampublic Table.ColumnRef createTableColumnRef()
Table.ColumnRefCopyright © 2019. All rights reserved.