| Package | Description |
|---|---|
| org.apache.cayenne.modeler.dialog |
Contains various CayenneModeler dialogs.
|
| org.apache.cayenne.modeler.dialog.objentity | |
| org.apache.cayenne.modeler.editor |
Contains editor panels used by CayenneModeler main frame.
|
| org.apache.cayenne.modeler.editor.dbentity | |
| org.apache.cayenne.modeler.event |
| Modifier and Type | Field and Description |
|---|---|
protected CayenneTable |
ResolveDbRelationshipDialog.table |
| Modifier and Type | Field and Description |
|---|---|
protected CayenneTable |
ObjAttributeInfoDialogView.overrideAttributeTable |
| Modifier and Type | Method and Description |
|---|---|
CayenneTable |
ObjAttributeInfoDialogView.getOverrideAttributeTable() |
| Modifier and Type | Method and Description |
|---|---|
CellEditorForAttributeTable |
OverrideEmbeddableAttributeTableModel.setCellEditor(Collection<String> nameAttr,
CayenneTable table) |
| Modifier and Type | Field and Description |
|---|---|
protected CayenneTable |
ProcedureParameterTab.table |
protected CayenneTable |
ObjEntityRelationshipPanel.table |
protected CayenneTable |
ObjEntityAttributePanel.table |
protected CayenneTable |
EmbeddableAttributeTab.table |
protected CayenneTable[] |
AbstractCallbackMethodsTab.tables
list of tables
|
| Modifier and Type | Method and Description |
|---|---|
CayenneTable |
ObjAttributeTableModel.getTable() |
| Modifier and Type | Method and Description |
|---|---|
CellEditorForAttributeTable |
ObjAttributeTableModel.setCellEditor(Collection<String> nameAttr,
CayenneTable table) |
CellEditorForAttributeTable |
EmbeddableAttributeTableModel.setCellEditor(Collection<String> nameAttr,
CayenneTable table) |
| Modifier and Type | Field and Description |
|---|---|
protected CayenneTable |
DbEntityRelationshipPanel.table |
protected CayenneTable |
DbEntityAttributePanel.table |
| Modifier and Type | Method and Description |
|---|---|
static void |
TablePopupHandler.install(CayenneTable table,
JPopupMenu popup)
Creates and installs mouse listener for a table
|
| Constructor and Description |
|---|
TablePopupHandler(CayenneTable table,
JPopupMenu popup)
Creates new mouse handler for table, which shows specified popupmenu on right-click
|
Copyright © 2001–2015 Apache Cayenne. All rights reserved.