| Package | Description |
|---|---|
| org.apache.cayenne.modeler | |
| org.apache.cayenne.modeler.action | |
| org.apache.cayenne.modeler.editor |
Contains editor panels used by CayenneModeler main frame.
|
| org.apache.cayenne.modeler.event | |
| org.apache.cayenne.modeler.undo |
| Modifier and Type | Method and Description |
|---|---|
CallbackType |
ProjectController.getCurrentCallbackType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectController.setCurrentCallbackType(CallbackType callbackType) |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateCallbackMethodAction.createCallbackMethod(CallbackType callbackType,
String methodName) |
void |
RemoveCallbackMethodAction.removeCallbackMethod(CallbackType callbackType,
String method) |
| Modifier and Type | Field and Description |
|---|---|
protected CallbackType |
CallbackDescriptorTableModel.callbackType |
protected CallbackType[] |
AbstractCallbackMethodsTab.callbackTypes
list of callback method types
|
| Modifier and Type | Method and Description |
|---|---|
CallbackType |
ObjCallbackMethod.getCallbackType() |
CallbackType |
CallbackDescriptorTableModel.getCallbackType() |
protected CallbackType |
AbstractCallbackMethodsTab.getSelectedCallbackType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjCallbackMethod.setCallbackType(CallbackType callbackType) |
| Constructor and Description |
|---|
CallbackDescriptorTableModel(ProjectController mediator,
Object eventSource,
List objectList,
CallbackDescriptor callbackDescriptor,
CallbackType callbackType)
constructor
|
ObjCallbackMethod(String name,
CallbackType callbackType) |
| Modifier and Type | Method and Description |
|---|---|
CallbackType |
CallbackTypeSelectionEvent.getCallbackType() |
| Constructor and Description |
|---|
CallbackTypeSelectionEvent(Object source,
CallbackType callbackType)
constructor
|
| Constructor and Description |
|---|
CreateCallbackMethodUndoableEdit(CallbackType callbackType,
String methodName) |
RemoveCallbackMethodUndoableEdit(CallbackType callbackType,
ObjCallbackMethod[] methods) |
Copyright © 2001–2015 Apache Cayenne. All rights reserved.