| Package | Description |
|---|---|
| org.apache.cayenne.modeler | |
| org.apache.cayenne.modeler.dialog |
Contains various CayenneModeler dialogs.
|
| org.apache.cayenne.modeler.dialog.autorelationship | |
| org.apache.cayenne.modeler.dialog.codegen | |
| org.apache.cayenne.modeler.dialog.datadomain |
Contains MVC classes for configuring DataDomain parameters.
|
| org.apache.cayenne.modeler.dialog.datamap | |
| org.apache.cayenne.modeler.dialog.db |
Contains MVC classes for various database operations performed by CayenneModeler.
|
| org.apache.cayenne.modeler.dialog.objentity | |
| org.apache.cayenne.modeler.dialog.pref | |
| org.apache.cayenne.modeler.dialog.query | |
| org.apache.cayenne.modeler.editor.datanode | |
| org.apache.cayenne.modeler.util | |
| org.apache.cayenne.swing |
| Modifier and Type | Class and Description |
|---|---|
class |
CayenneModelerController
Controller of the main application frame.
|
class |
ProjectController
A controller that works with the project tree, tracking selection and
dispatching project events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FindDialog
An instance of this class is responsible for displaying search results and navigating
to the selected entity's representation.
|
class |
LogConsole
Implementation for modeler log console functionality
|
class |
ValidationResultBrowser |
| Modifier and Type | Class and Description |
|---|---|
class |
InferRelationshipsController |
class |
InferRelationshipsControllerBase |
class |
InferRelationshipsTabController |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassesTabController |
class |
ClientModeController |
class |
CodeGeneratorController
A controller for the class generator dialog.
|
class |
CodeGeneratorControllerBase
A base superclass of a top controller for the code generator.
|
class |
CustomModeController
A controller for the custom generation mode.
|
class |
GeneratorController
A mode-specific part of the code generation dialog.
|
class |
GeneratorTabController |
class |
StandardModeController |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheSyncConfigController
A controller for CacheSyncConfigDialog and its subviews.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CatalogUpdateController |
class |
DefaultsPreferencesController
An abstract controller for the DataMap defaults updates.
|
class |
LockingUpdateController |
class |
PackageUpdateController |
class |
SchemaUpdateController
A controller for batch DbEntities schema update.
|
class |
SuperclassUpdateController |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionWizard
A component for choosing a DataSource.
|
class |
DataSourceWizard
A subclass of ConnectionWizard that tests configured DataSource, but does not keep an
open connection.
|
class |
DBGeneratorOptions |
class |
MergerOptions |
class |
MergerTokenSelectorController |
class |
TableSelectorController |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassNameUpdater |
class |
DbRelationshipTarget |
class |
EntitySyncController |
class |
ObjAttributeInfoDialog |
class |
ObjRelationshipInfo |
| Modifier and Type | Class and Description |
|---|---|
class |
ClasspathPreferences |
class |
DataSourceCreator |
class |
DataSourceDuplicator |
class |
DataSourcePreferences
Editor for the local DataSources configured in preferences.
|
class |
DBConnectionInfoEditor
A reusable editor for DBConnectionInfo object.
|
class |
EncodingSelector
A controller for stream encoding picker component.
|
class |
GeneralPreferences |
class |
PreferenceDialog
A controller for editing Modeler preferences.
|
class |
TemplateCreator |
class |
TemplatePreferences |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryType |
| Modifier and Type | Class and Description |
|---|---|
class |
AdapterEditor |
class |
CustomDataSourceEditor |
class |
DataNodeEditor |
class |
DataSourceEditor |
class |
DBCPDataSourceEditor |
class |
JDBCDataSourceEditor |
class |
JNDIDataSourceEditor |
class |
MainDataNodeEditor
A controller for the main tab of the DataNode editor panel.
|
class |
PasswordEncoderEditor |
| Modifier and Type | Class and Description |
|---|---|
class |
CayenneController
A superclass of CayenneModeler controllers.
|
| Modifier and Type | Field and Description |
|---|---|
protected BoundComponent |
PropertyBinding.boundComponent |
| Modifier and Type | Method and Description |
|---|---|
ObjectBinding |
BindingFactory.bindToAction(BoundComponent component,
String action,
String boundExpression) |
ObjectBinding |
BindingBuilder.bindToAction(BoundComponent component,
String action,
String boundProperty) |
ObjectBinding |
BindingFactory.bindToProperty(BoundComponent component,
String property,
String boundProperty) |
ObjectBinding |
BindingBuilder.bindToProperty(BoundComponent component,
String property,
String boundProperty)
Binds to an instance of BoundComponent.
|
| Constructor and Description |
|---|
ActionBinding(BoundComponent component,
String propertyExpression,
String boundExpression) |
PropertyBinding(BoundComponent boundComponent,
String propertyExpression,
String boundExpression) |
Copyright © 2001–2015 Apache Cayenne. All rights reserved.