| Package | Description |
|---|---|
| org.apache.cayenne.modeler.dialog.autorelationship | |
| org.apache.cayenne.modeler.dialog.codegen | |
| org.apache.cayenne.modeler.dialog.db |
Contains MVC classes for various database operations performed by CayenneModeler.
|
| org.apache.cayenne.modeler.dialog.pref | |
| org.apache.cayenne.modeler.editor.datanode | |
| org.apache.cayenne.swing |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectBinding |
InferRelationshipsTabController.tableBinding |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectBinding |
CustomModeController.subTemplate |
protected ObjectBinding |
CustomModeController.superTemplate |
protected ObjectBinding |
ClassesTabController.tableBinding |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectBinding |
DBGeneratorOptions.adapterBinding |
protected ObjectBinding |
DataSourceWizard.dataSourceBinding |
protected ObjectBinding[] |
DBGeneratorOptions.optionBindings |
protected ObjectBinding |
MergerOptions.sqlBinding |
protected ObjectBinding |
DBGeneratorOptions.sqlBinding |
protected ObjectBinding |
TableSelectorController.tableBinding |
protected ObjectBinding |
MergerTokenSelectorController.tableBinding |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectBinding |
GeneralPreferences.autoLoadProjectBinding |
protected ObjectBinding[] |
DBConnectionInfoEditor.bindings |
protected ObjectBinding |
EncodingSelector.defaultEncodingBinding |
protected ObjectBinding |
GeneralPreferences.deletePromptBinding |
protected ObjectBinding |
GeneralPreferences.encodingBinding |
protected ObjectBinding |
EncodingSelector.otherEncodingBinding |
protected ObjectBinding |
EncodingSelector.selectedEncodingBinding |
protected ObjectBinding |
TemplatePreferences.tableBinding |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectBinding |
AdapterEditor.adapterNameBinding |
protected ObjectBinding[] |
PasswordEncoderEditor.bindings |
protected ObjectBinding[] |
MainDataNodeEditor.bindings |
protected ObjectBinding[] |
DataSourceEditor.fieldAdapters |
protected ObjectBinding |
MainDataNodeEditor.localDataSourceBinding |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionBinding |
class |
BeanActionBinding
A binding that registers for action events of an arbitrary Component JavaBean that
provides a way to add an ActionListener via BeanDescriptor.
|
class |
BindingBase |
class |
CheckBoxBinding
A generic adapter that binds a check box to a bean property.
|
class |
ComboSelectionBinding |
class |
ItemEventBinding
Binds a checkbox state to an int or boolean property.
|
class |
PropertyBinding
A binding for connecting to children that implement BoundComponent.
|
class |
TableBinding
A binding for a JTable.
|
class |
TextBinding
A generic text adapter that is bound to a bean property.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectBinding |
BindingFactory.bindToAction(AbstractButton button,
String action)
Binds to AbstractButton action events.
|
ObjectBinding |
BindingBuilder.bindToAction(AbstractButton button,
String action) |
ObjectBinding |
BindingFactory.bindToAction(BoundComponent component,
String action,
String boundExpression) |
ObjectBinding |
BindingBuilder.bindToAction(BoundComponent component,
String action,
String boundProperty) |
ObjectBinding |
BindingFactory.bindToAction(Component component,
String action)
Binds to a generic component.
|
ObjectBinding |
BindingBuilder.bindToAction(Component component,
String action) |
ObjectBinding |
BindingFactory.bindToCheckBox(JCheckBox component,
String property) |
ObjectBinding |
BindingBuilder.bindToCheckBox(JCheckBox component,
String property) |
ObjectBinding |
BindingBuilder.bindToComboSelection(JComboBox component,
String property) |
ObjectBinding |
BindingFactory.bindToComboSelection(JComboBox component,
String property,
String noSelectionValue) |
ObjectBinding |
BindingBuilder.bindToComboSelection(JComboBox component,
String property,
String noSelectionValue) |
ObjectBinding |
BindingBuilder.bindToComboSelection(JComboBox component,
String property,
String action,
String noSelectionValue) |
ObjectBinding |
BindingFactory.bindToProperty(BoundComponent component,
String property,
String boundProperty) |
ObjectBinding |
BindingBuilder.bindToProperty(BoundComponent component,
String property,
String boundProperty)
Binds to an instance of BoundComponent.
|
ObjectBinding |
BindingFactory.bindToStateChange(AbstractButton button,
String property)
Binds to AbstractButton item state change events.
|
ObjectBinding |
BindingBuilder.bindToStateChange(AbstractButton button,
String property) |
ObjectBinding |
BindingBuilder.bindToStateChangeAndAction(AbstractButton button,
String property,
String action) |
ObjectBinding |
TableBindingBuilder.bindToTable(JTable table,
String listBinding)
Creates a binding using preconfigured parameters.
|
ObjectBinding |
BindingFactory.bindToTable(JTable table,
String listBinding,
String[] headers,
BindingExpression[] columns,
Class[] columnClass,
boolean[] editableState,
Object[] sampleLongValues) |
ObjectBinding |
BindingFactory.bindToTextArea(JTextArea component,
String property) |
ObjectBinding |
BindingBuilder.bindToTextArea(JTextArea component,
String property) |
ObjectBinding |
BindingFactory.bindToTextField(JTextField component,
String property)
Creates a binding that updates a property on text field text changes.
|
ObjectBinding |
BindingBuilder.bindToTextField(JTextField component,
String property) |
protected ObjectBinding |
BindingBuilder.initBinding(ObjectBinding binding,
BindingDelegate delegate) |
protected ObjectBinding |
BindingFactory.prepareBinding(BindingBase binding)
Configures binding with factory default settings.
|
| Modifier and Type | Method and Description |
|---|---|
protected ObjectBinding |
BindingBuilder.initBinding(ObjectBinding binding,
BindingDelegate delegate) |
void |
BindingDelegate.modelUpdated(ObjectBinding binding,
Object oldValue,
Object newValue)
Called by a binding to notify that a model value was updated.
|
void |
ActionDelegate.modelUpdated(ObjectBinding binding,
Object oldValue,
Object newValue) |
Copyright © 2001–2015 Apache Cayenne. All rights reserved.