Package | Description |
---|---|
net.sf.jailer.configuration |
Modifier and Type | Method and Description |
---|---|
DatabaseObjectRenderingDescription |
DatabaseObjectRenderingDescription.getItemDescription()
Gets description of a list item.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DatabaseObjectRenderingDescription> |
DBMS.getObjectRenderers() |
Modifier and Type | Method and Description |
---|---|
void |
DatabaseObjectRenderingDescription.setItemDescription(DatabaseObjectRenderingDescription itemDescription)
Sets description of a list item.
|
Modifier and Type | Method and Description |
---|---|
void |
DBMS.setObjectRenderers(java.util.List<DatabaseObjectRenderingDescription> objectRenderers) |
Constructor and Description |
---|
DatabaseObjectRenderingDescription(DatabaseObjectRenderingDescription other)
Copy constructor.
|