| Package | Description |
|---|---|
| org.apache.cayenne.modeler | |
| org.apache.cayenne.modeler.dialog |
Contains various CayenneModeler dialogs.
|
| org.apache.cayenne.modeler.dialog.validator | |
| org.apache.cayenne.modeler.util |
| Modifier and Type | Field and Description |
|---|---|
protected CayenneModelerFrame |
CayenneModelerController.frame |
| Modifier and Type | Method and Description |
|---|---|
static CayenneModelerFrame |
Application.getFrame() |
| Constructor and Description |
|---|
ErrorDebugDialog(CayenneModelerFrame owner,
String title,
Throwable throwable,
boolean detailed)
Constructor for ErrorDebugDialog.
|
ErrorDebugDialog(CayenneModelerFrame owner,
String title,
Throwable throwable,
boolean detailed,
boolean modal)
Constructor for ErrorDebugDialog, allowing to specify 'modal' property
|
WarningDialog(CayenneModelerFrame owner,
String title,
Throwable throwable,
boolean detailed)
Constructor for warning dialog
|
WarningDialog(CayenneModelerFrame owner,
String title,
Throwable throwable,
boolean detailed,
boolean modal)
Constructor for warning dialog, allowing to specify 'modal' property
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DuplicatedAttributesDialog.showDialog(CayenneModelerFrame editor,
List<ObjAttribute> duplicatedAttributes,
ObjEntity superEntity,
ObjEntity entity) |
static void |
ValidatorDialog.showDialog(CayenneModelerFrame frame,
List<ValidationFailure> list) |
static void |
ValidatorDialog.showValidationSuccess(CayenneModelerFrame editor) |
| Constructor and Description |
|---|
DuplicatedAttributesDialog(CayenneModelerFrame editor) |
ValidatorDialog(CayenneModelerFrame editor) |
| Modifier and Type | Method and Description |
|---|---|
CayenneModelerFrame |
CayenneDialog.getParentEditor() |
| Constructor and Description |
|---|
CayenneDialog(CayenneModelerFrame frame,
String title,
boolean modal) |
Copyright © 2001–2015 Apache Cayenne. All rights reserved.