| Package | Description |
|---|---|
| org.apache.cayenne.modeler.action | |
| org.apache.cayenne.modeler.editor |
Contains editor panels used by CayenneModeler main frame.
|
| org.apache.cayenne.modeler.graph.action |
| Modifier and Type | Class and Description |
|---|---|
class |
AboutAction |
class |
ChangeObjEntityListenerClassAction
Action class for renaming entity listener class for ObjEntity
|
class |
CollapseTreeAction |
class |
ConfigurePreferencesAction |
class |
CopyAction
Action for copying entities, queries etc.
|
class |
CopyAttributeAction
Action for copying attribute(s)
|
class |
CopyAttributeRelationshipAction |
class |
CopyCallbackMethodAction |
class |
CopyProcedureParameterAction
Action for copying procedure parameter(s)
|
class |
CopyRelationshipAction
Action for copying relationship(s)
|
class |
CreateAttributeAction |
class |
CreateCallbackMethodAction
Action class for creating callback methods on ObjEntity
|
class |
CreateDataMapAction
Action that creates new DataMap in the project.
|
class |
CreateDataMapEntityListenerAction
Action class for creating entity listeners on a DataMap
|
class |
CreateDbEntityAction |
class |
CreateEmbeddableAction |
class |
CreateNodeAction |
class |
CreateObjEntityAction |
class |
CreateObjEntityListenerAction
Action class for creating entity listeners on an ObjEntity
|
class |
CreateProcedureAction
Action class to create a new stored procedure mapping.
|
class |
CreateProcedureParameterAction |
class |
CreateQueryAction |
class |
CreateRelationshipAction |
class |
CutAction
Action for cutting entities, queries etc.
|
class |
CutAttributeAction
Action for cutting attribute(s)
|
class |
CutAttributeRelationshipAction |
class |
CutCallbackMethodAction |
class |
CutProcedureParameterAction
Action for cutting procedure parameter(s)
|
class |
CutRelationshipAction
Action for cutting attribute(s)
|
class |
DbEntityCounterpartAction |
class |
DbEntitySyncAction
Action that synchronizes all ObjEntities with the current state of the
selected DbEntity.
|
class |
DBWizardAction |
class |
DocumentationAction |
class |
ExitAction |
class |
FilterAction |
class |
FindAction |
class |
GenerateCodeAction |
class |
GenerateDBAction
Action that generates database tables from a DataMap.
|
class |
ImportDataMapAction
Modeler action that imports a DataMap into a project from an arbitrary location.
|
class |
ImportDBAction
Action that imports database structure into a DataMap.
|
class |
ImportEOModelAction
Action handler for WebObjects EOModel import function.
|
class |
InferRelationshipsAction |
class |
LinkDataMapAction |
class |
LinkDataMapsAction |
class |
MigrateAction
Action that alter database schema to match a DataMap.
|
class |
NavigateBackwardAction |
class |
NavigateForwardAction |
class |
NewProjectAction |
class |
ObjEntityCounterpartAction |
class |
ObjEntitySyncAction
Action that synchronizes a given ObjEntity with the current state of the underlying
DbEntity.
|
class |
OpenProjectAction |
class |
PasteAction
Action for pasting entities, queries etc.
|
class |
ProjectAction |
class |
RedoAction |
class |
RemoveAction
Removes currently selected object from the project.
|
class |
RemoveAttributeAction
Removes currently selected attribute from either the DbEntity or ObjEntity.
|
class |
RemoveAttributeRelationshipAction |
class |
RemoveCallbackMethodAction
Action class for removing callback methods from ObjEntity
|
class |
RemoveEntityListenerAction
Action class for removing entity listeners from an ObjEntity
|
class |
RemoveEntityListenerForDataMapAction
Action class for removing entity listeners from a DamaMap
|
class |
RemoveProcedureParameterAction
Removes currently selected parameter from the current procedure.
|
class |
RemoveRelationshipAction
Removes currently selected relationship from either the DbEntity or
ObjEntity.
|
class |
RevertAction |
class |
SaveAction
An action that saves a project using to its default location.
|
class |
SaveAsAction
A "Save As" action that allows user to pick save location.
|
class |
ShowLogConsoleAction
Action for opening log console window (See CAY-366)
|
class |
UndoAction |
class |
ValidateAction
UI action that performs full project validation.
|
| Modifier and Type | Method and Description |
|---|---|
protected CayenneAction |
DefaultActionManager.registerAction(CayenneAction action) |
| Modifier and Type | Method and Description |
|---|---|
protected CayenneAction |
DefaultActionManager.registerAction(CayenneAction action) |
| Modifier and Type | Method and Description |
|---|---|
protected CayenneAction |
AbstractCallbackMethodsTab.getCreateCallbackMethodAction() |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityDisplayAction
Action that displays one of the objects in main tree, and then fires another action (if
specified)
|
class |
RebuildGraphAction
Action for refreshing the graph
|
class |
RemoveEntityAction
Action for removing entities from the graph
|
class |
SaveAsImageAction
Action for saving graph as image
|
class |
ShowGraphEntityAction
Action that shows entity on the graph
|
class |
ZoomInAction
Action for zooming in graph
|
class |
ZoomOutAction
Action for zooming out graph
|
| Constructor and Description |
|---|
EntityDisplayAction(GraphBuilder builder,
CayenneAction delegate) |
Copyright © 2001–2015 Apache Cayenne. All rights reserved.