public interface UIFactory
| Modifier and Type | Method and Description |
|---|---|
FormTable<?> |
createFormTable()
Creates a formtable.
|
FormTable<?> |
createFormTable(TableModel model)
Creates a formtable for a given data model.
|
static UIFactory |
getInstance()
The singleton.
|
static UIFactory getInstance()
FormTable<?> createFormTable()
FormTable<?> createFormTable(TableModel model)
model - the data modelCopyright © 2016 Krake Softwaretechnik. All rights reserved.