| Package | Description |
|---|---|
| org.apache.cayenne.modeler.editor.datanode | |
| org.apache.cayenne.swing |
| Modifier and Type | Field and Description |
|---|---|
protected BindingDelegate |
PasswordEncoderEditor.nodeChangeProcessor |
protected BindingDelegate |
MainDataNodeEditor.nodeChangeProcessor |
protected BindingDelegate |
DataSourceEditor.nodeChangeProcessor |
| Constructor and Description |
|---|
CustomDataSourceEditor(ProjectController controller,
BindingDelegate nodeChangeProcessor) |
DataSourceEditor(ProjectController controller,
BindingDelegate nodeChangeProcessor) |
DBCPDataSourceEditor(ProjectController controller,
BindingDelegate nodeChangeProcessor) |
JDBCDataSourceEditor(ProjectController parent,
BindingDelegate nodeChangeProcessor) |
JNDIDataSourceEditor(ProjectController parent,
BindingDelegate nodeChangeProcessor) |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionDelegate
An implementation of BindingDelegate that invokes a no-argument context action on every
model update.
|
| Modifier and Type | Field and Description |
|---|---|
protected BindingDelegate |
BindingBuilder.delegate |
protected BindingDelegate |
BindingBase.delegate |
| Modifier and Type | Method and Description |
|---|---|
protected BindingDelegate |
BindingBuilder.getActionDelegate(String action) |
BindingDelegate |
ObjectBinding.getDelegate() |
BindingDelegate |
BindingBuilder.getDelegate() |
BindingDelegate |
BindingBase.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
protected ObjectBinding |
BindingBuilder.initBinding(ObjectBinding binding,
BindingDelegate delegate) |
void |
ObjectBinding.setDelegate(BindingDelegate delegate) |
void |
BindingBuilder.setDelegate(BindingDelegate delegate)
Sets BindingDelegate that will be assigned to all bindings created via this
BindingBuilder.
|
void |
BindingBase.setDelegate(BindingDelegate delegate) |
Copyright © 2001–2015 Apache Cayenne. All rights reserved.