- AboutAction - Class in org.apache.cayenne.modeler.action
-
- AboutAction(Application) - Constructor for class org.apache.cayenne.modeler.action.AboutAction
-
Constructor for AboutMenuAction.
- AboutDialog - Class in org.apache.cayenne.modeler.dialog
-
Displays the Cayenne license and build information.
- AboutDialog() - Constructor for class org.apache.cayenne.modeler.dialog.AboutDialog
-
- AbstractCallbackMethodsTab - Class in org.apache.cayenne.modeler.editor
-
Base abstract class for all calback methids editing tabs Contains logic for callback
methods displaying, creating, removing, esiting, reordering
- AbstractCallbackMethodsTab(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.AbstractCallbackMethodsTab
-
constructor
- ACTION_NAME - Static variable in class org.apache.cayenne.modeler.action.CreateCallbackMethodAction
-
unique action name
- ACTION_NAME - Static variable in class org.apache.cayenne.modeler.action.RemoveCallbackMethodAction
-
unique action name
- ActionBinding - Class in org.apache.cayenne.swing
-
- ActionBinding(AbstractButton, String) - Constructor for class org.apache.cayenne.swing.ActionBinding
-
- ActionBinding(BoundComponent, String, String) - Constructor for class org.apache.cayenne.swing.ActionBinding
-
- ActionDelegate - Class in org.apache.cayenne.swing
-
An implementation of BindingDelegate that invokes a no-argument context action on every
model update.
- ActionDelegate(String) - Constructor for class org.apache.cayenne.swing.ActionDelegate
-
- ActionLink - Class in org.apache.cayenne.swing.control
-
A label that works like an HTML hyperlink, generating ActionEvents on click.
- ActionLink(String) - Constructor for class org.apache.cayenne.swing.control.ActionLink
-
- ActionManager - Interface in org.apache.cayenne.modeler.action
-
Stores a map of modeler actions, and deals with activating/deactivating those actions
on state changes.
- actionManager - Variable in class org.apache.cayenne.modeler.CayenneModelerFrame
-
- actionManager - Variable in class org.apache.cayenne.modeler.editor.EditorView
-
- actionManager - Variable in class org.apache.cayenne.modeler.undo.CayenneUndoableEdit
-
- actionMap - Variable in class org.apache.cayenne.modeler.action.DefaultActionManager
-
- actionPerformed(ActionEvent) - Method in class org.apache.cayenne.modeler.dialog.ErrorDebugDialog
-
- actionPerformed(ActionEvent) - Method in class org.apache.cayenne.modeler.editor.ProcedureParameterTab
-
- actionPerformed(ActionEvent) - Method in class org.apache.cayenne.modeler.util.CayenneAction
-
Internally calls performAction.
- actionPerformed(ActionEvent) - Method in class org.apache.cayenne.modeler.util.combo.ComboBoxCellEditor
-
- actionsMap - Variable in class org.apache.cayenne.swing.BindingBuilder
-
- adapter - Variable in class org.apache.cayenne.modeler.dialog.db.ConnectionWizard
-
- adapter - Variable in class org.apache.cayenne.modeler.dialog.db.MergerOptions
-
- adapterBinding - Variable in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptions
-
- AdapterEditor - Class in org.apache.cayenne.modeler.editor.datanode
-
- AdapterEditor(CayenneController) - Constructor for class org.apache.cayenne.modeler.editor.datanode.AdapterEditor
-
- adapterForEOFPlugin(String) - Method in class org.apache.cayenne.modeler.util.AdapterMapping
-
- adapterForEOFPluginOrDriver(String, String) - Method in class org.apache.cayenne.modeler.util.AdapterMapping
-
- adapterForJDBCDriver(String) - Method in class org.apache.cayenne.modeler.util.AdapterMapping
-
- adapterMapping - Variable in class org.apache.cayenne.modeler.Application
-
- AdapterMapping - Class in org.apache.cayenne.modeler.util
-
Contains mappings for guessing defaults for various adapter and JDBC
settings.
- AdapterMapping() - Constructor for class org.apache.cayenne.modeler.util.AdapterMapping
-
- adapterNameBinding - Variable in class org.apache.cayenne.modeler.editor.datanode.AdapterEditor
-
- adapters - Variable in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptionsView
-
- adapters - Variable in class org.apache.cayenne.modeler.dialog.pref.DataSourceCreatorView
-
- adapters - Variable in class org.apache.cayenne.modeler.dialog.pref.DBConnectionInfoEditorView
-
- adapterToJDBCDriverMap - Variable in class org.apache.cayenne.modeler.util.AdapterMapping
-
- adapterToJDBCURLMap - Variable in class org.apache.cayenne.modeler.util.AdapterMapping
-
- AdapterView - Class in org.apache.cayenne.modeler.editor.datanode
-
- AdapterView() - Constructor for class org.apache.cayenne.modeler.editor.datanode.AdapterView
-
- add(Object) - Method in class org.apache.cayenne.modeler.util.CircularArray
-
Adds a new object to the array.
- add(FileMenuItem) - Method in class org.apache.cayenne.modeler.util.RecentFileMenu
-
- addActionListener(ActionListener) - Method in class org.apache.cayenne.swing.control.ActionLink
-
- addButton - Variable in class org.apache.cayenne.modeler.dialog.pref.TemplatePreferencesView
-
- addButton - Variable in class org.apache.cayenne.modeler.dialog.ResolveDbRelationshipDialog
-
- addCallbackMethodListener(CallbackMethodListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
adds callback method manipulation listener
- addCard(Component, String) - Method in class org.apache.cayenne.modeler.dialog.datadomain.CacheSyncConfigView
-
- addCellEditorListener(CellEditorListener) - Method in class org.apache.cayenne.modeler.util.CellEditorForAttributeTable
-
- addChangedBooleanPreferences(String, boolean) - Method in class org.apache.cayenne.modeler.dialog.pref.GeneralPreferences
-
- addChangedPreferences(String, String) - Method in class org.apache.cayenne.modeler.dialog.pref.ClasspathPreferences
-
- addChangedPreferences(String, String) - Method in class org.apache.cayenne.modeler.dialog.pref.GeneralPreferences
-
- addClassDirectoryAction() - Method in class org.apache.cayenne.modeler.dialog.pref.ClasspathPreferences
-
- addColumn(String, String, Class, boolean) - Method in class org.apache.cayenne.swing.TableBindingBuilder
-
Adds a column to the table description.
- addColumn(String, String, Class, boolean, Object) - Method in class org.apache.cayenne.swing.TableBindingBuilder
-
Adds a column to the table description.
- addDataMap(DataMap, DataMap) - Method in class org.apache.cayenne.modeler.action.ImportEOModelAction
-
Adds DataMap into the project.
- addDataMap(Object, DataMap) - Method in class org.apache.cayenne.modeler.ProjectController
-
- addDataMap(Object, DataMap, boolean) - Method in class org.apache.cayenne.modeler.ProjectController
-
- addDataMapDisplayListener(DataMapDisplayListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- addDataMapLine(StandardPanelComponent) - Method in class org.apache.cayenne.modeler.dialog.codegen.CustomModePanel
-
- addDataMapLine(StandardPanelComponent) - Method in class org.apache.cayenne.modeler.dialog.codegen.StandardModePanel
-
- addDataMapListener(DataMapListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- addDataNodeDisplayListener(DataNodeDisplayListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- addDataNodeListener(DataNodeListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- addDataSource - Variable in class org.apache.cayenne.modeler.dialog.pref.DataSourcePreferencesView
-
- addDbAttributeDisplayListener(DbAttributeDisplayListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- addDbAttributeListener(DbAttributeListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- addDbEntityDisplayListener(DbEntityDisplayListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- addDbEntityListener(DbEntityListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- addDbJoinAddUndo(DbJoin) - Method in class org.apache.cayenne.modeler.undo.RelationshipUndoableEdit
-
- addDbJoinRemoveUndo(DbJoin) - Method in class org.apache.cayenne.modeler.undo.RelationshipUndoableEdit
-
- addDbRelationshipDisplayListener(DbRelationshipDisplayListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- addDbRelationshipListener(DbRelationshipListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- addDirButton - Variable in class org.apache.cayenne.modeler.dialog.pref.ClasspathPreferencesView
-
- addDomainDisplayListener(DomainDisplayListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- addDomainListener(DomainListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- addEdit(UndoableEdit) - Method in class org.apache.cayenne.modeler.undo.CayenneUndoManager
-
- addedObjEntities - Variable in class org.apache.cayenne.modeler.dialog.db.DbLoaderHelper
-
ObjEntities which were added to project during reverse engineering
- addEmbeddableAttributeDisplayListener(EmbeddableAttributeDisplayListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- addEmbeddableAttributeListener(EmbeddableAttributeListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- addEmbeddableDisplayListener(EmbeddableDisplayListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- addEmbeddableListener(EmbeddableListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- addEntityListener(EntityListener) - Method in class org.apache.cayenne.modeler.action.CreateDataMapEntityListenerAction
-
adds new entity listener
- addEntityListenerListener(EntityListenerListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
adds listener class manipulation listener
- addFile(String) - Method in class org.apache.cayenne.modeler.ProjectFileChangeTracker
-
Adds a new file to watch
- addHighlight(int, int) - Method in class org.apache.cayenne.swing.components.textpane.UnderlineHighlighterForText
-
- addJarButton - Variable in class org.apache.cayenne.modeler.dialog.pref.ClasspathPreferencesView
-
- addJarOrZipAction() - Method in class org.apache.cayenne.modeler.dialog.pref.ClasspathPreferences
-
- addMultipleObjectsDisplayListener(MultipleObjectsDisplayListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- addNameUndo(DbRelationship, String, String) - Method in class org.apache.cayenne.modeler.undo.RelationshipUndoableEdit
-
- addObjAttributeDisplayListener(ObjAttributeDisplayListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- addObjAttributeListener(ObjAttributeListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- addObjEntityDisplayListener(ObjEntityDisplayListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- addObjEntityListener(ObjEntityListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- addObjRelationshipDisplayListener(ObjRelationshipDisplayListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- addObjRelationshipListener(ObjRelationshipListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- addPrefetch(String) - Method in class org.apache.cayenne.modeler.editor.SelectQueryPrefetchTab
-
- AddPrefetchUndoableEdit - Class in org.apache.cayenne.modeler.undo
-
- AddPrefetchUndoableEdit(String, SelectQueryPrefetchTab) - Constructor for class org.apache.cayenne.modeler.undo.AddPrefetchUndoableEdit
-
- addProcedureDisplayListener(ProcedureDisplayListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- addProcedureListener(ProcedureListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- addProcedureParameterDisplayListener(ProcedureParameterDisplayListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- addProcedureParameterListener(ProcedureParameterListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- addProjectAction(String) - Method in class org.apache.cayenne.modeler.action.DefaultActionManager
-
- addProjectOnSaveListener(ProjectOnSaveListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.apache.cayenne.modeler.util.CayenneController
-
Adds a listener for property change events.
- addPropertyChangeListener(String, PropertyChangeListener) - Method in interface org.apache.cayenne.swing.BoundComponent
-
Adds a property change listener to be notified of property updates.
- addQueryDisplayListener(QueryDisplayListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- addQueryListener(QueryListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- addRecentFileListListener(RecentFileListListener) - Method in class org.apache.cayenne.modeler.CayenneModelerFrame
-
Adds listener for recent menu changes
- addRemovedPreferences(String) - Method in class org.apache.cayenne.modeler.dialog.pref.ClasspathPreferences
-
- addRow(T) - Method in class org.apache.cayenne.modeler.util.CayenneTableModel
-
- addTemplateAction() - Method in class org.apache.cayenne.modeler.dialog.pref.TemplatePreferences
-
- addToLastProjListAction(String) - Method in class org.apache.cayenne.modeler.CayenneModelerController
-
Adds path to the list of last opened projects in preferences.
- addToLastUsedStrategies(String) - Method in class org.apache.cayenne.modeler.util.NameGeneratorPreferences
-
Adds strategy to history
- addTreeModelListener(TreeModelListener) - Method in class org.apache.cayenne.modeler.util.EntityTreeModel
-
- addTreeSelectionListener(TreeSelectionListener) - Method in class org.apache.cayenne.modeler.util.MultiColumnBrowser
-
- ALL_CONTROL - Static variable in class org.apache.cayenne.modeler.dialog.datamap.CatalogUpdateController
-
- ALL_CONTROL - Static variable in class org.apache.cayenne.modeler.dialog.datamap.PackageUpdateController
-
- ALL_CONTROL - Static variable in class org.apache.cayenne.modeler.dialog.datamap.SchemaUpdateController
-
- ALL_CONTROL - Static variable in class org.apache.cayenne.modeler.dialog.datamap.SuperclassUpdateController
-
- allEntities - Variable in class org.apache.cayenne.modeler.dialog.datamap.DefaultsPreferencesController
-
- allowDirectories - Variable in class org.apache.cayenne.swing.control.FileChooser
-
- allowFiles - Variable in class org.apache.cayenne.swing.control.FileChooser
-
- allowsUserValues - Variable in class org.apache.cayenne.modeler.util.combo.CustomTypeComboBoxEditor
-
Whether non-present items are allowed
- ALT_USER_DIR_PROPERTY - Static variable in class org.apache.cayenne.modeler.util.CayenneUserDir
-
A property name for the property that allows to define an alternative location of
Cayenne User Directory (instead of default "$HOME/.cayenne").
- altDataSource - Variable in class org.apache.cayenne.modeler.dialog.db.DataSourceWizard
-
- altDataSourceKey - Variable in class org.apache.cayenne.modeler.dialog.db.DataSourceWizard
-
- alwaysOn - Variable in class org.apache.cayenne.modeler.util.CayenneAction
-
- appendMessage(String, String, AttributeSet) - Method in class org.apache.cayenne.modeler.dialog.LogConsole
-
Appends a message to the console.
- appendMessage(String, String, Throwable, AttributeSet) - Method in class org.apache.cayenne.modeler.dialog.LogConsole
-
Appends a message and (or) an exception
- appendModules(Collection<Module>) - Method in class org.apache.cayenne.modeler.Main
-
- Application - Class in org.apache.cayenne.modeler
-
A main modeler application class that provides a number of services to the Modeler
components.
- Application() - Constructor for class org.apache.cayenne.modeler.Application
-
- application - Variable in class org.apache.cayenne.modeler.dialog.pref.CayenneModelerPreferenceEditor
-
- application - Variable in class org.apache.cayenne.modeler.util.CayenneAction
-
- application - Variable in class org.apache.cayenne.modeler.util.CayenneController
-
- APPLICATION_NAME_PROPERTY - Static variable in class org.apache.cayenne.modeler.Application
-
- applicationFilter - Static variable in class org.apache.cayenne.modeler.util.FileFilters
-
- args - Variable in class org.apache.cayenne.modeler.Main
-
- asString(Object) - Static method in class org.apache.cayenne.modeler.util.CellRenderers
-
Converts non-String Object used in renderers (currently CayenneMapEntry
instances only) to String
- asString(Object, MappingNamespace) - Static method in class org.apache.cayenne.modeler.util.CellRenderers
-
Converts non-String Object used in renderers (currently CayenneMapEntry
instances only) to String
- attribute - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributeInfoDialog
-
- attribute - Variable in class org.apache.cayenne.modeler.dialog.validator.AttributeErrorMsg
-
- AttributeDisplayEvent - Class in org.apache.cayenne.modeler.event
-
- AttributeDisplayEvent(Object, Attribute, Entity, DataMap, DataChannelDescriptor) - Constructor for class org.apache.cayenne.modeler.event.AttributeDisplayEvent
-
- AttributeDisplayEvent(Object, Attribute[], Entity, DataMap, DataChannelDescriptor) - Constructor for class org.apache.cayenne.modeler.event.AttributeDisplayEvent
-
- AttributeErrorMsg - Class in org.apache.cayenne.modeler.dialog.validator
-
Attribute validation message.
- AttributeErrorMsg(ValidationFailure) - Constructor for class org.apache.cayenne.modeler.dialog.validator.AttributeErrorMsg
-
Constructor for AttributeErrorMsg.
- attributeIcon - Static variable in class org.apache.cayenne.modeler.util.CellRenderers
-
- attributeMatch(Object, Attribute) - Method in interface org.apache.cayenne.modeler.util.EntityTreeFilter
-
Checks if attribute should appear in the tree
- attributeName - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributeInfoDialogView
-
- attributePanel - Variable in class org.apache.cayenne.modeler.editor.dbentity.DbEntityAttributeRelationshipTab
-
- attributePanel - Variable in class org.apache.cayenne.modeler.editor.ObjEntityAttributeRelationshipTab
-
- attributeRelationshipTab - Variable in class org.apache.cayenne.modeler.editor.dbentity.DbEntityTabbedView
-
- attributeRelationshipTab - Variable in class org.apache.cayenne.modeler.editor.ObjEntityTabbedView
-
- attributes - Variable in class org.apache.cayenne.modeler.dialog.datamap.LockingUpdateView
-
- attributes - Variable in class org.apache.cayenne.modeler.event.AttributeDisplayEvent
-
- attributeSaved - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributeInfoDialog
-
- attributesPanel - Variable in class org.apache.cayenne.modeler.editor.EmbeddableTabbedView
-
- attributesTable - Variable in class org.apache.cayenne.modeler.dialog.validator.DuplicatedAttributesDialog
-
- AttributeValidationFailure - Class in org.apache.cayenne.modeler.editor.validation
-
ValidationFailure implementation that described a failure of attribute.
- AttributeValidationFailure(int, String) - Constructor for class org.apache.cayenne.modeler.editor.validation.AttributeValidationFailure
-
- AUTO_LOAD_PROJECT_PREFERENCE - Static variable in class org.apache.cayenne.modeler.dialog.pref.GeneralPreferences
-
- AutoCompletion - Class in org.apache.cayenne.modeler.util.combo
-
AutoCompletion class handles user input and suggests matching variants (see CAY-911)
- AutoCompletion(JComboBox, boolean, boolean) - Constructor for class org.apache.cayenne.modeler.util.combo.AutoCompletion
-
- AUTOCOMPLETION_PROPERTY - Static variable in class org.apache.cayenne.modeler.util.combo.AutoCompletion
-
Property to mark combobox as 'auto-completing'
- autoLoadProjectBinding - Variable in class org.apache.cayenne.modeler.dialog.pref.GeneralPreferences
-
- autoLoadProjectBox - Variable in class org.apache.cayenne.modeler.dialog.pref.GeneralPreferencesView
-
- autoLoadProjectPreference - Variable in class org.apache.cayenne.modeler.dialog.pref.GeneralPreferences
-
- auxPanel - Variable in class org.apache.cayenne.modeler.editor.AbstractCallbackMethodsTab
-
panel for displaying callback method tables
- BeanActionBinding - Class in org.apache.cayenne.swing
-
A binding that registers for action events of an arbitrary Component JavaBean that
provides a way to add an ActionListener via BeanDescriptor.
- BeanActionBinding(Component, String) - Constructor for class org.apache.cayenne.swing.BeanActionBinding
-
- beforeSaveChanges(ProjectOnSaveEvent) - Method in class org.apache.cayenne.modeler.editor.ObjEntityAttributePanel
-
- beforeSaveChanges(ProjectOnSaveEvent) - Method in interface org.apache.cayenne.modeler.event.ProjectOnSaveListener
-
Changes made before saving project
- BevelArrowIcon - Class in org.apache.cayenne.modeler.util
-
- BevelArrowIcon(int, boolean, boolean) - Constructor for class org.apache.cayenne.modeler.util.BevelArrowIcon
-
- BevelArrowIcon(Color, Color, Color, int, int) - Constructor for class org.apache.cayenne.modeler.util.BevelArrowIcon
-
- bind(Window, int, int, int) - Method in class org.apache.cayenne.modeler.pref.ComponentGeometry
-
Binds this preference object to synchronize its state with a given component,
allowing to specify an initial offset compared to the stored position.
- bind(JTable, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>, int, boolean) - Method in class org.apache.cayenne.modeler.pref.TableColumnPreferences
-
Binds this preference object to synchronize its state with a given table component,
allowing to specify an initial offset compared to the stored position.
- bind(JTable, Map<Integer, Integer>, Map<Integer, Integer>, Map<Integer, Integer>) - Method in class org.apache.cayenne.modeler.pref.TableColumnPreferences
-
Binds this preference object to synchronize its state with a given table component,
allowing to specify an initial offset compared to the stored position.
- BindingBase - Class in org.apache.cayenne.swing
-
- BindingBase(String) - Constructor for class org.apache.cayenne.swing.BindingBase
-
- BindingBuilder - Class in org.apache.cayenne.swing
-
A builder for component bindings that delegates the creation of the binding to the
underlying factory, and itself configures a number of binding parameters.
- BindingBuilder(BindingFactory, Object) - Constructor for class org.apache.cayenne.swing.BindingBuilder
-
Constructs BindingBuilder with a BindingFactory and a root model object (or
context) of the binding.
- BindingDelegate - Interface in org.apache.cayenne.swing
-
Defines an API of a delegate notified by bindings whenever values are pushed from the
view to the model.
- BindingException - Exception in org.apache.cayenne.swing
-
- BindingException() - Constructor for exception org.apache.cayenne.swing.BindingException
-
- BindingException(String, Object...) - Constructor for exception org.apache.cayenne.swing.BindingException
-
- BindingException(String, Throwable, Object...) - Constructor for exception org.apache.cayenne.swing.BindingException
-
- BindingException(Throwable) - Constructor for exception org.apache.cayenne.swing.BindingException
-
- BindingExpression - Class in org.apache.cayenne.swing
-
A class for expression evaluation using a designated scripting language (now - OGNL).
- BindingExpression(String) - Constructor for class org.apache.cayenne.swing.BindingExpression
-
- bindingFactory - Variable in class org.apache.cayenne.modeler.Application
-
- BindingFactory - Class in org.apache.cayenne.swing
-
A factory for a number of common bindings.
- BindingFactory() - Constructor for class org.apache.cayenne.swing.BindingFactory
-
- bindings - Variable in class org.apache.cayenne.modeler.dialog.pref.DBConnectionInfoEditor
-
- bindings - Variable in class org.apache.cayenne.modeler.editor.datanode.MainDataNodeEditor
-
- bindings - Variable in class org.apache.cayenne.modeler.editor.datanode.PasswordEncoderEditor
-
- bindingUpdated(String, Object) - Method in class org.apache.cayenne.modeler.dialog.pref.EncodingSelector
-
- bindingUpdated(String, Object) - Method in class org.apache.cayenne.modeler.util.CayenneController
-
Default implementation is a noop.
- bindingUpdated(String, Object) - Method in interface org.apache.cayenne.swing.BoundComponent
-
Processes value pushed from parent.
- bindIntProperty(Component, String, int) - Method in class org.apache.cayenne.modeler.pref.ComponentGeometry
-
Binds this preference object to synchronize its state with a given component
property.
- bindSize(Window, int, int) - Method in class org.apache.cayenne.modeler.pref.ComponentGeometry
-
Binds this preference object to synchronize its state with a given component,
allowing to specify an initial offset compared to the stored position.
- bindToAction(BoundComponent, String, String) - Method in class org.apache.cayenne.swing.BindingBuilder
-
- bindToAction(AbstractButton, String) - Method in class org.apache.cayenne.swing.BindingBuilder
-
- bindToAction(Component, String) - Method in class org.apache.cayenne.swing.BindingBuilder
-
- bindToAction(AbstractButton, String) - Method in class org.apache.cayenne.swing.BindingFactory
-
Binds to AbstractButton action events.
- bindToAction(Component, String) - Method in class org.apache.cayenne.swing.BindingFactory
-
Binds to a generic component.
- bindToAction(BoundComponent, String, String) - Method in class org.apache.cayenne.swing.BindingFactory
-
- bindToCheckBox(JCheckBox, String) - Method in class org.apache.cayenne.swing.BindingBuilder
-
- bindToCheckBox(JCheckBox, String) - Method in class org.apache.cayenne.swing.BindingFactory
-
- bindToComboSelection(JComboBox, String) - Method in class org.apache.cayenne.swing.BindingBuilder
-
- bindToComboSelection(JComboBox, String, String) - Method in class org.apache.cayenne.swing.BindingBuilder
-
- bindToComboSelection(JComboBox, String, String, String) - Method in class org.apache.cayenne.swing.BindingBuilder
-
- bindToComboSelection(JComboBox, String, String) - Method in class org.apache.cayenne.swing.BindingFactory
-
- bindToProperty(BoundComponent, String, String) - Method in class org.apache.cayenne.swing.BindingBuilder
-
Binds to an instance of BoundComponent.
- bindToProperty(BoundComponent, String, String) - Method in class org.apache.cayenne.swing.BindingFactory
-
- bindToStateChange(AbstractButton, String) - Method in class org.apache.cayenne.swing.BindingBuilder
-
- bindToStateChange(AbstractButton, String) - Method in class org.apache.cayenne.swing.BindingFactory
-
Binds to AbstractButton item state change events.
- bindToStateChangeAndAction(AbstractButton, String, String) - Method in class org.apache.cayenne.swing.BindingBuilder
-
- bindToTable(JTable, String, String[], BindingExpression[], Class[], boolean[], Object[]) - Method in class org.apache.cayenne.swing.BindingFactory
-
- bindToTable(JTable, String) - Method in class org.apache.cayenne.swing.TableBindingBuilder
-
Creates a binding using preconfigured parameters.
- bindToTextArea(JTextArea, String) - Method in class org.apache.cayenne.swing.BindingBuilder
-
- bindToTextArea(JTextArea, String) - Method in class org.apache.cayenne.swing.BindingFactory
-
- bindToTextField(JTextField, String) - Method in class org.apache.cayenne.swing.BindingBuilder
-
- bindToTextField(JTextField, String) - Method in class org.apache.cayenne.swing.BindingFactory
-
Creates a binding that updates a property on text field text changes.
- BlankIcon - Class in org.apache.cayenne.modeler.util
-
- BlankIcon(Color, int) - Constructor for class org.apache.cayenne.modeler.util.BlankIcon
-
- BlankIcon() - Constructor for class org.apache.cayenne.modeler.util.BlankIcon
-
- BoundComponent - Interface in org.apache.cayenne.swing
-
An API for a binding child that allows to establish bindings to custom Swing
components.
- boundComponent - Variable in class org.apache.cayenne.swing.PropertyBinding
-
- boundExpression - Variable in class org.apache.cayenne.swing.PropertyBinding
-
- boundItem - Variable in class org.apache.cayenne.swing.ItemEventBinding
-
- browser - Variable in class org.apache.cayenne.modeler.editor.SelectQueryOrderingTab
-
- BrowserControl - Class in org.apache.cayenne.modeler.util
-
Opens a URL in the system default browser.
- BrowserControl() - Constructor for class org.apache.cayenne.modeler.util.BrowserControl
-
- browserSelector - Variable in class org.apache.cayenne.modeler.util.MultiColumnBrowser
-
- buildButton() - Method in class org.apache.cayenne.modeler.util.CayenneAction
-
Factory method that creates a button hooked up to this action.
- buildCheckBoxMenu() - Method in class org.apache.cayenne.modeler.util.CayenneAction
-
Factory method that creates a checkbox menu item hooked up to this action.
- buildDataNode() - Method in class org.apache.cayenne.modeler.action.CreateNodeAction
-
Creates a new DataNode, adding to the current domain, but doesn't send
any events.
- builder - Variable in class org.apache.cayenne.modeler.dialog.pref.DBConnectionInfoEditorView
-
- buildGraph(ProjectController, DataChannelDescriptor, boolean) - Method in interface org.apache.cayenne.modeler.graph.GraphBuilder
-
Builds graph
- buildIcon(String) - Static method in class org.apache.cayenne.modeler.util.ModelerUtil
-
Returns an icon, building it from an image file located at the shared resources
folder for the modeler.
- buildMenu() - Method in class org.apache.cayenne.modeler.util.CayenneAction
-
Factory method that creates a menu item hooked up to this action.
- buildStackTrace(PrintWriter, Throwable) - Method in class org.apache.cayenne.modeler.dialog.ErrorDebugDialog
-
- buildTreePath(Entity) - Static method in class org.apache.cayenne.modeler.action.DbEntityCounterpartAction
-
Builds a tree path for a given path.
- buildValidationText(ValidationResult) - Method in class org.apache.cayenne.modeler.dialog.ValidationResultBrowser
-
Creates validation text for the validation result.
- buttonGroup - Variable in class org.apache.cayenne.modeler.dialog.query.QueryTypeView
-
- buttonPanel - Variable in class org.apache.cayenne.modeler.dialog.datamap.DefaultsPreferencesView
-
- CACHE_POLICIES - Static variable in class org.apache.cayenne.modeler.editor.SelectPropertiesPanel
-
- cacheGroups - Variable in class org.apache.cayenne.modeler.editor.SelectPropertiesPanel
-
- cacheGroupsLabel - Variable in class org.apache.cayenne.modeler.editor.SelectPropertiesPanel
-
- cacheSize - Variable in class org.apache.cayenne.modeler.editor.DataDomainView
-
- cacheStrategy - Variable in class org.apache.cayenne.modeler.editor.SelectPropertiesPanel
-
- CacheSyncConfigController - Class in org.apache.cayenne.modeler.dialog.datadomain
-
A controller for CacheSyncConfigDialog and its subviews.
- CacheSyncConfigController(ProjectController) - Constructor for class org.apache.cayenne.modeler.dialog.datadomain.CacheSyncConfigController
-
- CacheSyncConfigView - Class in org.apache.cayenne.modeler.dialog.datadomain
-
- CacheSyncConfigView() - Constructor for class org.apache.cayenne.modeler.dialog.datadomain.CacheSyncConfigView
-
- callbackDescriptor - Variable in class org.apache.cayenne.modeler.editor.CallbackDescriptorTableModel
-
- CallbackDescriptorTableModel - Class in org.apache.cayenne.modeler.editor
-
Table model for displaying methods list for a particular CallbackDescriptor
- CallbackDescriptorTableModel(ProjectController, Object, List, CallbackDescriptor, CallbackType) - Constructor for class org.apache.cayenne.modeler.editor.CallbackDescriptorTableModel
-
constructor
- callbackMethodAdded(CallbackMethodEvent) - Method in interface org.apache.cayenne.modeler.event.CallbackMethodListener
-
Callback method has been created/added.
- callbackMethodChanged(CallbackMethodEvent) - Method in interface org.apache.cayenne.modeler.event.CallbackMethodListener
-
Callback method changed.
- CallbackMethodDisplayEvent - Class in org.apache.cayenne.modeler.event
-
Display event for callback method
- CallbackMethodDisplayEvent(Object, String) - Constructor for class org.apache.cayenne.modeler.event.CallbackMethodDisplayEvent
-
constructor
- CallbackMethodDisplayListener - Interface in org.apache.cayenne.modeler.event
-
Listener for callback methods selection
- CallbackMethodEvent - Class in org.apache.cayenne.modeler.event
-
Event for creating/removing/modifying callback methods
- CallbackMethodEvent(Object, String, String, int) - Constructor for class org.apache.cayenne.modeler.event.CallbackMethodEvent
-
constructor
- CallbackMethodListener - Interface in org.apache.cayenne.modeler.event
-
Listener for manipulation on a callback method
- callbackMethodRemoved(CallbackMethodEvent) - Method in interface org.apache.cayenne.modeler.event.CallbackMethodListener
-
Callback method has been removed.
- callbacksPanel - Variable in class org.apache.cayenne.modeler.editor.ObjEntityTabbedView
-
callback methods on ObjEntity tab
- callbackType - Variable in class org.apache.cayenne.modeler.editor.CallbackDescriptorTableModel
-
- CallbackType - Class in org.apache.cayenne.modeler.editor
-
Entity for callback type.
- CallbackType(LifecycleEvent) - Constructor for class org.apache.cayenne.modeler.editor.CallbackType
-
constructor
- callbackTypes - Variable in class org.apache.cayenne.modeler.editor.AbstractCallbackMethodsTab
-
list of callback method types
- callbackTypeSelected(CallbackTypeSelectionEvent) - Method in interface org.apache.cayenne.modeler.event.CallbackTypeSelectionListener
-
callback type selection changed
- CallbackTypeSelectionEvent - Class in org.apache.cayenne.modeler.event
-
Event for callback type selection change
- CallbackTypeSelectionEvent(Object, CallbackType) - Constructor for class org.apache.cayenne.modeler.event.CallbackTypeSelectionEvent
-
constructor
- CallbackTypeSelectionListener - Interface in org.apache.cayenne.modeler.event
-
Listener for callback type selection
- CANCEL - Static variable in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsController
-
- CANCEL - Static variable in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsDialog
-
- CANCEL - Static variable in class org.apache.cayenne.modeler.dialog.db.DbLoaderOptionsDialog
-
- CANCEL - Static variable in class org.apache.cayenne.modeler.dialog.db.DbMigrateOptionsDialog
-
- cancel() - Method in class org.apache.cayenne.pref.ChildrenMapPreference
-
- CANCEL_CONFIG_CONTROL - Static variable in class org.apache.cayenne.modeler.dialog.datadomain.CacheSyncConfigController
-
- CANCEL_RESULT - Static variable in class org.apache.cayenne.modeler.dialog.validator.DuplicatedAttributesDialog
-
- cancelAction() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsController
-
- cancelAction() - Method in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorController
-
- cancelAction() - Method in class org.apache.cayenne.modeler.dialog.datamap.LockingUpdateController
-
- cancelAction() - Method in class org.apache.cayenne.modeler.dialog.db.DataSourceWizard
-
- cancelAction() - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourceCreator
-
- cancelAction() - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourceDuplicator
-
- cancelAction() - Method in class org.apache.cayenne.modeler.dialog.pref.PreferenceDialog
-
- cancelAction() - Method in class org.apache.cayenne.modeler.dialog.pref.TemplateCreator
-
- cancelButton - Variable in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsDialog
-
- cancelButton - Variable in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorDialog
-
- cancelButton - Variable in class org.apache.cayenne.modeler.dialog.datadomain.CacheSyncConfigView
-
- cancelButton - Variable in class org.apache.cayenne.modeler.dialog.datamap.DefaultsPreferencesView
-
- cancelButton - Variable in class org.apache.cayenne.modeler.dialog.datamap.LockingUpdateView
-
- cancelButton - Variable in class org.apache.cayenne.modeler.dialog.db.DataSourceWizardView
-
- cancelButton - Variable in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptionsView
-
- cancelButton - Variable in class org.apache.cayenne.modeler.dialog.db.DbLoaderOptionsDialog
-
- cancelButton - Variable in class org.apache.cayenne.modeler.dialog.db.DbMigrateOptionsDialog
-
- cancelButton - Variable in class org.apache.cayenne.modeler.dialog.db.MergerOptionsView
-
- cancelButton - Variable in class org.apache.cayenne.modeler.dialog.objentity.ClassNameUpdaterView
-
- cancelButton - Variable in class org.apache.cayenne.modeler.dialog.objentity.DbRelationshipTargetView
-
- cancelButton - Variable in class org.apache.cayenne.modeler.dialog.objentity.EntitySyncDialog
-
- cancelButton - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributeInfoDialogView
-
- cancelButton - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfoView
-
- cancelButton - Variable in class org.apache.cayenne.modeler.dialog.pref.DataSourceCreatorView
-
- cancelButton - Variable in class org.apache.cayenne.modeler.dialog.pref.DataSourceDuplicatorView
-
- cancelButton - Variable in class org.apache.cayenne.modeler.dialog.pref.PreferenceDialogView
-
- cancelButton - Variable in class org.apache.cayenne.modeler.dialog.pref.TemplateCreatorView
-
- cancelButton - Variable in class org.apache.cayenne.modeler.dialog.query.QueryTypeView
-
- cancelButton - Variable in class org.apache.cayenne.modeler.dialog.ResolveDbRelationshipDialog
-
- cancelButton - Variable in class org.apache.cayenne.modeler.dialog.validator.DuplicatedAttributesDialog
-
- cancelButton - Variable in class org.apache.cayenne.modeler.util.ProgressDialog
-
- cancelCellEditing() - Method in class org.apache.cayenne.modeler.util.CellEditorForAttributeTable
-
- canceled - Variable in class org.apache.cayenne.modeler.dialog.db.DataSourceWizard
-
- canceled - Variable in class org.apache.cayenne.modeler.dialog.pref.DataSourceCreator
-
- canceled - Variable in class org.apache.cayenne.modeler.dialog.pref.DataSourceDuplicator
-
- canceled - Variable in class org.apache.cayenne.modeler.dialog.pref.TemplateCreator
-
- canceled - Variable in class org.apache.cayenne.modeler.util.LongRunningTask
-
- cancelEditing() - Method in class org.apache.cayenne.modeler.util.CayenneTable
-
Cancels editing of any cells that maybe currently edited.
- canRead() - Method in class org.apache.cayenne.modeler.util.CayenneUserDir
-
Return false if the directory is not accessible for any reason at least for
reading.
- canRedo() - Method in class org.apache.cayenne.modeler.undo.CayenneTableModelUndoableEdit
-
- canRedo() - Method in class org.apache.cayenne.modeler.undo.CayenneUndoableEdit
-
- canRedo() - Method in class org.apache.cayenne.modeler.undo.CreateAttributeUndoableEdit
-
- canRedo() - Method in class org.apache.cayenne.modeler.undo.CreateDbEntityUndoableEdit
-
- canRedo() - Method in class org.apache.cayenne.modeler.undo.CreateObjEntityUndoableEdit
-
- canRedo() - Method in class org.apache.cayenne.modeler.undo.JComboBoxUndoableEdit
-
- canRedo() - Method in class org.apache.cayenne.modeler.undo.PasteCompoundUndoableEdit
-
- canUndo() - Method in class org.apache.cayenne.modeler.undo.CayenneUndoableEdit
-
- canUndo() - Method in class org.apache.cayenne.modeler.undo.DbEntitySyncUndoableEdit
-
- canUndo() - Method in class org.apache.cayenne.modeler.undo.DbEntitySyncUndoableEdit.MeaningfulFKsUndoableEdit
-
- canWrite() - Method in class org.apache.cayenne.modeler.util.CayenneUserDir
-
Return false if the directory is not accessible for any reason at least for
reading.
- capacity() - Method in class org.apache.cayenne.modeler.util.CircularArray
-
Returns the number of objects stored in the array.
- cardLayout - Variable in class org.apache.cayenne.modeler.editor.SelectQueryOrderingTab
-
- catalog - Variable in class org.apache.cayenne.modeler.editor.dbentity.DbEntityTab
-
- catalogLabel - Variable in class org.apache.cayenne.modeler.dialog.db.DbLoaderOptionsDialog
-
- catalogLabel - Variable in class org.apache.cayenne.modeler.editor.dbentity.DbEntityTab
-
- catalogs - Variable in class org.apache.cayenne.modeler.dialog.db.DbLoaderHelper
-
- catalogSelector - Variable in class org.apache.cayenne.modeler.dialog.db.DbLoaderOptionsDialog
-
- CatalogUpdateController - Class in org.apache.cayenne.modeler.dialog.datamap
-
- CatalogUpdateController(ProjectController, DataMap) - Constructor for class org.apache.cayenne.modeler.dialog.datamap.CatalogUpdateController
-
- CAYENNE_DIR - Static variable in class org.apache.cayenne.modeler.util.CayenneUserDir
-
- CAYENNE_FLAVOR - Static variable in class org.apache.cayenne.modeler.util.CayenneTransferable
-
Flavor used for copy-paste between Cayenne Modeler applications
- CAYENNE_PREFERENCES_PATH - Static variable in interface org.apache.cayenne.pref.Preference
-
Key for preferences.
- CayenneAction - Class in org.apache.cayenne.modeler.util
-
Superclass of CayenneModeler actions that implements support for some common
functionality, exception handling, etc.
- CayenneAction(String, Application) - Constructor for class org.apache.cayenne.modeler.util.CayenneAction
-
Creates a named CayenneAction.
- CayenneAction(String, Application, String) - Constructor for class org.apache.cayenne.modeler.util.CayenneAction
-
Creates a named CayenneAction.
- CayenneCellEditor - Class in org.apache.cayenne.modeler.util
-
Overrides CellEditor to allow multiple selection in table
without bothering the editor.
- CayenneCellEditor(JTextField) - Constructor for class org.apache.cayenne.modeler.util.CayenneCellEditor
-
- CayenneCellEditor(JCheckBox) - Constructor for class org.apache.cayenne.modeler.util.CayenneCellEditor
-
- CayenneCellEditor(JComboBox) - Constructor for class org.apache.cayenne.modeler.util.CayenneCellEditor
-
- CayenneController - Class in org.apache.cayenne.modeler.util
-
A superclass of CayenneModeler controllers.
- CayenneController() - Constructor for class org.apache.cayenne.modeler.util.CayenneController
-
- CayenneController(CayenneController) - Constructor for class org.apache.cayenne.modeler.util.CayenneController
-
- CayenneController(Application) - Constructor for class org.apache.cayenne.modeler.util.CayenneController
-
- CayenneDialog - Class in org.apache.cayenne.modeler.util
-
Superclass of CayenneModeler dialogs.
- CayenneDialog() - Constructor for class org.apache.cayenne.modeler.util.CayenneDialog
-
- CayenneDialog(Frame) - Constructor for class org.apache.cayenne.modeler.util.CayenneDialog
-
- CayenneDialog(Frame, boolean) - Constructor for class org.apache.cayenne.modeler.util.CayenneDialog
-
- CayenneDialog(Frame, String) - Constructor for class org.apache.cayenne.modeler.util.CayenneDialog
-
- CayenneDialog(Frame, String, boolean) - Constructor for class org.apache.cayenne.modeler.util.CayenneDialog
-
- CayenneDialog(Frame, String, boolean, GraphicsConfiguration) - Constructor for class org.apache.cayenne.modeler.util.CayenneDialog
-
- CayenneDialog(Dialog) - Constructor for class org.apache.cayenne.modeler.util.CayenneDialog
-
- CayenneDialog(Dialog, boolean) - Constructor for class org.apache.cayenne.modeler.util.CayenneDialog
-
- CayenneDialog(Dialog, String) - Constructor for class org.apache.cayenne.modeler.util.CayenneDialog
-
- CayenneDialog(Dialog, String, boolean) - Constructor for class org.apache.cayenne.modeler.util.CayenneDialog
-
- CayenneDialog(Dialog, String, boolean, GraphicsConfiguration) - Constructor for class org.apache.cayenne.modeler.util.CayenneDialog
-
- CayenneDialog(CayenneModelerFrame, String, boolean) - Constructor for class org.apache.cayenne.modeler.util.CayenneDialog
-
- CayenneModelerController - Class in org.apache.cayenne.modeler
-
Controller of the main application frame.
- CayenneModelerController() - Constructor for class org.apache.cayenne.modeler.CayenneModelerController
-
- CayenneModelerController(Application) - Constructor for class org.apache.cayenne.modeler.CayenneModelerController
-
- CayenneModelerFrame - Class in org.apache.cayenne.modeler
-
Main frame of CayenneModeler.
- CayenneModelerFrame(ActionManager) - Constructor for class org.apache.cayenne.modeler.CayenneModelerFrame
-
- CayenneModelerModule - Class in org.apache.cayenne.modeler.init
-
A DI module for bootstrapping CayenneModeler services.
- CayenneModelerModule() - Constructor for class org.apache.cayenne.modeler.init.CayenneModelerModule
-
- CayenneModelerPreferenceEditor - Class in org.apache.cayenne.modeler.dialog.pref
-
Specialized preferences editor for CayenneModeler.
- CayenneModelerPreferenceEditor(Application) - Constructor for class org.apache.cayenne.modeler.dialog.pref.CayenneModelerPreferenceEditor
-
- cayennePreference - Variable in class org.apache.cayenne.modeler.Application
-
- CayennePreference - Class in org.apache.cayenne.pref
-
- CayennePreference() - Constructor for class org.apache.cayenne.pref.CayennePreference
-
- CayennePreferenceEditor - Class in org.apache.cayenne.pref
-
An editor for modifying CayennePreferenceService.
- CayennePreferenceEditor(CayenneProjectPreferences) - Constructor for class org.apache.cayenne.pref.CayennePreferenceEditor
-
- cayenneProjectPreferences - Variable in class org.apache.cayenne.modeler.Application
-
- cayenneProjectPreferences - Variable in class org.apache.cayenne.pref.CayennePreferenceEditor
-
- CayenneProjectPreferences - Class in org.apache.cayenne.pref
-
- CayenneProjectPreferences() - Constructor for class org.apache.cayenne.pref.CayenneProjectPreferences
-
- CayenneTable - Class in org.apache.cayenne.modeler.util
-
Common superclass of tables used in Cayenne.
- CayenneTable() - Constructor for class org.apache.cayenne.modeler.util.CayenneTable
-
- CayenneTableModel<T> - Class in org.apache.cayenne.modeler.util
-
Superclass of CayenneModeler table model classes.
- CayenneTableModel(ProjectController, Object, List<T>) - Constructor for class org.apache.cayenne.modeler.util.CayenneTableModel
-
Constructor for CayenneTableModel.
- CayenneTableModel.PropertyComparator - Class in org.apache.cayenne.modeler.util
-
- CayenneTableModelUndoableEdit - Class in org.apache.cayenne.modeler.undo
-
- CayenneTableModelUndoableEdit(CayenneTableModel, Object, Object, int, int) - Constructor for class org.apache.cayenne.modeler.undo.CayenneTableModelUndoableEdit
-
- CayenneTransferable - Class in org.apache.cayenne.modeler.util
-
CayenneTransferable is a data holder of Cayenne object(s), like
Entities, Attributes, Relationships etc.
- CayenneTransferable(Object) - Constructor for class org.apache.cayenne.modeler.util.CayenneTransferable
-
- CayenneUndoableEdit - Class in org.apache.cayenne.modeler.undo
-
- CayenneUndoableEdit() - Constructor for class org.apache.cayenne.modeler.undo.CayenneUndoableEdit
-
- CayenneUndoManager - Class in org.apache.cayenne.modeler.undo
-
- CayenneUndoManager(Application) - Constructor for class org.apache.cayenne.modeler.undo.CayenneUndoManager
-
- CayenneUserDir - Class in org.apache.cayenne.modeler.util
-
CayenneUserDir represents a directory where all Cayenne-related information is stored
on the user machine.
- CayenneUserDir() - Constructor for class org.apache.cayenne.modeler.util.CayenneUserDir
-
Constructor for CayenneUserDir.
- cayenneUserDir - Variable in class org.apache.cayenne.modeler.util.CayenneUserDir
-
- CellEditorForAttributeTable - Class in org.apache.cayenne.modeler.util
-
- CellEditorForAttributeTable(JTable, JComboBox) - Constructor for class org.apache.cayenne.modeler.util.CellEditorForAttributeTable
-
- CellRenderers - Class in org.apache.cayenne.modeler.util
-
Utility class that serves as a factory for various project renderers.
- CellRenderers() - Constructor for class org.apache.cayenne.modeler.util.CellRenderers
-
- centerView() - Method in class org.apache.cayenne.modeler.util.CayenneController
-
Centers view on parent window.
- centerWindow() - Method in class org.apache.cayenne.modeler.util.CayenneDialog
-
Centers this dialog relative to the parent Window
- centerWindow(Window, Window) - Static method in class org.apache.cayenne.modeler.util.ModelerUtil
-
Center a window on a parent window
- changed - Variable in class org.apache.cayenne.modeler.event.DisplayEvent
-
- changedUpdate(DocumentEvent) - Method in class org.apache.cayenne.modeler.editor.EjbqlQueryScriptsTab
-
- changedUpdate(DocumentEvent) - Method in class org.apache.cayenne.modeler.editor.SQLTemplateScriptsTab
-
- changedUpdate(DocumentEvent) - Method in class org.apache.cayenne.modeler.undo.TextCompoundEdit
-
- ChangeObjEntityListenerClassAction - Class in org.apache.cayenne.modeler.action
-
Action class for renaming entity listener class for ObjEntity
- ChangeObjEntityListenerClassAction(Application) - Constructor for class org.apache.cayenne.modeler.action.ChangeObjEntityListenerClassAction
-
Constructor.
- ChangeObjEntityListenerClassAction(String, Application) - Constructor for class org.apache.cayenne.modeler.action.ChangeObjEntityListenerClassAction
-
Constructor for extending classes
- changePathInLastProjListAction(String, String) - Method in class org.apache.cayenne.modeler.CayenneModelerController
-
- changeSelection(int, int, boolean, boolean) - Method in class org.apache.cayenne.modeler.util.CayenneTable
-
- changeX(int) - Method in class org.apache.cayenne.modeler.pref.ComponentGeometry
-
- changeY(int) - Method in class org.apache.cayenne.modeler.pref.ComponentGeometry
-
- check() - Method in class org.apache.cayenne.modeler.ProjectFileChangeTracker
-
- checkAll - Variable in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsPanel
-
- checkAll - Variable in class org.apache.cayenne.modeler.dialog.codegen.ClassesTabPanel
-
- checkAll - Variable in class org.apache.cayenne.modeler.dialog.db.MergerTokenSelectorView
-
- checkAll - Variable in class org.apache.cayenne.modeler.dialog.db.TableSelectorView
-
- checkAllAction() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsTabController
-
An action that updates entity check boxes in response to the Select All state
change.
- checkAllAction() - Method in class org.apache.cayenne.modeler.dialog.codegen.ClassesTabController
-
An action that updates entity check boxes in response to the Select All state
change.
- checkAllAction() - Method in class org.apache.cayenne.modeler.dialog.db.MergerTokenSelectorController
-
- checkAllAction() - Method in class org.apache.cayenne.modeler.dialog.db.TableSelectorController
-
- checkAllLabel - Variable in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsPanel
-
- checkAllLabel - Variable in class org.apache.cayenne.modeler.dialog.codegen.ClassesTabPanel
-
- checkAllLabel - Variable in class org.apache.cayenne.modeler.dialog.db.MergerTokenSelectorView
-
- checkAllLabel - Variable in class org.apache.cayenne.modeler.dialog.db.TableSelectorView
-
- checkBox - Variable in class org.apache.cayenne.swing.CheckBoxBinding
-
- CheckBoxBinding - Class in org.apache.cayenne.swing
-
A generic adapter that binds a check box to a bean property.
- CheckBoxBinding(JCheckBox, String) - Constructor for class org.apache.cayenne.swing.CheckBoxBinding
-
- checkingForValueChange - Variable in class org.apache.cayenne.swing.BindingBase
-
- checkingForValueChange - Variable in class org.apache.cayenne.swing.BindingFactory
-
- checkPredicate - Variable in class org.apache.cayenne.modeler.dialog.codegen.ClientModeController
-
- checkSaveOnClose() - Method in class org.apache.cayenne.modeler.action.ProjectAction
-
Returns false if cancel closing the window, true otherwise.
- ChildrenMapPreference - Class in org.apache.cayenne.pref
-
- ChildrenMapPreference(CayennePreference) - Constructor for class org.apache.cayenne.pref.ChildrenMapPreference
-
- ChildrenMapPreference(CayennePreference, Preferences) - Constructor for class org.apache.cayenne.pref.ChildrenMapPreference
-
- choice - Variable in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsDialog
-
- choice - Variable in class org.apache.cayenne.modeler.dialog.db.DbLoaderOptionsDialog
-
- choice - Variable in class org.apache.cayenne.modeler.dialog.db.DbMigrateOptionsDialog
-
- chooseButton - Variable in class org.apache.cayenne.swing.control.FileChooser
-
- chooseClassEntry(FileFilter, String, int) - Method in class org.apache.cayenne.modeler.dialog.pref.ClasspathPreferences
-
- chooseFileAction() - Method in class org.apache.cayenne.swing.control.FileChooser
-
- CircularArray - Class in org.apache.cayenne.modeler.util
-
A circular array is an array of fixed size as objects are added it will push
objects off of the end to allow space for new objects to be added.
- CircularArray(int) - Constructor for class org.apache.cayenne.modeler.util.CircularArray
-
Creates an array of capacity size.
- CLASS_PATH_KEY - Static variable in class org.apache.cayenne.modeler.dialog.pref.PreferenceDialog
-
- classArchiveFilter - Static variable in class org.apache.cayenne.modeler.util.FileFilters
-
- classes - Variable in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorControllerBase
-
- classesCount - Variable in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorDialog
-
- classesSelectedAction() - Method in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorController
-
- classesSelector - Variable in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorController
-
- ClassesTabController - Class in org.apache.cayenne.modeler.dialog.codegen
-
- ClassesTabController(CodeGeneratorControllerBase) - Constructor for class org.apache.cayenne.modeler.dialog.codegen.ClassesTabController
-
- ClassesTabPanel - Class in org.apache.cayenne.modeler.dialog.codegen
-
- ClassesTabPanel() - Constructor for class org.apache.cayenne.modeler.dialog.codegen.ClassesTabPanel
-
- ClassLoadingService - Interface in org.apache.cayenne.modeler
-
An interface defining a service for locating external Java resources.
- className - Variable in class org.apache.cayenne.modeler.editor.EmbeddableTab
-
- className - Variable in class org.apache.cayenne.modeler.editor.ObjEntityTab
-
- ClassNameUpdater - Class in org.apache.cayenne.modeler.dialog.objentity
-
- ClassNameUpdater(CayenneController, ObjEntity) - Constructor for class org.apache.cayenne.modeler.dialog.objentity.ClassNameUpdater
-
- ClassNameUpdaterView - Class in org.apache.cayenne.modeler.dialog.objentity
-
- ClassNameUpdaterView() - Constructor for class org.apache.cayenne.modeler.dialog.objentity.ClassNameUpdaterView
-
- classPathEntries - Variable in class org.apache.cayenne.modeler.dialog.pref.ClasspathPreferences
-
- classPathKeys - Variable in class org.apache.cayenne.modeler.dialog.pref.ClasspathPreferences
-
- ClasspathPreferences - Class in org.apache.cayenne.modeler.dialog.pref
-
- ClasspathPreferences(PreferenceDialog) - Constructor for class org.apache.cayenne.modeler.dialog.pref.ClasspathPreferences
-
- ClasspathPreferencesView - Class in org.apache.cayenne.modeler.dialog.pref
-
- ClasspathPreferencesView() - Constructor for class org.apache.cayenne.modeler.dialog.pref.ClasspathPreferencesView
-
- classSelectedAction() - Method in class org.apache.cayenne.modeler.dialog.codegen.ClassesTabController
-
A callback action that updates the state of Select All checkbox.
- cleanObjMappings(DataMap) - Static method in class org.apache.cayenne.modeler.util.ProjectUtil
-
Cleans any mappings of ObjEntities, ObjAttributes, ObjRelationship to the
corresponding Db* objects that not longer exist.
- cleanup() - Method in class org.apache.cayenne.modeler.dialog.db.DbLoaderHelper
-
- clear() - Method in class org.apache.cayenne.modeler.dialog.LogConsole
-
Clears the console
- clear() - Method in class org.apache.cayenne.modeler.util.CircularArray
-
Clears out the contents of the array.
- clear() - Method in class org.apache.cayenne.modeler.util.TextAdapter
-
- clear() - Method in class org.apache.cayenne.swing.ComboSelectionBinding
-
- clear() - Method in class org.apache.cayenne.swing.TextBinding
-
- clearDbMapping(ObjEntity) - Static method in class org.apache.cayenne.modeler.util.ProjectUtil
-
Clears all the mapping between this obj entity and its current db entity.
- clearPath() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
Clears paths and selections in browser
- clearPreferences() - Static method in class org.apache.cayenne.pref.RenamedPreferences
-
- clearSelection() - Method in class org.apache.cayenne.modeler.util.MultiColumnBrowser
-
Clears selection in browser and removes all unnessesary columns
- clientClass - Variable in class org.apache.cayenne.modeler.dialog.objentity.ClassNameUpdaterView
-
- clientClassName - Variable in class org.apache.cayenne.modeler.editor.ObjEntityTab
-
- clientClassNameLabel - Variable in class org.apache.cayenne.modeler.editor.ObjEntityTab
-
- ClientModeController - Class in org.apache.cayenne.modeler.dialog.codegen
-
- ClientModeController(CodeGeneratorControllerBase) - Constructor for class org.apache.cayenne.modeler.dialog.codegen.ClientModeController
-
- clientSeparator - Variable in class org.apache.cayenne.modeler.editor.ObjEntityTab
-
- clientSuperClassName - Variable in class org.apache.cayenne.modeler.editor.ObjEntityTab
-
- clientSuperClassNameLabel - Variable in class org.apache.cayenne.modeler.editor.ObjEntityTab
-
- clientSupport - Variable in class org.apache.cayenne.modeler.editor.DataMapView
-
- clientUpdate - Variable in class org.apache.cayenne.modeler.dialog.datamap.PackageUpdateController
-
- clientUpdate - Variable in class org.apache.cayenne.modeler.dialog.datamap.SuperclassUpdateController
-
- close - Variable in class org.apache.cayenne.modeler.dialog.ErrorDebugDialog
-
- closeAction() - Method in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptions
-
- closeAction() - Method in class org.apache.cayenne.modeler.dialog.db.MergerOptions
-
- closeAction() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributeInfoDialog
-
- closeButton - Variable in class org.apache.cayenne.modeler.dialog.ValidationResultBrowserView
-
- closeButton - Variable in class org.apache.cayenne.modeler.dialog.validator.ValidatorDialog
-
- closeDialogAction() - Method in class org.apache.cayenne.modeler.dialog.ValidationResultBrowser
-
- closeProject(boolean) - Method in class org.apache.cayenne.modeler.action.ProjectAction
-
Returns true if successfully closed project, false otherwise.
- CodeGeneratorController - Class in org.apache.cayenne.modeler.dialog.codegen
-
A controller for the class generator dialog.
- CodeGeneratorController(CayenneController, Collection<DataMap>) - Constructor for class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorController
-
- CodeGeneratorControllerBase - Class in org.apache.cayenne.modeler.dialog.codegen
-
A base superclass of a top controller for the code generator.
- CodeGeneratorControllerBase(CayenneController, Collection<DataMap>) - Constructor for class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorControllerBase
-
- CodeGeneratorDialog - Class in org.apache.cayenne.modeler.dialog.codegen
-
- CodeGeneratorDialog(Component, Component) - Constructor for class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorDialog
-
- CodeTemplateManager - Class in org.apache.cayenne.modeler
-
Manages code generation templates.
- CodeTemplateManager(Application) - Constructor for class org.apache.cayenne.modeler.CodeTemplateManager
-
- CodeValidationUtil - Class in org.apache.cayenne.modeler.util
-
- CodeValidationUtil() - Constructor for class org.apache.cayenne.modeler.util.CodeValidationUtil
-
- COL_DIRECTION - Static variable in class org.apache.cayenne.modeler.dialog.db.MergerTokenTableModel
-
- COL_NAME - Static variable in class org.apache.cayenne.modeler.dialog.db.MergerTokenTableModel
-
- COL_SELECT - Static variable in class org.apache.cayenne.modeler.dialog.db.MergerTokenTableModel
-
- COL_VALUE - Static variable in class org.apache.cayenne.modeler.dialog.db.MergerTokenTableModel
-
- CollapseTreeAction - Class in org.apache.cayenne.modeler.action
-
- CollapseTreeAction(Application) - Constructor for class org.apache.cayenne.modeler.action.CollapseTreeAction
-
- collectionTypeCombo - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfoView
-
- collectionTypeLabel - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfoView
-
- color - Variable in class org.apache.cayenne.swing.components.textpane.UnderlineHighlighterForText.UnderlineHighlightPainter
-
- columnClass - Variable in class org.apache.cayenne.swing.TableBinding
-
- columns - Variable in class org.apache.cayenne.modeler.util.MultiColumnBrowser
-
- columns - Variable in class org.apache.cayenne.swing.TableBinding
-
- columns - Variable in class org.apache.cayenne.swing.TableBindingBuilder
-
- combo - Variable in class org.apache.cayenne.modeler.util.combo.CustomTypeComboBoxEditor
-
The combobox being edited
- combo - Variable in class org.apache.cayenne.modeler.util.combo.EditorTextField
-
Edited combobox
- comboBox - Variable in class org.apache.cayenne.swing.ComboSelectionBinding
-
- COMBOBOX_MAX_VISIBLE_SIZE - Static variable in class org.apache.cayenne.modeler.ModelerPreferences
-
Number of items in combobox visible without scrolling
- ComboBoxCellEditor - Class in org.apache.cayenne.modeler.util.combo
-
ComboBoxCellEditor class is a workaround of collision between DefaultCellEditor and
AutoCompletion behavior.
- ComboBoxCellEditor(JComboBox) - Constructor for class org.apache.cayenne.modeler.util.combo.ComboBoxCellEditor
-
- ComboSelectionBinding - Class in org.apache.cayenne.swing
-
- ComboSelectionBinding(JComboBox, String, String) - Constructor for class org.apache.cayenne.swing.ComboSelectionBinding
-
Binds to update model for a combo box selection events.
- COMMENT_TEXT - Static variable in interface org.apache.cayenne.swing.components.textpane.syntax.SyntaxConstant
-
- COMMENT_TEXT_START - Static variable in interface org.apache.cayenne.swing.components.textpane.syntax.SyntaxConstant
-
- commit() - Method in class org.apache.cayenne.modeler.dialog.DbJoinTableModel
-
Mode new attribute pairs from list to the DbRelationship.
- commitChanges() - Method in class org.apache.cayenne.modeler.dialog.datadomain.CacheSyncConfigController
-
Stores configuration changes in the data domain properties.
- commitEdits() - Method in class org.apache.cayenne.modeler.editor.wrapper.ObjAttributeWrapper
-
- commitEdits() - Method in interface org.apache.cayenne.modeler.editor.wrapper.Wrapper
-
- Comparators - Class in org.apache.cayenne.modeler.util
-
A collection of useful Comparators used by the modeler.
- Comparators() - Constructor for class org.apache.cayenne.modeler.util.Comparators
-
- compare(Object, Object) - Method in class org.apache.cayenne.modeler.util.CayenneTableModel.PropertyComparator
-
- compareTo(Object) - Method in class org.apache.cayenne.modeler.util.Version
-
- ComponentGeometry - Class in org.apache.cayenne.modeler.pref
-
- ComponentGeometry(Class<?>, String) - Constructor for class org.apache.cayenne.modeler.pref.ComponentGeometry
-
- compoundEdit - Variable in class org.apache.cayenne.modeler.undo.JTextFieldUndoListener
-
- configButton - Variable in class org.apache.cayenne.modeler.dialog.db.DataSourceWizardView
-
- configLocalDataSources - Variable in class org.apache.cayenne.modeler.editor.datanode.MainDataNodeView
-
- configPanel - Variable in class org.apache.cayenne.modeler.dialog.datadomain.CacheSyncConfigView
-
- configRemoteUpdates - Variable in class org.apache.cayenne.modeler.editor.DataDomainView
-
- configure() - Method in class org.apache.cayenne.modeler.dialog.pref.PreferenceDialog
-
- configure(Binder) - Method in class org.apache.cayenne.modeler.init.CayenneModelerModule
-
- configureGenerator(Collection<DbGenerator>) - Method in class org.apache.cayenne.modeler.pref.DBGeneratorDefaults
-
Updates DbGenerator settings, consulting its own state.
- configureMerger(EntityMergeSupport) - Method in class org.apache.cayenne.modeler.dialog.objentity.EntitySyncController
-
Displays a nerger config dialog, returning a merger configured by the user.
- ConfigurePreferencesAction - Class in org.apache.cayenne.modeler.action
-
- ConfigurePreferencesAction(Application) - Constructor for class org.apache.cayenne.modeler.action.ConfigurePreferencesAction
-
- configurePropertiesFromAction(Action) - Method in class org.apache.cayenne.swing.control.FileMenuItem
-
- configURL - Variable in class org.apache.cayenne.modeler.dialog.datadomain.JGroupsConfigPanel
-
- ConfirmRemoveDialog - Class in org.apache.cayenne.modeler.dialog
-
Used to confirm deleting items in the model.
- ConfirmRemoveDialog(boolean) - Constructor for class org.apache.cayenne.modeler.dialog.ConfirmRemoveDialog
-
- connection - Variable in class org.apache.cayenne.modeler.dialog.db.ConnectionWizard
-
- connectionInfo - Variable in class org.apache.cayenne.modeler.dialog.db.DataSourceWizard
-
- connectionInfo - Variable in class org.apache.cayenne.modeler.dialog.db.DataSourceWizardView
-
- connectionInfo - Variable in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptions
-
- connectionInfo - Variable in class org.apache.cayenne.modeler.dialog.db.MergerOptions
-
- connectionInfo - Variable in class org.apache.cayenne.modeler.dialog.pref.DBConnectionInfoEditor
-
- ConnectionWizard - Class in org.apache.cayenne.modeler.dialog.db
-
A component for choosing a DataSource.
- ConnectionWizard(CayenneController, String, String, DBConnectionInfo) - Constructor for class org.apache.cayenne.modeler.dialog.db.ConnectionWizard
-
- contains(Object) - Method in class org.apache.cayenne.modeler.util.CircularArray
-
Returns true if the array contains the specified object.
- containsSourceAttribute(DbRelationship, DbAttribute) - Static method in class org.apache.cayenne.modeler.util.ProjectUtil
-
Returns true if one of relationship joins uses a given attribute as a source.
- containsTargetAttribute(DbRelationship, DbAttribute) - Static method in class org.apache.cayenne.modeler.util.ProjectUtil
-
Returns true if one of relationship joins uses a given attribute as a target.
- context - Variable in class org.apache.cayenne.swing.BindingBase
-
- context - Variable in class org.apache.cayenne.swing.BindingBuilder
-
- controller - Variable in class org.apache.cayenne.modeler.undo.CayenneUndoableEdit
-
- controllers - Variable in class org.apache.cayenne.modeler.dialog.codegen.GeneratorTabController
-
- controllerStateHistory - Variable in class org.apache.cayenne.modeler.ProjectController
-
- convert(String, Class) - Method in class org.apache.cayenne.modeler.util.combo.CustomTypeComboBoxEditor
-
Converts String value to specified type
- convertValueToText(Object, boolean, boolean, boolean, int, boolean) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
Returns a "name" property of the tree node.
- copy(ProjectController) - Method in class org.apache.cayenne.modeler.action.CopyAction
-
Detects selected objects and returns them
- copy(ProjectController) - Method in class org.apache.cayenne.modeler.action.CopyAttributeAction
-
- copy(ProjectController) - Method in class org.apache.cayenne.modeler.action.CopyAttributeRelationshipAction
-
- copy(ProjectController) - Method in class org.apache.cayenne.modeler.action.CopyCallbackMethodAction
-
- copy(ProjectController) - Method in class org.apache.cayenne.modeler.action.CopyProcedureParameterAction
-
- copy(ProjectController) - Method in class org.apache.cayenne.modeler.action.CopyRelationshipAction
-
- copy() - Method in class org.apache.cayenne.modeler.dialog.LogConsole
-
Copies selected text from the console to system buffer
- CopyAction - Class in org.apache.cayenne.modeler.action
-
Action for copying entities, queries etc.
- CopyAction(Application) - Constructor for class org.apache.cayenne.modeler.action.CopyAction
-
Constructor for CopyAction
- CopyAction(String, Application) - Constructor for class org.apache.cayenne.modeler.action.CopyAction
-
Constructor for descendants
- CopyAttributeAction - Class in org.apache.cayenne.modeler.action
-
Action for copying attribute(s)
- CopyAttributeAction(Application) - Constructor for class org.apache.cayenne.modeler.action.CopyAttributeAction
-
- CopyAttributeRelationshipAction - Class in org.apache.cayenne.modeler.action
-
- CopyAttributeRelationshipAction(Application) - Constructor for class org.apache.cayenne.modeler.action.CopyAttributeRelationshipAction
-
- CopyCallbackMethodAction - Class in org.apache.cayenne.modeler.action
-
- CopyCallbackMethodAction(Application) - Constructor for class org.apache.cayenne.modeler.action.CopyCallbackMethodAction
-
- copyFrom(DataSourceInfo) - Method in class org.apache.cayenne.modeler.pref.DBConnectionInfo
-
- copyPreferences(String) - Method in class org.apache.cayenne.pref.RenamedPreferences
-
- copyPreferences(String, Preferences) - Static method in class org.apache.cayenne.pref.RenamedPreferences
-
- copyPreferences(Preferences, Preferences, boolean) - Static method in class org.apache.cayenne.pref.RenamedPreferences
-
- CopyProcedureParameterAction - Class in org.apache.cayenne.modeler.action
-
Action for copying procedure parameter(s)
- CopyProcedureParameterAction(Application) - Constructor for class org.apache.cayenne.modeler.action.CopyProcedureParameterAction
-
- CopyRelationshipAction - Class in org.apache.cayenne.modeler.action
-
Action for copying relationship(s)
- CopyRelationshipAction(Application) - Constructor for class org.apache.cayenne.modeler.action.CopyRelationshipAction
-
- copyTo(DBConnectionInfo) - Method in class org.apache.cayenne.modeler.pref.DBConnectionInfo
-
Updates another DBConnectionInfo with this object's values.
- copyTo(DataSourceInfo) - Method in class org.apache.cayenne.modeler.pref.DBConnectionInfo
-
Updates DataSourceInfo with this object's values.
- create(String) - Method in class org.apache.cayenne.pref.ChildrenMapPreference
-
- create(String, Object) - Method in class org.apache.cayenne.pref.ChildrenMapPreference
-
- create(Element) - Method in class org.apache.cayenne.swing.components.textpane.TextPaneViewFactory
-
- CREATE_FK_PROPERTY - Static variable in class org.apache.cayenne.modeler.pref.DBGeneratorDefaults
-
- CREATE_PK_PROPERTY - Static variable in class org.apache.cayenne.modeler.pref.DBGeneratorDefaults
-
- CREATE_TABLES_PROPERTY - Static variable in class org.apache.cayenne.modeler.pref.DBGeneratorDefaults
-
- CreateAttributeAction - Class in org.apache.cayenne.modeler.action
-
- CreateAttributeAction(Application) - Constructor for class org.apache.cayenne.modeler.action.CreateAttributeAction
-
Constructor for CreateAttributeAction.
- CreateAttributeUndoableEdit - Class in org.apache.cayenne.modeler.undo
-
- CreateAttributeUndoableEdit(DataChannelDescriptor, DataMap, ObjEntity, ObjAttribute) - Constructor for class org.apache.cayenne.modeler.undo.CreateAttributeUndoableEdit
-
- CreateAttributeUndoableEdit(DataChannelDescriptor, DataMap, DbEntity, DbAttribute) - Constructor for class org.apache.cayenne.modeler.undo.CreateAttributeUndoableEdit
-
- createBrowserModel(Entity) - Method in class org.apache.cayenne.modeler.editor.SelectQueryOrderingTab
-
- createBrowserModel(Entity) - Method in class org.apache.cayenne.modeler.editor.SelectQueryPrefetchTab
-
- createButton - Variable in class org.apache.cayenne.modeler.dialog.query.QueryTypeView
-
- createButtonPanel(JButton[]) - Static method in class org.apache.cayenne.modeler.util.PanelFactory
-
Creates and returns a panel with right-centered buttons.
- createCallbackMethod(CallbackType, String) - Method in class org.apache.cayenne.modeler.action.CreateCallbackMethodAction
-
- CreateCallbackMethodAction - Class in org.apache.cayenne.modeler.action
-
Action class for creating callback methods on ObjEntity
- CreateCallbackMethodAction(String, Application) - Constructor for class org.apache.cayenne.modeler.action.CreateCallbackMethodAction
-
Constructor.
- CreateCallbackMethodAction(Application) - Constructor for class org.apache.cayenne.modeler.action.CreateCallbackMethodAction
-
Constructor.
- CreateCallbackMethodUndoableEdit - Class in org.apache.cayenne.modeler.undo
-
- CreateCallbackMethodUndoableEdit(CallbackType, String) - Constructor for class org.apache.cayenne.modeler.undo.CreateCallbackMethodUndoableEdit
-
- createCellEditor(JTextField) - Method in class org.apache.cayenne.modeler.util.DefaultWidgetFactory
-
Creates cell editor for text field
- createCellEditor(JComboBox) - Method in class org.apache.cayenne.modeler.util.DefaultWidgetFactory
-
Creates cell editor for a table with combo as editor component.
- createCellEditor(JTextField) - Method in interface org.apache.cayenne.modeler.util.WidgetFactory
-
Creates cell editor for text field
- createCellEditor(JComboBox) - Method in interface org.apache.cayenne.modeler.util.WidgetFactory
-
Creates cell editor for a table with combo as editor component.
- createComboBox(Collection<String>, boolean) - Method in class org.apache.cayenne.modeler.util.DefaultWidgetFactory
-
Creates a new JComboBox with a collection of model objects.
- createComboBox(Object[], boolean) - Method in class org.apache.cayenne.modeler.util.DefaultWidgetFactory
-
Creates a new JComboBox with an array of model objects.
- createComboBox() - Method in class org.apache.cayenne.modeler.util.DefaultWidgetFactory
-
Creates a new JComboBox.
- createComboBox(Collection<String>, boolean) - Method in interface org.apache.cayenne.modeler.util.WidgetFactory
-
Creates a new JComboBox with a collection of model objects.
- createComboBox(Object[], boolean) - Method in interface org.apache.cayenne.modeler.util.WidgetFactory
-
Creates a new JComboBox with an array of model objects.
- createComboBox() - Method in interface org.apache.cayenne.modeler.util.WidgetFactory
-
Creates a new JComboBox.
- createDataMap(DataMap) - Method in class org.apache.cayenne.modeler.action.CreateDataMapAction
-
Calls addDataMap() or creates new data map if no data node selected.
- CreateDataMapAction - Class in org.apache.cayenne.modeler.action
-
Action that creates new DataMap in the project.
- CreateDataMapAction(Application) - Constructor for class org.apache.cayenne.modeler.action.CreateDataMapAction
-
- CreateDataMapEntityListenerAction - Class in org.apache.cayenne.modeler.action
-
Action class for creating entity listeners on a DataMap
- CreateDataMapEntityListenerAction(Application) - Constructor for class org.apache.cayenne.modeler.action.CreateDataMapEntityListenerAction
-
Constructor.
- CreateDataMapEntityListenerUndoableEdit - Class in org.apache.cayenne.modeler.undo
-
- CreateDataMapEntityListenerUndoableEdit(DataMap, EntityListener) - Constructor for class org.apache.cayenne.modeler.undo.CreateDataMapEntityListenerUndoableEdit
-
- CreateDataMapUndoableEdit - Class in org.apache.cayenne.modeler.undo
-
- CreateDataMapUndoableEdit(DataChannelDescriptor, DataMap) - Constructor for class org.apache.cayenne.modeler.undo.CreateDataMapUndoableEdit
-
- createDataNode(DataNodeDescriptor) - Method in class org.apache.cayenne.modeler.action.CreateNodeAction
-
- createDataSource() - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourceCreator
-
- createDataSource() - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourceDuplicator
-
- createDbAttribute(DataMap, DbEntity, DbAttribute) - Method in class org.apache.cayenne.modeler.action.CreateAttributeAction
-
- CreateDbEntityAction - Class in org.apache.cayenne.modeler.action
-
- CreateDbEntityAction(Application) - Constructor for class org.apache.cayenne.modeler.action.CreateDbEntityAction
-
Constructor for CreateDbEntityAction.
- CreateDbEntityUndoableEdit - Class in org.apache.cayenne.modeler.undo
-
- CreateDbEntityUndoableEdit(DataMap, DbEntity) - Constructor for class org.apache.cayenne.modeler.undo.CreateDbEntityUndoableEdit
-
- createDbRelationship(DbEntity, DbRelationship) - Method in class org.apache.cayenne.modeler.action.CreateRelationshipAction
-
- createDefaultEditors() - Method in class org.apache.cayenne.modeler.util.CayenneTable
-
- createDefaults() - Method in class org.apache.cayenne.modeler.dialog.codegen.ClientModeController
-
- createDefaults() - Method in class org.apache.cayenne.modeler.dialog.codegen.CustomModeController
-
- createDefaults() - Method in class org.apache.cayenne.modeler.dialog.codegen.GeneratorController
-
- createDefaults() - Method in class org.apache.cayenne.modeler.dialog.codegen.StandardModeController
-
- createEditorPanel() - Method in class org.apache.cayenne.modeler.editor.SelectQueryOrderingTab
-
- createEmbAttribute(Embeddable, EmbeddableAttribute) - Method in class org.apache.cayenne.modeler.action.CreateAttributeAction
-
- CreateEmbAttributeUndoableEdit - Class in org.apache.cayenne.modeler.undo
-
- CreateEmbAttributeUndoableEdit(Embeddable, EmbeddableAttribute[]) - Constructor for class org.apache.cayenne.modeler.undo.CreateEmbAttributeUndoableEdit
-
- createEmbeddable(DataMap, Embeddable) - Method in class org.apache.cayenne.modeler.action.CreateEmbeddableAction
-
- CreateEmbeddableAction - Class in org.apache.cayenne.modeler.action
-
- CreateEmbeddableAction(Application) - Constructor for class org.apache.cayenne.modeler.action.CreateEmbeddableAction
-
- CreateEmbeddableUndoableEdit - Class in org.apache.cayenne.modeler.undo
-
- CreateEmbeddableUndoableEdit(DataMap, Embeddable) - Constructor for class org.apache.cayenne.modeler.undo.CreateEmbeddableUndoableEdit
-
- createEntity(DataMap, DbEntity) - Method in class org.apache.cayenne.modeler.action.CreateDbEntityAction
-
Constructs and returns a new DbEntity.
- createEntityListener(ObjEntity, EntityListener) - Method in class org.apache.cayenne.modeler.action.CreateObjEntityListenerAction
-
- CreateEntityListenerUndoableEdit - Class in org.apache.cayenne.modeler.undo
-
- CreateEntityListenerUndoableEdit(ObjEntity, EntityListener) - Constructor for class org.apache.cayenne.modeler.undo.CreateEntityListenerUndoableEdit
-
- createFK - Variable in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptionsView
-
- createFK - Variable in class org.apache.cayenne.modeler.pref.DBGeneratorDefaults
-
- createForm(String, String[], Component[]) - Static method in class org.apache.cayenne.modeler.util.PanelFactory
-
- createForm(Component[], Component[]) - Static method in class org.apache.cayenne.modeler.util.PanelFactory
-
- createForm(String, Component[], Component[]) - Static method in class org.apache.cayenne.modeler.util.PanelFactory
-
Create panel with aligned labels on the right and fields on the left.
- createGenerator() - Method in class org.apache.cayenne.modeler.dialog.codegen.CustomModeController
-
- createGenerator() - Method in class org.apache.cayenne.modeler.dialog.codegen.GeneratorController
-
Creates a class generator for provided selections.
- createGenerator() - Method in class org.apache.cayenne.modeler.dialog.codegen.StandardModeController
-
- createGraphBuilder(GraphType, boolean) - Method in class org.apache.cayenne.modeler.graph.GraphMap
-
- createIcon() - Method in class org.apache.cayenne.modeler.util.CayenneAction
-
Creates and returns an ImageIcon that can be used for buttons that rely on this
action.
- createItemListener() - Method in class org.apache.cayenne.modeler.util.combo.SuggestionList
-
We don't want items in the list be automatically selected at all
- createJEditTextArea() - Method in class org.apache.cayenne.modeler.util.DefaultWidgetFactory
-
Creates and returns a JEdit text component with syntax highlighing
- createJEditTextArea() - Method in interface org.apache.cayenne.modeler.util.WidgetFactory
-
Creates and returns a JEdit text component with syntax highlighing
- createJoins() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsControllerBase
-
- createListMouseListener() - Method in class org.apache.cayenne.modeler.util.combo.SuggestionList
-
- createMapListener(DataMap, EntityListener) - Method in class org.apache.cayenne.modeler.action.CreateDataMapEntityListenerAction
-
- createMerger() - Method in class org.apache.cayenne.modeler.dialog.objentity.EntitySyncController
-
- createNames() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsControllerBase
-
- createNamingStrategy(String) - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsController
-
- createNamingStrategy(String) - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
- createNamingStrategy(Application) - Method in class org.apache.cayenne.modeler.util.NameGeneratorPreferences
-
- CreateNodeAction - Class in org.apache.cayenne.modeler.action
-
- CreateNodeAction(Application) - Constructor for class org.apache.cayenne.modeler.action.CreateNodeAction
-
Constructor for CreateNodeAction.
- CreateNodeUndoableEdit - Class in org.apache.cayenne.modeler.undo
-
- CreateNodeUndoableEdit(Application, DataNodeDescriptor) - Constructor for class org.apache.cayenne.modeler.undo.CreateNodeUndoableEdit
-
- createObjAttribute(DataMap, ObjEntity, ObjAttribute) - Method in class org.apache.cayenne.modeler.action.CreateAttributeAction
-
- createObjEntity() - Method in class org.apache.cayenne.modeler.action.CreateObjEntityAction
-
- createObjEntity(DataMap, ObjEntity) - Method in class org.apache.cayenne.modeler.action.CreateObjEntityAction
-
- CreateObjEntityAction - Class in org.apache.cayenne.modeler.action
-
- CreateObjEntityAction(Application) - Constructor for class org.apache.cayenne.modeler.action.CreateObjEntityAction
-
Constructor for CreateObjEntityAction.
- CreateObjEntityListenerAction - Class in org.apache.cayenne.modeler.action
-
Action class for creating entity listeners on an ObjEntity
- CreateObjEntityListenerAction(Application) - Constructor for class org.apache.cayenne.modeler.action.CreateObjEntityListenerAction
-
Constructor.
- CreateObjEntityListenerAction(String, Application) - Constructor for class org.apache.cayenne.modeler.action.CreateObjEntityListenerAction
-
Constructor for extending classes.
- CreateObjEntityUndoableEdit - Class in org.apache.cayenne.modeler.undo
-
- CreateObjEntityUndoableEdit(DataMap, ObjEntity) - Constructor for class org.apache.cayenne.modeler.undo.CreateObjEntityUndoableEdit
-
- createObjRelationship(ObjEntity, ObjRelationship) - Method in class org.apache.cayenne.modeler.action.CreateRelationshipAction
-
- createPanelBuilder() - Method in class org.apache.cayenne.modeler.editor.EjbqlQueryPropertiesPanel
-
- createPanelBuilder() - Method in class org.apache.cayenne.modeler.editor.RawQueryPropertiesPanel
-
- createPK - Variable in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptionsView
-
- createPK - Variable in class org.apache.cayenne.modeler.pref.DBGeneratorDefaults
-
- createProcedure(DataMap, Procedure) - Method in class org.apache.cayenne.modeler.action.CreateProcedureAction
-
- CreateProcedureAction - Class in org.apache.cayenne.modeler.action
-
Action class to create a new stored procedure mapping.
- CreateProcedureAction(Application) - Constructor for class org.apache.cayenne.modeler.action.CreateProcedureAction
-
- createProcedureParameter() - Method in class org.apache.cayenne.modeler.action.CreateProcedureParameterAction
-
- CreateProcedureParameterAction - Class in org.apache.cayenne.modeler.action
-
- CreateProcedureParameterAction(Application) - Constructor for class org.apache.cayenne.modeler.action.CreateProcedureParameterAction
-
Constructor for CreateProcedureParameterAction.
- CreateProcedureUndoableEdit - Class in org.apache.cayenne.modeler.undo
-
- CreateProcedureUndoableEdit(DataMap, Procedure) - Constructor for class org.apache.cayenne.modeler.undo.CreateProcedureUndoableEdit
-
- createQuery() - Method in class org.apache.cayenne.modeler.action.CreateQueryAction
-
- createQuery(DataChannelDescriptor, DataMap, Query) - Method in class org.apache.cayenne.modeler.action.CreateQueryAction
-
- createQuery() - Method in class org.apache.cayenne.modeler.dialog.query.QueryType
-
Action method that creates a query for the specified query type.
- CreateQueryAction - Class in org.apache.cayenne.modeler.action
-
- CreateQueryAction(Application) - Constructor for class org.apache.cayenne.modeler.action.CreateQueryAction
-
Constructor for CreateQueryAction.
- CreateQueryUndoableEdit - Class in org.apache.cayenne.modeler.undo
-
- CreateQueryUndoableEdit(DataChannelDescriptor, DataMap, Query) - Constructor for class org.apache.cayenne.modeler.undo.CreateQueryUndoableEdit
-
- createRelationship() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
Creates a new relationship connecting currently selected source entity
with ObjRelationship target entity.
- CreateRelationshipAction - Class in org.apache.cayenne.modeler.action
-
- CreateRelationshipAction(Application) - Constructor for class org.apache.cayenne.modeler.action.CreateRelationshipAction
-
Constructor for CreateRelationshipAction.
- createRelationships(DbEntity) - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsControllerBase
-
- CreateRelationshipUndoableEdit - Class in org.apache.cayenne.modeler.undo
-
- CreateRelationshipUndoableEdit(ObjEntity, ObjRelationship[]) - Constructor for class org.apache.cayenne.modeler.undo.CreateRelationshipUndoableEdit
-
- CreateRelationshipUndoableEdit(DbEntity, DbRelationship[]) - Constructor for class org.apache.cayenne.modeler.undo.CreateRelationshipUndoableEdit
-
- createReversRelationship(DbEntity, DbEntity) - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsControllerBase
-
- createSelectorPanel() - Method in class org.apache.cayenne.modeler.editor.SelectQueryOrderingTab
-
- createSQL() - Method in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptions
-
Returns SQL statements generated for selected schema generation options.
- createSQL() - Method in class org.apache.cayenne.modeler.dialog.db.MergerOptions
-
Returns SQL statements generated for selected schema generation options.
- createTableModel() - Method in class org.apache.cayenne.modeler.editor.SelectQueryOrderingTab
-
- createTableModel() - Method in class org.apache.cayenne.modeler.editor.SelectQueryPrefetchTab
-
- createTablePanel(JTable, JButton[]) - Static method in class org.apache.cayenne.modeler.util.PanelFactory
-
Creates panel with table within scroll panel and buttons in the bottom.
- createTablePanel(JTable, JComponent[], JButton[]) - Static method in class org.apache.cayenne.modeler.util.PanelFactory
-
Creates panel with table within scroll panel and buttons in the bottom.
- createTables - Variable in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptionsView
-
- createTables - Variable in class org.apache.cayenne.modeler.pref.DBGeneratorDefaults
-
- createTemplate() - Method in class org.apache.cayenne.modeler.dialog.pref.TemplateCreator
-
- createToolbar() - Method in class org.apache.cayenne.modeler.editor.SelectQueryOrderingTab
-
- createToolbar() - Method in class org.apache.cayenne.modeler.editor.SelectQueryPrefetchTab
-
- createUndoableComboBox() - Method in class org.apache.cayenne.modeler.util.DefaultWidgetFactory
-
Creates undoable JComboBox.
- createUndoableComboBox() - Method in interface org.apache.cayenne.modeler.util.WidgetFactory
-
Creates undoable JComboBox.
- createView() - Method in class org.apache.cayenne.modeler.dialog.codegen.ClientModeController
-
- createView() - Method in class org.apache.cayenne.modeler.dialog.codegen.CustomModeController
-
- createView() - Method in class org.apache.cayenne.modeler.dialog.codegen.GeneratorController
-
- createView() - Method in class org.apache.cayenne.modeler.dialog.codegen.StandardModeController
-
- createView() - Method in class org.apache.cayenne.modeler.dialog.db.DataSourceWizard
-
Creates swing dialog for this wizard
- CURRENT_DIRECTORY_PROPERTY - Static variable in class org.apache.cayenne.swing.control.FileChooser
-
- currentCallbackMethodCahnged(CallbackMethodDisplayEvent) - Method in interface org.apache.cayenne.modeler.event.CallbackMethodDisplayListener
-
current callback method changed
- currentClass - Variable in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorControllerBase
-
- currentDataMapChanged(DataMapDisplayEvent) - Method in class org.apache.cayenne.modeler.CayenneModelerFrame
-
- currentDataMapChanged(DataMapDisplayEvent) - Method in class org.apache.cayenne.modeler.editor.EditorView
-
- currentDataMapChanged(DataMapDisplayEvent) - Method in interface org.apache.cayenne.modeler.event.DataMapDisplayListener
-
- currentDataMapChanged(DataMapDisplayEvent) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
- currentDataNodeChanged(DataNodeDisplayEvent) - Method in class org.apache.cayenne.modeler.CayenneModelerFrame
-
- currentDataNodeChanged(DataNodeDisplayEvent) - Method in class org.apache.cayenne.modeler.editor.EditorView
-
- currentDataNodeChanged(DataNodeDisplayEvent) - Method in interface org.apache.cayenne.modeler.event.DataNodeDisplayListener
-
- currentDataNodeChanged(DataNodeDisplayEvent) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
- currentDbAttributeChanged(AttributeDisplayEvent) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbEntityTabbedView
-
- currentDbAttributeChanged(AttributeDisplayEvent) - Method in interface org.apache.cayenne.modeler.event.DbAttributeDisplayListener
-
Displays specified db attribute.
- currentDbEntityChanged(EntityDisplayEvent) - Method in class org.apache.cayenne.modeler.CayenneModelerFrame
-
- currentDbEntityChanged(EntityDisplayEvent) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbEntityAttributePanel
-
- currentDbEntityChanged(EntityDisplayEvent) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbEntityAttributeRelationshipTab
-
- currentDbEntityChanged(EntityDisplayEvent) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbEntityRelationshipPanel
-
Loads obj relationships into table.
- currentDbEntityChanged(EntityDisplayEvent) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbEntityTab
-
- currentDbEntityChanged(EntityDisplayEvent) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbEntityTabbedView
-
If entity is null hides it's contents, otherwise makes it visible.
- currentDbEntityChanged(EntityDisplayEvent) - Method in class org.apache.cayenne.modeler.editor.EditorView
-
- currentDbEntityChanged(EntityDisplayEvent) - Method in interface org.apache.cayenne.modeler.event.DbEntityDisplayListener
-
Current entity used as a model has changed.
- currentDbEntityChanged(EntityDisplayEvent) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
- currentDbRelationshipChanged(RelationshipDisplayEvent) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbEntityTabbedView
-
- currentDbRelationshipChanged(RelationshipDisplayEvent) - Method in interface org.apache.cayenne.modeler.event.DbRelationshipDisplayListener
-
Display specified DbRelationship.
- currentDirectory - Variable in class org.apache.cayenne.swing.control.FileChooser
-
- currentDomainChanged(DomainDisplayEvent) - Method in class org.apache.cayenne.modeler.editor.DataDomainTabbedView
-
- currentDomainChanged(DomainDisplayEvent) - Method in class org.apache.cayenne.modeler.editor.DataDomainView
-
Invoked on domain selection event.
- currentDomainChanged(DomainDisplayEvent) - Method in class org.apache.cayenne.modeler.editor.EditorView
-
- currentDomainChanged(DomainDisplayEvent) - Method in interface org.apache.cayenne.modeler.event.DomainDisplayListener
-
- currentDomainChanged(DomainDisplayEvent) - Method in class org.apache.cayenne.modeler.graph.DataDomainGraphTab
-
- currentDomainChanged(DomainDisplayEvent) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
- currentEmbeddableAttributeChanged(EmbeddableAttributeDisplayEvent) - Method in class org.apache.cayenne.modeler.editor.EmbeddableTabbedView
-
- currentEmbeddableAttributeChanged(EmbeddableAttributeDisplayEvent) - Method in interface org.apache.cayenne.modeler.event.EmbeddableAttributeDisplayListener
-
- currentEmbeddableChanged(EmbeddableDisplayEvent) - Method in class org.apache.cayenne.modeler.CayenneModelerFrame
-
- currentEmbeddableChanged(EmbeddableDisplayEvent) - Method in class org.apache.cayenne.modeler.editor.EditorView
-
- currentEmbeddableChanged(EmbeddableDisplayEvent) - Method in class org.apache.cayenne.modeler.editor.EmbeddableAttributeTab
-
- currentEmbeddableChanged(EmbeddableDisplayEvent) - Method in class org.apache.cayenne.modeler.editor.EmbeddableTab
-
- currentEmbeddableChanged(EmbeddableDisplayEvent) - Method in class org.apache.cayenne.modeler.editor.EmbeddableTabbedView
-
- currentEmbeddableChanged(EmbeddableDisplayEvent) - Method in interface org.apache.cayenne.modeler.event.EmbeddableDisplayListener
-
- currentEmbeddableChanged(EmbeddableDisplayEvent) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
- currentEntity - Variable in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsControllerBase
-
- currentEntityChanged(EntityDisplayEvent) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
- currentObjAttributeChanged(AttributeDisplayEvent) - Method in class org.apache.cayenne.modeler.editor.ObjEntityTabbedView
-
- currentObjAttributeChanged(AttributeDisplayEvent) - Method in interface org.apache.cayenne.modeler.event.ObjAttributeDisplayListener
-
Display specified ObjAttribute.
- currentObjectsChanged(MultipleObjectsDisplayEvent, Application) - Method in class org.apache.cayenne.modeler.CayenneModelerFrame
-
- currentObjectsChanged(MultipleObjectsDisplayEvent, Application) - Method in class org.apache.cayenne.modeler.editor.EditorView
-
- currentObjectsChanged(MultipleObjectsDisplayEvent, Application) - Method in interface org.apache.cayenne.modeler.event.MultipleObjectsDisplayListener
-
Invoked when a new set of objects was displayed
- currentObjectsChanged(MultipleObjectsDisplayEvent, Application) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
- currentObjEntityChanged(EntityDisplayEvent) - Method in class org.apache.cayenne.modeler.CayenneModelerFrame
-
- currentObjEntityChanged(EntityDisplayEvent) - Method in class org.apache.cayenne.modeler.editor.EditorView
-
- currentObjEntityChanged(EntityDisplayEvent) - Method in class org.apache.cayenne.modeler.editor.ObjEntityAttributePanel
-
- currentObjEntityChanged(EntityDisplayEvent) - Method in class org.apache.cayenne.modeler.editor.ObjEntityAttributeRelationshipTab
-
- currentObjEntityChanged(EntityDisplayEvent) - Method in class org.apache.cayenne.modeler.editor.ObjEntityRelationshipPanel
-
Loads obj relationships into table.
- currentObjEntityChanged(EntityDisplayEvent) - Method in class org.apache.cayenne.modeler.editor.ObjEntityTab
-
- currentObjEntityChanged(EntityDisplayEvent) - Method in class org.apache.cayenne.modeler.editor.ObjEntityTabbedView
-
- currentObjEntityChanged(EntityDisplayEvent) - Method in interface org.apache.cayenne.modeler.event.ObjEntityDisplayListener
-
Current obj entity used as a model has changed.
- currentObjEntityChanged(EntityDisplayEvent) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
- currentObjRelationshipChanged(RelationshipDisplayEvent) - Method in class org.apache.cayenne.modeler.editor.ObjEntityTabbedView
-
- currentObjRelationshipChanged(RelationshipDisplayEvent) - Method in interface org.apache.cayenne.modeler.event.ObjRelationshipDisplayListener
-
Current obj entity used as a model has changed.
- currentPath - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
- currentPathLabel - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributeInfoDialogView
-
- currentPathLabel - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfoView
-
- currentProcedureChanged(ProcedureDisplayEvent) - Method in class org.apache.cayenne.modeler.CayenneModelerFrame
-
- currentProcedureChanged(ProcedureDisplayEvent) - Method in class org.apache.cayenne.modeler.editor.EditorView
-
- currentProcedureChanged(ProcedureDisplayEvent) - Method in class org.apache.cayenne.modeler.editor.ProcedureParameterTab
-
Invoked when currently selected Procedure object is changed.
- currentProcedureChanged(ProcedureDisplayEvent) - Method in class org.apache.cayenne.modeler.editor.ProcedureTab
-
Invoked when currently selected Procedure object is changed.
- currentProcedureChanged(ProcedureDisplayEvent) - Method in class org.apache.cayenne.modeler.editor.ProcedureTabbedView
-
Invoked when currently selected Procedure object is changed.
- currentProcedureChanged(ProcedureDisplayEvent) - Method in interface org.apache.cayenne.modeler.event.ProcedureDisplayListener
-
- currentProcedureChanged(ProcedureDisplayEvent) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
- currentProcedureParameterChanged(ProcedureParameterDisplayEvent) - Method in class org.apache.cayenne.modeler.editor.ProcedureTabbedView
-
- currentProcedureParameterChanged(ProcedureParameterDisplayEvent) - Method in interface org.apache.cayenne.modeler.event.ProcedureParameterDisplayListener
-
- currentQueryChanged(QueryDisplayEvent) - Method in class org.apache.cayenne.modeler.CayenneModelerFrame
-
- currentQueryChanged(QueryDisplayEvent) - Method in class org.apache.cayenne.modeler.editor.EditorView
-
- currentQueryChanged(QueryDisplayEvent) - Method in interface org.apache.cayenne.modeler.event.QueryDisplayListener
-
- currentQueryChanged(QueryDisplayEvent) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
- currentState - Variable in class org.apache.cayenne.modeler.ProjectController
-
- CUSTOM_FACTORY_LABEL - Static variable in class org.apache.cayenne.modeler.dialog.datadomain.CacheSyncConfigController
-
- customAdapter - Variable in class org.apache.cayenne.modeler.editor.datanode.AdapterView
-
- CustomDataSourceEditor - Class in org.apache.cayenne.modeler.editor.datanode
-
- CustomDataSourceEditor(ProjectController, BindingDelegate) - Constructor for class org.apache.cayenne.modeler.editor.datanode.CustomDataSourceEditor
-
- CustomDataSourceView - Class in org.apache.cayenne.modeler.editor.datanode
-
- CustomDataSourceView() - Constructor for class org.apache.cayenne.modeler.editor.datanode.CustomDataSourceView
-
- CustomModeController - Class in org.apache.cayenne.modeler.dialog.codegen
-
A controller for the custom generation mode.
- CustomModeController(CodeGeneratorControllerBase) - Constructor for class org.apache.cayenne.modeler.dialog.codegen.CustomModeController
-
- CustomModePanel - Class in org.apache.cayenne.modeler.dialog.codegen
-
- CustomModePanel() - Constructor for class org.apache.cayenne.modeler.dialog.codegen.CustomModePanel
-
- customPKName - Variable in class org.apache.cayenne.modeler.editor.dbentity.PKCustomSequenceGeneratorPanel
-
- customPKSize - Variable in class org.apache.cayenne.modeler.editor.dbentity.PKCustomSequenceGeneratorPanel
-
- CustomPreferencesUpdater - Class in org.apache.cayenne.modeler.dialog.codegen
-
- CustomPreferencesUpdater(Map<DataMap, DataMapDefaults>) - Constructor for class org.apache.cayenne.modeler.dialog.codegen.CustomPreferencesUpdater
-
- CustomRemoteEventsConfigPanel - Class in org.apache.cayenne.modeler.dialog.datadomain
-
- CustomRemoteEventsConfigPanel() - Constructor for class org.apache.cayenne.modeler.dialog.datadomain.CustomRemoteEventsConfigPanel
-
- customTemplates - Variable in class org.apache.cayenne.modeler.CodeTemplateManager
-
- CustomTypeComboBoxEditor - Class in org.apache.cayenne.modeler.util.combo
-
CustomTypeComboBoxEditor is used as an editor of a combobox, when
custom type (such as Entity) is to be used.
- CustomTypeComboBoxEditor(JComboBox, boolean) - Constructor for class org.apache.cayenne.modeler.util.combo.CustomTypeComboBoxEditor
-
Creates new editor
- CutAction - Class in org.apache.cayenne.modeler.action
-
Action for cutting entities, queries etc.
- CutAction(Application) - Constructor for class org.apache.cayenne.modeler.action.CutAction
-
Constructor for CutAction
- CutAction(String, Application) - Constructor for class org.apache.cayenne.modeler.action.CutAction
-
Constructor for descendants
- CutAttributeAction - Class in org.apache.cayenne.modeler.action
-
Action for cutting attribute(s)
- CutAttributeAction(Application) - Constructor for class org.apache.cayenne.modeler.action.CutAttributeAction
-
- CutAttributeRelationshipAction - Class in org.apache.cayenne.modeler.action
-
- CutAttributeRelationshipAction(Application) - Constructor for class org.apache.cayenne.modeler.action.CutAttributeRelationshipAction
-
- CutCallbackMethodAction - Class in org.apache.cayenne.modeler.action
-
- CutCallbackMethodAction(Application) - Constructor for class org.apache.cayenne.modeler.action.CutCallbackMethodAction
-
- CutProcedureParameterAction - Class in org.apache.cayenne.modeler.action
-
Action for cutting procedure parameter(s)
- CutProcedureParameterAction(Application) - Constructor for class org.apache.cayenne.modeler.action.CutProcedureParameterAction
-
- CutRelationshipAction - Class in org.apache.cayenne.modeler.action
-
Action for cutting attribute(s)
- CutRelationshipAction(Application) - Constructor for class org.apache.cayenne.modeler.action.CutRelationshipAction
-
- DATA_SOURCES_KEY - Static variable in class org.apache.cayenne.modeler.dialog.pref.PreferenceDialog
-
- DataDomainGraphTab - Class in org.apache.cayenne.modeler.graph
-
Tab for editing graphical representation of a dataDomain
- DataDomainGraphTab(ProjectController) - Constructor for class org.apache.cayenne.modeler.graph.DataDomainGraphTab
-
- DataDomainTabbedView - Class in org.apache.cayenne.modeler.editor
-
DataDomain editing tabs container
- DataDomainTabbedView(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.DataDomainTabbedView
-
constructor
- DataDomainView - Class in org.apache.cayenne.modeler.editor
-
Panel for editing DataDomain.
- DataDomainView(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.DataDomainView
-
- dataMap - Variable in class org.apache.cayenne.configuration.event.DataMapEvent
-
- dataMap - Variable in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsControllerBase
-
- dataMap - Variable in class org.apache.cayenne.modeler.dialog.datamap.DefaultsPreferencesController
-
- dataMap - Variable in class org.apache.cayenne.modeler.dialog.datamap.LockingUpdateController
-
- dataMap - Variable in class org.apache.cayenne.modeler.dialog.db.DbLoaderHelper
-
- dataMap - Variable in class org.apache.cayenne.modeler.dialog.db.MergerOptions
-
- dataMap - Variable in class org.apache.cayenne.modeler.dialog.query.QueryType
-
- dataMap - Variable in class org.apache.cayenne.modeler.event.DataMapDisplayEvent
-
- dataMapAdded(DataMapEvent) - Method in interface org.apache.cayenne.configuration.event.DataMapListener
-
Called when a new DataMap is added.
- dataMapAdded(DataMapEvent) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
- dataMapChanged(DataMapEvent) - Method in interface org.apache.cayenne.configuration.event.DataMapListener
-
Called on DataMap property changes.
- dataMapChanged - Variable in class org.apache.cayenne.modeler.event.DataMapDisplayEvent
-
True if different from current data map.
- dataMapChanged(DataMapEvent) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
- DataMapDefaults - Class in org.apache.cayenne.modeler.pref
-
- DataMapDefaults(Preferences) - Constructor for class org.apache.cayenne.modeler.pref.DataMapDefaults
-
- DataMapDisplayEvent - Class in org.apache.cayenne.modeler.event
-
Represents a display event of a DataMap.
- DataMapDisplayEvent(Object, DataMap, DataChannelDescriptor) - Constructor for class org.apache.cayenne.modeler.event.DataMapDisplayEvent
-
- DataMapDisplayEvent(Object, DataMap, DataChannelDescriptor, DataNodeDescriptor) - Constructor for class org.apache.cayenne.modeler.event.DataMapDisplayEvent
-
- DataMapDisplayListener - Interface in org.apache.cayenne.modeler.event
-
- DataMapErrorMsg - Class in org.apache.cayenne.modeler.dialog.validator
-
DataMap validation message.
- DataMapErrorMsg(ValidationFailure) - Constructor for class org.apache.cayenne.modeler.dialog.validator.DataMapErrorMsg
-
- DataMapEvent - Class in org.apache.cayenne.configuration.event
-
An events describing a DataMap change.
- DataMapEvent(Object, DataMap) - Constructor for class org.apache.cayenne.configuration.event.DataMapEvent
-
Creates a DataMap change event.
- DataMapEvent(Object, DataMap, int) - Constructor for class org.apache.cayenne.configuration.event.DataMapEvent
-
Creates a DataMap event of a specified type.
- DataMapEvent(Object, DataMap, String) - Constructor for class org.apache.cayenne.configuration.event.DataMapEvent
-
Creates a DataMap name change event.
- dataMapFilter - Static variable in class org.apache.cayenne.modeler.util.FileFilters
-
- dataMapLines - Variable in class org.apache.cayenne.modeler.dialog.codegen.GeneratorControllerPanel
-
- DataMapListener - Interface in org.apache.cayenne.configuration.event
-
An interface for a listener interested in DataMap changes.
- dataMapRemoved(DataMapEvent) - Method in interface org.apache.cayenne.configuration.event.DataMapListener
-
Called when a DataMap is removed.
- dataMapRemoved(DataMapEvent) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
- dataMaps - Variable in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorControllerBase
-
- dataMaps - Variable in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptions
-
- dataMapSelected() - Method in interface org.apache.cayenne.modeler.action.ActionManager
-
- dataMapSelected() - Method in class org.apache.cayenne.modeler.action.DefaultActionManager
-
- DataMapTabbedView - Class in org.apache.cayenne.modeler.editor
-
Data map editing tabs container
- DataMapTabbedView(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.DataMapTabbedView
-
constructor
- DataMapView - Class in org.apache.cayenne.modeler.editor
-
Panel for editing a DataMap.
- DataMapView(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.DataMapView
-
- dataNode - Variable in class org.apache.cayenne.configuration.event.DataNodeEvent
-
- dataNode - Variable in class org.apache.cayenne.modeler.event.DataNodeDisplayEvent
-
- dataNodeAdded(DataNodeEvent) - Method in interface org.apache.cayenne.configuration.event.DataNodeListener
-
New data map has been created/added.
- dataNodeAdded(DataNodeEvent) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
- dataNodeChanged(DataNodeEvent) - Method in interface org.apache.cayenne.configuration.event.DataNodeListener
-
DataNode property (usually - name) changed.
- dataNodeChanged - Variable in class org.apache.cayenne.modeler.event.DataNodeDisplayEvent
-
True if data node is different from the current data node.
- dataNodeChanged(DataNodeEvent) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
- DataNodeDefaults - Class in org.apache.cayenne.modeler.pref
-
- DataNodeDefaults(Preferences) - Constructor for class org.apache.cayenne.modeler.pref.DataNodeDefaults
-
- DataNodeDisplayEvent - Class in org.apache.cayenne.modeler.event
-
Represents a display event of a DataNode.
- DataNodeDisplayEvent(Object, DataChannelDescriptor, DataNodeDescriptor) - Constructor for class org.apache.cayenne.modeler.event.DataNodeDisplayEvent
-
Current DataNode changed.
- DataNodeDisplayListener - Interface in org.apache.cayenne.modeler.event
-
- DataNodeEditor - Class in org.apache.cayenne.modeler.editor.datanode
-
- DataNodeEditor(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.datanode.DataNodeEditor
-
- DataNodeErrorMsg - Class in org.apache.cayenne.modeler.dialog.validator
-
DataNode validation message.
- DataNodeErrorMsg(ValidationFailure) - Constructor for class org.apache.cayenne.modeler.dialog.validator.DataNodeErrorMsg
-
Constructor for DataNodeErrorMsg.
- DataNodeEvent - Class in org.apache.cayenne.configuration.event
-
Represents events resulted from DataNode changes
in CayenneModeler.
- DataNodeEvent(Object, DataNodeDescriptor) - Constructor for class org.apache.cayenne.configuration.event.DataNodeEvent
-
Creates a node change event.
- DataNodeEvent(Object, DataNodeDescriptor, int) - Constructor for class org.apache.cayenne.configuration.event.DataNodeEvent
-
Creates a node event of a specified type.
- DataNodeEvent(Object, DataNodeDescriptor, String) - Constructor for class org.apache.cayenne.configuration.event.DataNodeEvent
-
Creates a node name change event.
- DataNodeListener - Interface in org.apache.cayenne.configuration.event
-
For managing the changes in the DataNode
- dataNodeName - Variable in class org.apache.cayenne.modeler.editor.datanode.MainDataNodeView
-
- dataNodeRemoved(DataNodeEvent) - Method in interface org.apache.cayenne.configuration.event.DataNodeListener
-
DataNode has been removed.
- dataNodeRemoved(DataNodeEvent) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
- dataNodeSelected() - Method in interface org.apache.cayenne.modeler.action.ActionManager
-
- dataNodeSelected() - Method in class org.apache.cayenne.modeler.action.DefaultActionManager
-
- dataObjects - Variable in class org.apache.cayenne.modeler.editor.RawQueryPropertiesPanel
-
- dataRows - Variable in class org.apache.cayenne.modeler.editor.ObjectQueryPropertiesPanel
-
- dataSourceBinding - Variable in class org.apache.cayenne.modeler.dialog.db.DataSourceWizard
-
- dataSourceConfigAction() - Method in class org.apache.cayenne.modeler.dialog.db.DataSourceWizard
-
Opens preferences panel to allow configuration of DataSource presets.
- dataSourceConfigAction() - Method in class org.apache.cayenne.modeler.editor.datanode.MainDataNodeEditor
-
- DataSourceCreator - Class in org.apache.cayenne.modeler.dialog.pref
-
- DataSourceCreator(DataSourcePreferences) - Constructor for class org.apache.cayenne.modeler.dialog.pref.DataSourceCreator
-
- DataSourceCreatorView - Class in org.apache.cayenne.modeler.dialog.pref
-
- DataSourceCreatorView(JDialog) - Constructor for class org.apache.cayenne.modeler.dialog.pref.DataSourceCreatorView
-
- dataSourceDetail - Variable in class org.apache.cayenne.modeler.editor.datanode.MainDataNodeView
-
- dataSourceDetailLayout - Variable in class org.apache.cayenne.modeler.editor.datanode.MainDataNodeView
-
- DataSourceDuplicator - Class in org.apache.cayenne.modeler.dialog.pref
-
- DataSourceDuplicator(DataSourcePreferences, String) - Constructor for class org.apache.cayenne.modeler.dialog.pref.DataSourceDuplicator
-
- DataSourceDuplicatorView - Class in org.apache.cayenne.modeler.dialog.pref
-
- DataSourceDuplicatorView(String) - Constructor for class org.apache.cayenne.modeler.dialog.pref.DataSourceDuplicatorView
-
- dataSourceEditor - Variable in class org.apache.cayenne.modeler.dialog.pref.DataSourcePreferencesView
-
- DataSourceEditor - Class in org.apache.cayenne.modeler.editor.datanode
-
- DataSourceEditor(ProjectController, BindingDelegate) - Constructor for class org.apache.cayenne.modeler.editor.datanode.DataSourceEditor
-
- datasourceEditors - Variable in class org.apache.cayenne.modeler.editor.datanode.MainDataNodeEditor
-
- dataSourceKey - Variable in class org.apache.cayenne.modeler.dialog.db.DataSourceWizard
-
- dataSourceKey - Variable in class org.apache.cayenne.modeler.dialog.pref.DataSourcePreferences
-
- dataSourceName - Variable in class org.apache.cayenne.modeler.dialog.pref.DataSourceCreatorView
-
- dataSourceName - Variable in class org.apache.cayenne.modeler.dialog.pref.DataSourceDuplicatorView
-
- DataSourcePreferences - Class in org.apache.cayenne.modeler.dialog.pref
-
Editor for the local DataSources configured in preferences.
- DataSourcePreferences(PreferenceDialog) - Constructor for class org.apache.cayenne.modeler.dialog.pref.DataSourcePreferences
-
- dataSourcePreferences - Variable in class org.apache.cayenne.modeler.dialog.pref.DataSourcePreferences
-
- DataSourcePreferencesView - Class in org.apache.cayenne.modeler.dialog.pref
-
- DataSourcePreferencesView(CayenneController) - Constructor for class org.apache.cayenne.modeler.dialog.pref.DataSourcePreferencesView
-
- dataSources - Variable in class org.apache.cayenne.modeler.dialog.db.DataSourceWizard
-
- dataSources - Variable in class org.apache.cayenne.modeler.dialog.db.DataSourceWizardView
-
- dataSources - Variable in class org.apache.cayenne.modeler.dialog.pref.DataSourceCreator
-
- dataSources - Variable in class org.apache.cayenne.modeler.dialog.pref.DataSourceDuplicator
-
- dataSources - Variable in class org.apache.cayenne.modeler.dialog.pref.DataSourcePreferences
-
- dataSources - Variable in class org.apache.cayenne.modeler.dialog.pref.DataSourcePreferencesView
-
- DataSourceWizard - Class in org.apache.cayenne.modeler.dialog.db
-
A subclass of ConnectionWizard that tests configured DataSource, but does not keep an
open connection.
- DataSourceWizard(CayenneController, String, String, DBConnectionInfo) - Constructor for class org.apache.cayenne.modeler.dialog.db.DataSourceWizard
-
- DataSourceWizardView - Class in org.apache.cayenne.modeler.dialog.db
-
- DataSourceWizardView(CayenneController) - Constructor for class org.apache.cayenne.modeler.dialog.db.DataSourceWizardView
-
- DB_ADAPTER_PROPERTY - Static variable in class org.apache.cayenne.modeler.pref.DBConnectionInfo
-
- DB_ATTRIBUTE - Static variable in class org.apache.cayenne.modeler.editor.ObjAttributeTableModel
-
- DB_ATTRIBUTE_TYPE - Static variable in class org.apache.cayenne.modeler.editor.ObjAttributeTableModel
-
- DbAdapterInfo - Class in org.apache.cayenne.modeler.util
-
- DbAdapterInfo() - Constructor for class org.apache.cayenne.modeler.util.DbAdapterInfo
-
- dbAttributeAdded(AttributeEvent) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbEntityAttributePanel
-
- dbAttributeChanged(AttributeEvent) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbEntityAttributePanel
-
- DbAttributeDisplayListener - Interface in org.apache.cayenne.modeler.event
-
Used to display DbAttribute.
- dbAttributeRemoved(AttributeEvent) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbEntityAttributePanel
-
- DbAttributeTableModel - Class in org.apache.cayenne.modeler.editor.dbentity
-
Model for DbEntity attributes.
- DbAttributeTableModel(DbEntity, ProjectController, Object) - Constructor for class org.apache.cayenne.modeler.editor.dbentity.DbAttributeTableModel
-
- DbAttributeTableModel(DbEntity, ProjectController, Object, List<DbAttribute>) - Constructor for class org.apache.cayenne.modeler.editor.dbentity.DbAttributeTableModel
-
- dbCatalog - Variable in class org.apache.cayenne.modeler.dialog.db.DbLoaderHelper
-
- DBConnectionInfo - Class in org.apache.cayenne.modeler.pref
-
- DBConnectionInfo() - Constructor for class org.apache.cayenne.modeler.pref.DBConnectionInfo
-
- DBConnectionInfo(String, boolean) - Constructor for class org.apache.cayenne.modeler.pref.DBConnectionInfo
-
- DBConnectionInfoEditor - Class in org.apache.cayenne.modeler.dialog.pref
-
A reusable editor for DBConnectionInfo object.
- DBConnectionInfoEditor(CayenneController) - Constructor for class org.apache.cayenne.modeler.dialog.pref.DBConnectionInfoEditor
-
- DBConnectionInfoEditorView - Class in org.apache.cayenne.modeler.dialog.pref
-
A generic panel for entering DataSource information.
- DBConnectionInfoEditorView() - Constructor for class org.apache.cayenne.modeler.dialog.pref.DBConnectionInfoEditorView
-
- DBCPDataSourceEditor - Class in org.apache.cayenne.modeler.editor.datanode
-
- DBCPDataSourceEditor(ProjectController, BindingDelegate) - Constructor for class org.apache.cayenne.modeler.editor.datanode.DBCPDataSourceEditor
-
- DBCPDataSourceView - Class in org.apache.cayenne.modeler.editor.datanode
-
- DBCPDataSourceView() - Constructor for class org.apache.cayenne.modeler.editor.datanode.DBCPDataSourceView
-
- dbEntity - Variable in class org.apache.cayenne.modeler.editor.ObjAttributeTableModel
-
- dbEntityAdded(EntityEvent) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbEntityAttributeRelationshipTab
-
- dbEntityAdded(EntityEvent) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbEntityRelationshipPanel
-
- dbEntityAdded(EntityEvent) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
- DbEntityAttributePanel - Class in org.apache.cayenne.modeler.editor.dbentity
-
Detail view of the DbEntity attributes.
- DbEntityAttributePanel(ProjectController, DbEntityAttributeRelationshipTab) - Constructor for class org.apache.cayenne.modeler.editor.dbentity.DbEntityAttributePanel
-
- DbEntityAttributeRelationshipTab - Class in org.apache.cayenne.modeler.editor.dbentity
-
Combines DbEntityAttributeTab and DbEntityRelationshipTab in JSplitPane.
- DbEntityAttributeRelationshipTab(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.dbentity.DbEntityAttributeRelationshipTab
-
- dbEntityChanged(EntityEvent) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbEntityAttributeRelationshipTab
-
- dbEntityChanged(EntityEvent) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbEntityRelationshipPanel
-
- dbEntityChanged(EntityEvent) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
- dbEntityCombo - Variable in class org.apache.cayenne.modeler.editor.ObjEntityTab
-
- DbEntityCounterpartAction - Class in org.apache.cayenne.modeler.action
-
- DbEntityCounterpartAction(Application) - Constructor for class org.apache.cayenne.modeler.action.DbEntityCounterpartAction
-
- DbEntityDisplayListener - Interface in org.apache.cayenne.modeler.event
-
Interface for classes that are interested in DbEntity
display events.
- dbEntityIcon - Static variable in class org.apache.cayenne.modeler.util.CellRenderers
-
- DbEntityRelationshipPanel - Class in org.apache.cayenne.modeler.editor.dbentity
-
Displays DbRelationships for the current DbEntity.
- DbEntityRelationshipPanel(ProjectController, DbEntityAttributeRelationshipTab) - Constructor for class org.apache.cayenne.modeler.editor.dbentity.DbEntityRelationshipPanel
-
- dbEntityRemoved(EntityEvent) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbEntityAttributeRelationshipTab
-
- dbEntityRemoved(EntityEvent) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbEntityRelationshipPanel
-
- dbEntityRemoved(EntityEvent) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
- dbEntitySelected() - Method in interface org.apache.cayenne.modeler.action.ActionManager
-
- dbEntitySelected() - Method in class org.apache.cayenne.modeler.action.DefaultActionManager
-
- DbEntitySyncAction - Class in org.apache.cayenne.modeler.action
-
Action that synchronizes all ObjEntities with the current state of the
selected DbEntity.
- DbEntitySyncAction(Application) - Constructor for class org.apache.cayenne.modeler.action.DbEntitySyncAction
-
- DbEntitySyncUndoableEdit - Class in org.apache.cayenne.modeler.undo
-
- DbEntitySyncUndoableEdit(DataChannelDescriptor, DataMap) - Constructor for class org.apache.cayenne.modeler.undo.DbEntitySyncUndoableEdit
-
- DbEntitySyncUndoableEdit.EntitySyncUndoableListener - Class in org.apache.cayenne.modeler.undo
-
- DbEntitySyncUndoableEdit.EntitySyncUndoableListener(ObjEntity) - Constructor for class org.apache.cayenne.modeler.undo.DbEntitySyncUndoableEdit.EntitySyncUndoableListener
-
- DbEntitySyncUndoableEdit.MeaningfulFKsUndoableEdit - Class in org.apache.cayenne.modeler.undo
-
- DbEntitySyncUndoableEdit.MeaningfulFKsUndoableEdit(ObjEntity, Collection<DbAttribute>) - Constructor for class org.apache.cayenne.modeler.undo.DbEntitySyncUndoableEdit.MeaningfulFKsUndoableEdit
-
- DbEntityTab - Class in org.apache.cayenne.modeler.editor.dbentity
-
Detail view of the DbEntity properties.
- DbEntityTab(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.dbentity.DbEntityTab
-
- DbEntityTabbedView - Class in org.apache.cayenne.modeler.editor.dbentity
-
- DbEntityTabbedView(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.dbentity.DbEntityTabbedView
-
- DBGeneratorDefaults - Class in org.apache.cayenne.modeler.pref
-
- DBGeneratorDefaults(Preferences) - Constructor for class org.apache.cayenne.modeler.pref.DBGeneratorDefaults
-
- DBGeneratorOptions - Class in org.apache.cayenne.modeler.dialog.db
-
- DBGeneratorOptions(ProjectController, String, Collection<DataMap>) - Constructor for class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptions
-
- DBGeneratorOptionsView - Class in org.apache.cayenne.modeler.dialog.db
-
Wizard for generating the database from the data map.
- DBGeneratorOptionsView(Component) - Constructor for class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptionsView
-
- DbJoinTableModel - Class in org.apache.cayenne.modeler.dialog
-
Model for editing DbAttributePair-s.
- DbJoinTableModel(DbRelationship, ProjectController, Object) - Constructor for class org.apache.cayenne.modeler.dialog.DbJoinTableModel
-
- DbJoinTableModel(DbRelationship, ProjectController, Object, boolean) - Constructor for class org.apache.cayenne.modeler.dialog.DbJoinTableModel
-
- DbLoaderHelper - Class in org.apache.cayenne.modeler.dialog.db
-
Stateful helper class that encapsulates access to DbLoader.
- DbLoaderHelper(ProjectController, Connection, DbAdapter, String) - Constructor for class org.apache.cayenne.modeler.dialog.db.DbLoaderHelper
-
- DbLoaderOptionsDialog - Class in org.apache.cayenne.modeler.dialog.db
-
Dialog for selecting database reverse-engineering parameters.
- DbLoaderOptionsDialog(Collection<String>, Collection<String>, String, String, boolean) - Constructor for class org.apache.cayenne.modeler.dialog.db.DbLoaderOptionsDialog
-
Creates and initializes new ChooseSchemaDialog.
- DbMigrateOptionsDialog - Class in org.apache.cayenne.modeler.dialog.db
-
- DbMigrateOptionsDialog(Collection<String>, String) - Constructor for class org.apache.cayenne.modeler.dialog.db.DbMigrateOptionsDialog
-
- dbRelationshipAdded(RelationshipEvent) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbEntityRelationshipPanel
-
- dbRelationshipChanged(RelationshipEvent) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbEntityRelationshipPanel
-
- DbRelationshipDisplayListener - Interface in org.apache.cayenne.modeler.event
-
Used to display DbRelationship.
- dbRelationshipRemoved(RelationshipEvent) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbEntityRelationshipPanel
-
- dbRelationships - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
- DbRelationshipTableModel - Class in org.apache.cayenne.modeler.editor.dbentity
-
Table model for DbRelationship table.
- DbRelationshipTableModel(DbEntity, ProjectController, Object) - Constructor for class org.apache.cayenne.modeler.editor.dbentity.DbRelationshipTableModel
-
- DbRelationshipTarget - Class in org.apache.cayenne.modeler.dialog.objentity
-
- DbRelationshipTarget(ProjectController, DbEntity, DbEntity) - Constructor for class org.apache.cayenne.modeler.dialog.objentity.DbRelationshipTarget
-
- DbRelationshipTargetView - Class in org.apache.cayenne.modeler.dialog.objentity
-
- DbRelationshipTargetView(DbEntity, DbEntity) - Constructor for class org.apache.cayenne.modeler.dialog.objentity.DbRelationshipTargetView
-
- dbUserName - Variable in class org.apache.cayenne.modeler.dialog.db.DbLoaderHelper
-
- DBWizardAction - Class in org.apache.cayenne.modeler.action
-
- DBWizardAction(String, Application) - Constructor for class org.apache.cayenne.modeler.action.DBWizardAction
-
- debug(Object) - Method in class org.apache.cayenne.modeler.util.ModelerLogger
-
- debug(Object, Throwable) - Method in class org.apache.cayenne.modeler.util.ModelerLogger
-
- DEBUG_STYLE - Static variable in class org.apache.cayenne.modeler.dialog.LogConsole
-
Style for debug messages
- DEFAULT_APPLICATION_NAME - Static variable in class org.apache.cayenne.modeler.Application
-
- DEFAULT_COLOR - Static variable in interface org.apache.cayenne.swing.components.textpane.syntax.SyntaxConstant
-
- DEFAULT_FONT - Static variable in interface org.apache.cayenne.swing.components.textpane.syntax.SyntaxConstant
-
- DEFAULT_MESSAGE_BUNDLE - Static variable in class org.apache.cayenne.modeler.Application
-
- DEFAULT_MIN_COLUMNS_COUNT - Static variable in class org.apache.cayenne.modeler.util.MultiColumnBrowser
-
- DEFAULT_MS_TO_DECIDE_TO_POPUP - Static variable in class org.apache.cayenne.modeler.util.LongRunningTask
-
- DEFAULT_SUPERCLASS_PACKAGE_SUFFIX - Static variable in class org.apache.cayenne.modeler.pref.DataMapDefaults
-
- DefaultActionManager - Class in org.apache.cayenne.modeler.action
-
Stores a map of modeler actions, and deals with activating/deactivating those actions
on state changes.
- DefaultActionManager(Application) - Constructor for class org.apache.cayenne.modeler.action.DefaultActionManager
-
- defaultBGColor - Variable in class org.apache.cayenne.modeler.util.TextAdapter
-
- defaultBGColor - Variable in class org.apache.cayenne.swing.ComboSelectionBinding
-
- defaultBGColor - Variable in class org.apache.cayenne.swing.TextBinding
-
- defaultCatalog - Variable in class org.apache.cayenne.modeler.editor.DataMapView
-
- defaultClientPackage - Variable in class org.apache.cayenne.modeler.editor.DataMapView
-
- defaultClientPackageLabel - Variable in class org.apache.cayenne.modeler.editor.DataMapView
-
- defaultClientSuperclass - Variable in class org.apache.cayenne.modeler.editor.DataMapView
-
- defaultEditor - Variable in class org.apache.cayenne.modeler.util.CellEditorForAttributeTable
-
- defaultEncoding - Variable in class org.apache.cayenne.modeler.dialog.pref.EncodingSelector
-
- defaultEncoding - Variable in class org.apache.cayenne.modeler.dialog.pref.EncodingSelectorView
-
- defaultEncodingBinding - Variable in class org.apache.cayenne.modeler.dialog.pref.EncodingSelector
-
- defaultEncodingLabel - Variable in class org.apache.cayenne.modeler.dialog.pref.EncodingSelectorView
-
- defaultLockType - Variable in class org.apache.cayenne.modeler.editor.DataMapView
-
- defaultNameGenerator() - Static method in class org.apache.cayenne.modeler.util.NameGeneratorPreferences
-
- defaultPackage - Variable in class org.apache.cayenne.modeler.editor.DataMapView
-
- defaultSchema - Variable in class org.apache.cayenne.modeler.dialog.db.MergerOptions
-
- defaultSchema - Variable in class org.apache.cayenne.modeler.editor.DataMapView
-
- DefaultsPreferencesController - Class in org.apache.cayenne.modeler.dialog.datamap
-
An abstract controller for the DataMap defaults updates.
- DefaultsPreferencesController(ProjectController, DataMap) - Constructor for class org.apache.cayenne.modeler.dialog.datamap.DefaultsPreferencesController
-
- DefaultsPreferencesView - Class in org.apache.cayenne.modeler.dialog.datamap
-
- DefaultsPreferencesView(String, String) - Constructor for class org.apache.cayenne.modeler.dialog.datamap.DefaultsPreferencesView
-
- defaultSubeditor - Variable in class org.apache.cayenne.modeler.editor.datanode.MainDataNodeEditor
-
- defaultSuperclass - Variable in class org.apache.cayenne.modeler.editor.DataMapView
-
- defaultToolTip - Variable in class org.apache.cayenne.modeler.util.TextAdapter
-
- defaultToolTip - Variable in class org.apache.cayenne.swing.ComboSelectionBinding
-
- defaultToolTip - Variable in class org.apache.cayenne.swing.TextBinding
-
- DefaultWidgetFactory - Class in org.apache.cayenne.modeler.util
-
- DefaultWidgetFactory() - Constructor for class org.apache.cayenne.modeler.util.DefaultWidgetFactory
-
- delegate - Variable in class org.apache.cayenne.pref.PreferenceDecorator
-
- delegate - Variable in class org.apache.cayenne.swing.BindingBase
-
- delegate - Variable in class org.apache.cayenne.swing.BindingBuilder
-
- DELETE_PROMPT_PREFERENCE - Static variable in class org.apache.cayenne.modeler.dialog.pref.GeneralPreferences
-
- deletePromptBinding - Variable in class org.apache.cayenne.modeler.dialog.pref.GeneralPreferences
-
- deletePromptBox - Variable in class org.apache.cayenne.modeler.dialog.pref.GeneralPreferencesView
-
- deletePromptPreference - Variable in class org.apache.cayenne.modeler.dialog.pref.GeneralPreferences
-
- destroy() - Method in interface org.apache.cayenne.modeler.graph.GraphBuilder
-
Invoked at destroying of the builder
- detailControllers - Variable in class org.apache.cayenne.modeler.dialog.pref.PreferenceDialog
-
- detailed - Variable in class org.apache.cayenne.modeler.dialog.ErrorDebugDialog
-
- detailLayout - Variable in class org.apache.cayenne.modeler.dialog.pref.PreferenceDialogView
-
- detailLayout - Variable in class org.apache.cayenne.modeler.editor.EditorView
-
- detailPanel - Variable in class org.apache.cayenne.modeler.dialog.pref.PreferenceDialogView
-
- detailPanel - Variable in class org.apache.cayenne.modeler.editor.EditorView
-
- detectPlatformEncoding() - Method in class org.apache.cayenne.modeler.dialog.pref.EncodingSelector
-
Returns default encoding on the current platform.
- dialog - Variable in class org.apache.cayenne.modeler.util.LongRunningTask
-
- dialogInit() - Method in class org.apache.cayenne.modeler.util.CayenneDialog
-
- dirty - Variable in class org.apache.cayenne.modeler.ProjectController
-
- disabledTab(String) - Method in class org.apache.cayenne.modeler.editor.datanode.MainDataNodeEditor
-
- discardAllEdits() - Method in class org.apache.cayenne.modeler.undo.CayenneUndoManager
-
- DisplayEvent - Class in org.apache.cayenne.modeler.event
-
- DisplayEvent(Object) - Constructor for class org.apache.cayenne.modeler.event.DisplayEvent
-
Constructor for DisplayEvent.
- DisplayEvent(Object, Object) - Constructor for class org.apache.cayenne.modeler.event.DisplayEvent
-
Constructor for DisplayEvent.
- displayField(ProjectController, JFrame) - Method in class org.apache.cayenne.modeler.dialog.validator.AttributeErrorMsg
-
- displayField(ProjectController, JFrame) - Method in class org.apache.cayenne.modeler.dialog.validator.DataMapErrorMsg
-
- displayField(ProjectController, JFrame) - Method in class org.apache.cayenne.modeler.dialog.validator.DataNodeErrorMsg
-
- displayField(ProjectController, JFrame) - Method in class org.apache.cayenne.modeler.dialog.validator.DomainErrorMsg
-
- displayField(ProjectController, JFrame) - Method in class org.apache.cayenne.modeler.dialog.validator.EmbeddableAttributeErrorMsg
-
- displayField(ProjectController, JFrame) - Method in class org.apache.cayenne.modeler.dialog.validator.EmbeddableErrorMsg
-
- displayField(ProjectController, JFrame) - Method in class org.apache.cayenne.modeler.dialog.validator.EntityErrorMsg
-
- displayField(ProjectController, JFrame) - Method in class org.apache.cayenne.modeler.dialog.validator.ProcedureErrorMsg
-
- displayField(ProjectController, JFrame) - Method in class org.apache.cayenne.modeler.dialog.validator.ProcedureParameterErrorMsg
-
- displayField(ProjectController, JFrame) - Method in class org.apache.cayenne.modeler.dialog.validator.QueryErrorMsg
-
- displayField(ProjectController, JFrame) - Method in class org.apache.cayenne.modeler.dialog.validator.RelationshipErrorMsg
-
- displayField(ProjectController, JFrame) - Method in class org.apache.cayenne.modeler.dialog.validator.ValidationDisplayHandler
-
Fires event to display the screen where error should be corrected.
- displayURL(String) - Static method in class org.apache.cayenne.modeler.util.BrowserControl
-
Display a file in the system browser.
- distinct - Variable in class org.apache.cayenne.modeler.editor.SelectQueryMainTab
-
- dock(Window, Window) - Static method in class org.apache.cayenne.modeler.util.UIUtil
-
"Injects" windows's content to another window
- dock(Window) - Static method in class org.apache.cayenne.modeler.util.UIUtil
-
"Injects" windows's content to parent window
- dockComponent - Variable in class org.apache.cayenne.modeler.CayenneModelerFrame
-
Component, plugged into this frame
- DOCKED_PROPERTY - Static variable in class org.apache.cayenne.modeler.dialog.LogConsole
-
Property to store 'is-docked' preference
- DocumentationAction - Class in org.apache.cayenne.modeler.action
-
- DocumentationAction(Application) - Constructor for class org.apache.cayenne.modeler.action.DocumentationAction
-
- domain - Variable in class org.apache.cayenne.modeler.dialog.query.QueryType
-
- domain - Variable in class org.apache.cayenne.modeler.dialog.validator.ValidationDisplayHandler
-
- domain - Variable in class org.apache.cayenne.modeler.event.DomainDisplayEvent
-
- domainChanged(DomainEvent) - Method in interface org.apache.cayenne.configuration.event.DomainListener
-
Domain property (usually - name) changed.
- domainChanged - Variable in class org.apache.cayenne.modeler.event.DomainDisplayEvent
-
- domainChanged(DomainEvent) - Method in class org.apache.cayenne.modeler.graph.GraphRegistry
-
- domainChanged(DomainEvent) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
- DomainDisplayEvent - Class in org.apache.cayenne.modeler.event
-
Represents a display event of a DataDomain.
- DomainDisplayEvent(Object, DataChannelDescriptor) - Constructor for class org.apache.cayenne.modeler.event.DomainDisplayEvent
-
- DomainDisplayListener - Interface in org.apache.cayenne.modeler.event
-
- DomainErrorMsg - Class in org.apache.cayenne.modeler.dialog.validator
-
DataDomain validation message.
- DomainErrorMsg(ValidationFailure) - Constructor for class org.apache.cayenne.modeler.dialog.validator.DomainErrorMsg
-
Constructor for DomainErrorMsg.
- DomainEvent - Class in org.apache.cayenne.configuration.event
-
Represents events resulted from DataDomain changes
in CayenneModeler.
- DomainEvent(Object, DataChannelDescriptor) - Constructor for class org.apache.cayenne.configuration.event.DomainEvent
-
Creates a domain change event.
- DomainEvent(Object, DataChannelDescriptor, int) - Constructor for class org.apache.cayenne.configuration.event.DomainEvent
-
Creates a domain event of a specified type.
- DomainEvent(Object, DataChannelDescriptor, String) - Constructor for class org.apache.cayenne.configuration.event.DomainEvent
-
Creates a domain name change event.
- domainIcon - Static variable in class org.apache.cayenne.modeler.util.CellRenderers
-
- DomainListener - Interface in org.apache.cayenne.configuration.event
-
For managing the changes in the Domain
- domainSelected() - Method in interface org.apache.cayenne.modeler.action.ActionManager
-
Updates actions state to reflect DataDomain selection.
- domainSelected() - Method in class org.apache.cayenne.modeler.action.DefaultActionManager
-
Updates actions state to reflect DataDomain selection.
- doNameUpdate() - Method in class org.apache.cayenne.modeler.dialog.objentity.ClassNameUpdater
-
Executes entity class and client class name update.
- doOnChange() - Method in class org.apache.cayenne.modeler.ProjectFileChangeTracker
-
- doOnRemove() - Method in class org.apache.cayenne.modeler.ProjectFileChangeTracker
-
- DOWN - Static variable in class org.apache.cayenne.modeler.util.BevelArrowIcon
-
- DOWN - Static variable in class org.apache.cayenne.modeler.util.SortButtonRenderer
-
- dragDropEnd(DragSourceDropEvent) - Method in class org.apache.cayenne.modeler.TreeDragSource
-
- dragEnter(DragSourceDragEvent) - Method in class org.apache.cayenne.modeler.TreeDragSource
-
- dragEnter(DropTargetDragEvent) - Method in class org.apache.cayenne.modeler.TreeDropTarget
-
- dragExit(DragSourceEvent) - Method in class org.apache.cayenne.modeler.TreeDragSource
-
- dragExit(DropTargetEvent) - Method in class org.apache.cayenne.modeler.TreeDropTarget
-
- dragGestureRecognized(DragGestureEvent) - Method in class org.apache.cayenne.modeler.TreeDragSource
-
- dragOver(DragSourceDragEvent) - Method in class org.apache.cayenne.modeler.TreeDragSource
-
- dragOver(DropTargetDragEvent) - Method in class org.apache.cayenne.modeler.TreeDropTarget
-
- drawUnselectedText(Graphics, int, int, int, int) - Method in class org.apache.cayenne.swing.components.textpane.TextPaneView
-
- driver - Variable in class org.apache.cayenne.modeler.dialog.pref.DBConnectionInfoEditorView
-
- driver - Variable in class org.apache.cayenne.modeler.editor.datanode.JDBCDataSourceView
-
- drop(DropTargetDropEvent) - Method in class org.apache.cayenne.modeler.TreeDropTarget
-
- DROP_PK_PROPERTY - Static variable in class org.apache.cayenne.modeler.pref.DBGeneratorDefaults
-
- DROP_TABLES_PROPERTY - Static variable in class org.apache.cayenne.modeler.pref.DBGeneratorDefaults
-
- dropActionChanged(DragSourceDragEvent) - Method in class org.apache.cayenne.modeler.TreeDragSource
-
- dropActionChanged(DropTargetDragEvent) - Method in class org.apache.cayenne.modeler.TreeDropTarget
-
- dropPK - Variable in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptionsView
-
- dropPK - Variable in class org.apache.cayenne.modeler.pref.DBGeneratorDefaults
-
- dropTables - Variable in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptionsView
-
- dropTables - Variable in class org.apache.cayenne.modeler.pref.DBGeneratorDefaults
-
- duplicateDataSource - Variable in class org.apache.cayenne.modeler.dialog.pref.DataSourcePreferencesView
-
- duplicateDataSourceAction() - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourcePreferences
-
Shows a dialog to duplicate an existing local DataSource configuration.
- duplicatedAttributes - Variable in class org.apache.cayenne.modeler.dialog.validator.DuplicatedAttributesDialog
-
- DuplicatedAttributesDialog - Class in org.apache.cayenne.modeler.dialog.validator
-
Dialog for resolving name collision.
- DuplicatedAttributesDialog(CayenneModelerFrame) - Constructor for class org.apache.cayenne.modeler.dialog.validator.DuplicatedAttributesDialog
-
- DuplicatedAttributesDialog.DuplicatedAttributeInfo - Class in org.apache.cayenne.modeler.dialog.validator
-
- editableState - Variable in class org.apache.cayenne.swing.TableBinding
-
- editDataSourceAction(Object) - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourcePreferences
-
Opens specified DataSource in the editor.
- editDataSourceAction() - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourcePreferences
-
Opens current DataSource in the editor.
- editor() - Static method in class org.apache.cayenne.modeler.action.DbEntityCounterpartAction
-
- editor - Variable in class org.apache.cayenne.modeler.dialog.pref.ClasspathPreferences
-
- editor - Variable in class org.apache.cayenne.modeler.dialog.pref.DataSourcePreferences
-
- editor - Variable in class org.apache.cayenne.modeler.dialog.pref.GeneralPreferences
-
- editor - Variable in class org.apache.cayenne.modeler.dialog.pref.PreferenceDialog
-
- editor - Variable in class org.apache.cayenne.modeler.dialog.pref.TemplateCreator
-
- editor - Variable in class org.apache.cayenne.modeler.dialog.pref.TemplatePreferences
-
- editor - Variable in class org.apache.cayenne.modeler.util.CellEditorForAttributeTable
-
- EDITOR - Static variable in interface org.apache.cayenne.pref.Preference
-
Preferences node name for the editor
- EDITOR_LAFNAME_OLD - Static variable in class org.apache.cayenne.pref.UpgradeCayennePreference
-
GUI layout
- EDITOR_LOGFILE - Static variable in class org.apache.cayenne.modeler.ModelerPreferences
-
- EDITOR_LOGFILE_ENABLED - Static variable in class org.apache.cayenne.modeler.ModelerPreferences
-
Log file
- EDITOR_LOGFILE_ENABLED_OLD - Static variable in class org.apache.cayenne.pref.UpgradeCayennePreference
-
Log file
- EDITOR_LOGFILE_OLD - Static variable in class org.apache.cayenne.pref.UpgradeCayennePreference
-
- EDITOR_THEMENAME_OLD - Static variable in class org.apache.cayenne.pref.UpgradeCayennePreference
-
- EditorKit - Class in org.apache.cayenne.swing.components.textpane
-
- EditorKit(SyntaxConstant) - Constructor for class org.apache.cayenne.swing.components.textpane.EditorKit
-
- editors - Variable in class org.apache.cayenne.modeler.util.CellEditorForAttributeTable
-
- EditorTextField - Class in org.apache.cayenne.modeler.util.combo
-
EditorTextField is a text field to be used in combobox editor.
- EditorTextField(JComboBox) - Constructor for class org.apache.cayenne.modeler.util.combo.EditorTextField
-
- EditorView - Class in org.apache.cayenne.modeler.editor
-
Main display area split into the project navigation tree on the left and selected
object editor on the right.
- EditorView(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.EditorView
-
- ejbqlQuery - Variable in class org.apache.cayenne.modeler.dialog.query.QueryType
-
- EjbqlQueryMainTab - Class in org.apache.cayenne.modeler.editor
-
- EjbqlQueryMainTab(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.EjbqlQueryMainTab
-
- EjbqlQueryPropertiesPanel - Class in org.apache.cayenne.modeler.editor
-
- EjbqlQueryPropertiesPanel(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.EjbqlQueryPropertiesPanel
-
- EjbqlQueryScriptsTab - Class in org.apache.cayenne.modeler.editor
-
- EjbqlQueryScriptsTab(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.EjbqlQueryScriptsTab
-
- ejbqlQueryValidator - Variable in class org.apache.cayenne.modeler.editor.EjbqlQueryScriptsTab
-
- ejbqlSelect - Variable in class org.apache.cayenne.modeler.dialog.query.QueryTypeView
-
- EJBQLSyntaxConstant - Class in org.apache.cayenne.swing.components.textpane.syntax
-
- EJBQLSyntaxConstant() - Constructor for class org.apache.cayenne.swing.components.textpane.syntax.EJBQLSyntaxConstant
-
- EjbqlTabbedView - Class in org.apache.cayenne.modeler.editor
-
- EjbqlTabbedView(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.EjbqlTabbedView
-
- embeddable - Variable in class org.apache.cayenne.modeler.dialog.validator.EmbeddableAttributeErrorMsg
-
- embeddable - Variable in class org.apache.cayenne.modeler.dialog.validator.EmbeddableErrorMsg
-
- embeddable - Variable in class org.apache.cayenne.modeler.event.EmbeddableDisplayEvent
-
- embeddableAdded(EmbeddableEvent, DataMap) - Method in class org.apache.cayenne.modeler.editor.EmbeddableAttributeTab
-
- embeddableAdded(EmbeddableEvent, DataMap) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
- embeddableAttribute - Variable in class org.apache.cayenne.modeler.dialog.validator.EmbeddableAttributeErrorMsg
-
- embeddableAttributeAdded(EmbeddableAttributeEvent) - Method in class org.apache.cayenne.modeler.editor.EmbeddableAttributeTab
-
- embeddableAttributeChanged(EmbeddableAttributeEvent) - Method in class org.apache.cayenne.modeler.editor.EmbeddableAttributeTab
-
- EmbeddableAttributeDisplayEvent - Class in org.apache.cayenne.modeler.event
-
- EmbeddableAttributeDisplayEvent(Object, Embeddable, EmbeddableAttribute, DataMap, DataChannelDescriptor) - Constructor for class org.apache.cayenne.modeler.event.EmbeddableAttributeDisplayEvent
-
- EmbeddableAttributeDisplayEvent(Object, Embeddable, EmbeddableAttribute[], DataMap, DataChannelDescriptor) - Constructor for class org.apache.cayenne.modeler.event.EmbeddableAttributeDisplayEvent
-
- EmbeddableAttributeDisplayEvent(Object, Embeddable, EmbeddableAttribute[]) - Constructor for class org.apache.cayenne.modeler.event.EmbeddableAttributeDisplayEvent
-
- EmbeddableAttributeDisplayListener - Interface in org.apache.cayenne.modeler.event
-
- EmbeddableAttributeErrorMsg - Class in org.apache.cayenne.modeler.dialog.validator
-
- EmbeddableAttributeErrorMsg(ValidationFailure) - Constructor for class org.apache.cayenne.modeler.dialog.validator.EmbeddableAttributeErrorMsg
-
- embeddableAttributeRemoved(EmbeddableAttributeEvent) - Method in class org.apache.cayenne.modeler.editor.EmbeddableAttributeTab
-
- embeddableAttributes - Variable in class org.apache.cayenne.modeler.event.EmbeddableAttributeDisplayEvent
-
- EmbeddableAttributeTab - Class in org.apache.cayenne.modeler.editor
-
- EmbeddableAttributeTab(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.EmbeddableAttributeTab
-
- EmbeddableAttributeTableModel - Class in org.apache.cayenne.modeler.editor
-
- EmbeddableAttributeTableModel(Embeddable, ProjectController, Object) - Constructor for class org.apache.cayenne.modeler.editor.EmbeddableAttributeTableModel
-
- embeddableChanged(EmbeddableEvent, DataMap) - Method in class org.apache.cayenne.modeler.editor.EmbeddableAttributeTab
-
- embeddableChanged - Variable in class org.apache.cayenne.modeler.event.EmbeddableDisplayEvent
-
- embeddableChanged(EmbeddableEvent, DataMap) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
- EmbeddableDisplayEvent - Class in org.apache.cayenne.modeler.event
-
- EmbeddableDisplayEvent(Object, Embeddable, DataMap, DataChannelDescriptor) - Constructor for class org.apache.cayenne.modeler.event.EmbeddableDisplayEvent
-
- EmbeddableDisplayListener - Interface in org.apache.cayenne.modeler.event
-
- EmbeddableErrorMsg - Class in org.apache.cayenne.modeler.dialog.validator
-
- EmbeddableErrorMsg(ValidationFailure) - Constructor for class org.apache.cayenne.modeler.dialog.validator.EmbeddableErrorMsg
-
- embeddableIcon - Static variable in class org.apache.cayenne.modeler.util.CellRenderers
-
- embeddableList - Variable in class org.apache.cayenne.modeler.dialog.objentity.OverrideEmbeddableAttributeTableModel
-
- embeddableNames - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributeInfoDialog
-
- embeddablePanel - Variable in class org.apache.cayenne.modeler.editor.EmbeddableTabbedView
-
- embeddableRemoved(EmbeddableEvent, DataMap) - Method in class org.apache.cayenne.modeler.editor.EmbeddableAttributeTab
-
- embeddableRemoved(EmbeddableEvent, DataMap) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
- embeddableSelected() - Method in interface org.apache.cayenne.modeler.action.ActionManager
-
- embeddableSelected() - Method in class org.apache.cayenne.modeler.action.DefaultActionManager
-
- EmbeddableTab - Class in org.apache.cayenne.modeler.editor
-
- EmbeddableTab(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.EmbeddableTab
-
- EmbeddableTabbedView - Class in org.apache.cayenne.modeler.editor
-
- EmbeddableTabbedView(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.EmbeddableTabbedView
-
- EMPTY_CARD_KEY - Static variable in class org.apache.cayenne.modeler.dialog.datadomain.CacheSyncConfigView
-
- enable(JComboBox, boolean, boolean) - Static method in class org.apache.cayenne.modeler.util.combo.AutoCompletion
-
Enables auto-completion for specified combobox
- enable(JComboBox) - Static method in class org.apache.cayenne.modeler.util.combo.AutoCompletion
-
Enables auto-completion for specified combobox
- enableForPath(ConfigurationNode) - Method in class org.apache.cayenne.modeler.action.CopyAction
-
Returns true if last object in the path contains a removable object.
- enableForPath(ConfigurationNode) - Method in class org.apache.cayenne.modeler.action.CopyAttributeAction
-
Returns true if last object in the path contains a removable
attribute.
- enableForPath(ConfigurationNode) - Method in class org.apache.cayenne.modeler.action.CopyAttributeRelationshipAction
-
- enableForPath(ConfigurationNode) - Method in class org.apache.cayenne.modeler.action.CopyCallbackMethodAction
-
Returns true if last object in the path contains a removable
attribute.
- enableForPath(ConfigurationNode) - Method in class org.apache.cayenne.modeler.action.CopyProcedureParameterAction
-
Returns true if last object in the path contains a removable
attribute.
- enableForPath(ConfigurationNode) - Method in class org.apache.cayenne.modeler.action.CopyRelationshipAction
-
Returns true if last object in the path contains a removable
attribute.
- enableForPath(ConfigurationNode) - Method in class org.apache.cayenne.modeler.action.CreateAttributeAction
-
Returns true if path contains an Entity object.
- enableForPath(ConfigurationNode) - Method in class org.apache.cayenne.modeler.action.CreateDataMapAction
-
Returns true if path contains a DataDomain object.
- enableForPath(ConfigurationNode) - Method in class org.apache.cayenne.modeler.action.CreateDbEntityAction
-
Returns true if path contains a DataMap object.
- enableForPath(ConfigurationNode) - Method in class org.apache.cayenne.modeler.action.CreateEmbeddableAction
-
Returns true if path contains a DataMap object.
- enableForPath(ConfigurationNode) - Method in class org.apache.cayenne.modeler.action.CreateNodeAction
-
Returns true if path contains a DataDomain object.
- enableForPath(ConfigurationNode) - Method in class org.apache.cayenne.modeler.action.CreateObjEntityAction
-
Returns true if path contains a DataMap object.
- enableForPath(ConfigurationNode) - Method in class org.apache.cayenne.modeler.action.CreateProcedureAction
-
Returns true if path contains a DataMap object.
- enableForPath(ConfigurationNode) - Method in class org.apache.cayenne.modeler.action.CreateProcedureParameterAction
-
Returns true if path contains a Procedure object.
- enableForPath(ConfigurationNode) - Method in class org.apache.cayenne.modeler.action.CreateRelationshipAction
-
Returns true if path contains an Entity object.
- enableForPath(ConfigurationNode) - Method in class org.apache.cayenne.modeler.action.CutAction
-
Returns true if last object in the path contains a removable object.
- enableForPath(ConfigurationNode) - Method in class org.apache.cayenne.modeler.action.CutAttributeAction
-
Returns true if last object in the path contains a removable
attribute.
- enableForPath(ConfigurationNode) - Method in class org.apache.cayenne.modeler.action.CutAttributeRelationshipAction
-
- enableForPath(ConfigurationNode) - Method in class org.apache.cayenne.modeler.action.CutCallbackMethodAction
-
Returns true if last object in the path contains a removable
attribute.
- enableForPath(ConfigurationNode) - Method in class org.apache.cayenne.modeler.action.CutProcedureParameterAction
-
Returns true if last object in the path contains a removable
attribute.
- enableForPath(ConfigurationNode) - Method in class org.apache.cayenne.modeler.action.CutRelationshipAction
-
Returns true if last object in the path contains a removable
attribute.
- enableForPath(ConfigurationNode) - Method in class org.apache.cayenne.modeler.action.ExitAction
-
Always returns true.
- enableForPath(ConfigurationNode) - Method in class org.apache.cayenne.modeler.action.PasteAction
-
Returns true if last object in the path contains a removable object.
- enableForPath(Object) - Method in class org.apache.cayenne.modeler.action.ProjectAction
-
Always returns true.
- enableForPath(ConfigurationNode) - Method in class org.apache.cayenne.modeler.action.RemoveAction
-
Returns true if last object in the path contains a removable object.
- enableForPath(ConfigurationNode) - Method in class org.apache.cayenne.modeler.action.RemoveAttributeAction
-
Returns true if last object in the path contains a removable
attribute.
- enableForPath(ConfigurationNode) - Method in class org.apache.cayenne.modeler.action.RemoveAttributeRelationshipAction
-
- enableForPath(ConfigurationNode) - Method in class org.apache.cayenne.modeler.action.RemoveProcedureParameterAction
-
Returns true if last object in the path contains a removable
parameter.
- enableForPath(ConfigurationNode) - Method in class org.apache.cayenne.modeler.action.RemoveRelationshipAction
-
Returns true if last object in the path contains a removable
relationship.
- enableForPath(ConfigurationNode) - Method in class org.apache.cayenne.modeler.action.SaveAsAction
-
Returns true if path contains a Project object and the
project is modified.
- enableForPath(ConfigurationNode) - Method in class org.apache.cayenne.modeler.graph.action.EntityDisplayAction
-
- enableForPath(ConfigurationNode) - Method in class org.apache.cayenne.modeler.graph.action.ShowGraphEntityAction
-
- enableForPath(ConfigurationNode) - Method in class org.apache.cayenne.modeler.util.CayenneAction
-
Returns true if the action is enabled for the specified "project
path" - a path on the project tree to a currently selected object.
- enableSave(boolean) - Method in class org.apache.cayenne.modeler.ProjectController
-
If true, all save buttons become available.
- encodeAsXML(XMLEncoder) - Method in class org.apache.cayenne.modeler.editor.ObjCallbackMethod
-
- encodeAsXML(XMLEncoder) - Method in class org.apache.cayenne.modeler.graph.GraphMap
-
- encodeHTMLAttribute(String) - Static method in class org.apache.cayenne.modeler.util.ValidatorTextAdapter
-
Encodes a string so that it can be used as an attribute value in an HMTL document.
- encoding - Variable in class org.apache.cayenne.modeler.dialog.pref.EncodingSelector
-
- encoding - Variable in class org.apache.cayenne.modeler.dialog.pref.GeneralPreferences
-
- ENCODING_PREFERENCE - Static variable in class org.apache.cayenne.modeler.dialog.pref.GeneralPreferences
-
- ENCODING_PROPERTY_BINDING - Static variable in class org.apache.cayenne.modeler.dialog.pref.EncodingSelector
-
- encodingBinding - Variable in class org.apache.cayenne.modeler.dialog.pref.GeneralPreferences
-
- encodingChangeListener - Variable in class org.apache.cayenne.modeler.dialog.pref.EncodingSelector
-
- encodingChoices - Variable in class org.apache.cayenne.modeler.dialog.pref.EncodingSelectorView
-
- EncodingSelector - Class in org.apache.cayenne.modeler.dialog.pref
-
A controller for stream encoding picker component.
- EncodingSelector(CayenneController) - Constructor for class org.apache.cayenne.modeler.dialog.pref.EncodingSelector
-
Creates new EncodingPicker.
- EncodingSelector(CayenneController, EncodingSelectorView) - Constructor for class org.apache.cayenne.modeler.dialog.pref.EncodingSelector
-
- encodingSelector - Variable in class org.apache.cayenne.modeler.dialog.pref.GeneralPreferencesView
-
- encodingSelectorLabel - Variable in class org.apache.cayenne.modeler.dialog.pref.GeneralPreferencesView
-
- EncodingSelectorView - Class in org.apache.cayenne.modeler.dialog.pref
-
A panel for file encoding selection.
- EncodingSelectorView() - Constructor for class org.apache.cayenne.modeler.dialog.pref.EncodingSelectorView
-
- endElement(String, String, String) - Method in class org.apache.cayenne.modeler.graph.GraphLoader
-
- entities - Variable in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsControllerBase
-
- entities - Variable in class org.apache.cayenne.modeler.dialog.datamap.LockingUpdateView
-
- entities - Variable in class org.apache.cayenne.modeler.editor.RawQueryPropertiesPanel
-
- entity - Variable in class org.apache.cayenne.modeler.dialog.objentity.ClassNameUpdater
-
- entity - Variable in class org.apache.cayenne.modeler.dialog.validator.AttributeErrorMsg
-
- entity - Variable in class org.apache.cayenne.modeler.dialog.validator.DuplicatedAttributesDialog
-
- entity - Variable in class org.apache.cayenne.modeler.dialog.validator.EntityErrorMsg
-
- entity - Variable in class org.apache.cayenne.modeler.dialog.validator.RelationshipErrorMsg
-
- entity - Variable in class org.apache.cayenne.modeler.editor.CallbackDescriptorTableModel
-
- entity - Variable in class org.apache.cayenne.modeler.editor.dbentity.DbAttributeTableModel
-
- entity - Variable in class org.apache.cayenne.modeler.editor.dbentity.DbRelationshipTableModel
-
- entity - Variable in class org.apache.cayenne.modeler.editor.ObjAttributeTableModel
-
- entity - Variable in class org.apache.cayenne.modeler.editor.ObjRelationshipTableModel
-
- entity - Variable in class org.apache.cayenne.modeler.event.EntityDisplayEvent
-
- entityAdded(EntityEvent) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
Event handler for ObjEntity and DbEntity additions.
- entityChanged - Variable in class org.apache.cayenne.modeler.event.EntityDisplayEvent
-
True if different from current entity.
- entityChanged(EntityEvent) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
Makes Entity visible and selected.
- entityCount - Variable in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsDialog
-
- EntityDisplayAction - Class in org.apache.cayenne.modeler.graph.action
-
Action that displays one of the objects in main tree, and then fires another action (if
specified)
- EntityDisplayAction(GraphBuilder) - Constructor for class org.apache.cayenne.modeler.graph.action.EntityDisplayAction
-
- EntityDisplayAction(GraphBuilder, CayenneAction) - Constructor for class org.apache.cayenne.modeler.graph.action.EntityDisplayAction
-
- EntityDisplayEvent - Class in org.apache.cayenne.modeler.event
-
Represents a display event of an Entity.
- EntityDisplayEvent(Object, Entity) - Constructor for class org.apache.cayenne.modeler.event.EntityDisplayEvent
-
- EntityDisplayEvent(Object, Entity, DataMap, DataChannelDescriptor) - Constructor for class org.apache.cayenne.modeler.event.EntityDisplayEvent
-
- EntityDisplayEvent(Object, Entity, DataMap, DataNodeDescriptor, DataChannelDescriptor) - Constructor for class org.apache.cayenne.modeler.event.EntityDisplayEvent
-
- EntityErrorMsg - Class in org.apache.cayenne.modeler.dialog.validator
-
DataDomain validation message.
- EntityErrorMsg(ValidationFailure) - Constructor for class org.apache.cayenne.modeler.dialog.validator.EntityErrorMsg
-
Constructor for EntityErrorMsg.
- entityListenerAdded(EntityListenerEvent) - Method in interface org.apache.cayenne.modeler.event.EntityListenerListener
-
entity listener was added
- entityListenerChanged(EntityListenerEvent) - Method in interface org.apache.cayenne.modeler.event.EntityListenerListener
-
entity listener was edited
- EntityListenerEvent - Class in org.apache.cayenne.modeler.event
-
Event for creating/removing/modifying entity listeners
- EntityListenerEvent(Object, String, String, int) - Constructor for class org.apache.cayenne.modeler.event.EntityListenerEvent
-
constructor
- EntityListenerListener - Interface in org.apache.cayenne.modeler.event
-
Listener for manipulations on entity listeners
- entityListenerRemoved(EntityListenerEvent) - Method in interface org.apache.cayenne.modeler.event.EntityListenerListener
-
entity listener was removed
- entityListRendererWithIcons(MappingNamespace) - Static method in class org.apache.cayenne.modeler.util.CellRenderers
-
Returns a ListCellRenderer to display Cayenne project tree nodes with icons.
- entityNumber - Variable in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsControllerBase
-
- entityPanel - Variable in class org.apache.cayenne.modeler.editor.dbentity.DbEntityTabbedView
-
- entityPanel - Variable in class org.apache.cayenne.modeler.editor.ObjEntityTabbedView
-
- entityRemoved(EntityEvent) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
Event handler for ObjEntity and DbEntity removals.
- entitySelectedAction() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsController
-
- entitySelectedAction() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsTabController
-
A callback action that updates the state of Select All checkbox.
- entitySelector - Variable in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsController
-
- EntitySyncController - Class in org.apache.cayenne.modeler.dialog.objentity
-
- EntitySyncController(CayenneController, DbEntity) - Constructor for class org.apache.cayenne.modeler.dialog.objentity.EntitySyncController
-
Creates a controller for synchronizing all ObjEntities mapped to a given DbEntity.
- EntitySyncController(CayenneController, ObjEntity) - Constructor for class org.apache.cayenne.modeler.dialog.objentity.EntitySyncController
-
Creates a controller for synchronizing a single ObjEntity with its parent DbEntity.
- EntitySyncDialog - Class in org.apache.cayenne.modeler.dialog.objentity
-
- EntitySyncDialog() - Constructor for class org.apache.cayenne.modeler.dialog.objentity.EntitySyncDialog
-
- entityTableRendererWithIcons(ProjectController) - Static method in class org.apache.cayenne.modeler.util.CellRenderers
-
Returns a TableCellRenderer to display Cayenne project entities with icons in table.
- entityTabSelection - Variable in class org.apache.cayenne.modeler.ProjectController
-
- EntityTreeFilter - Interface in org.apache.cayenne.modeler.util
-
EntityTreeFilter is an interface for deciding which attributes or
relationships should appear in the tree
- EntityTreeModel - Class in org.apache.cayenne.modeler.util
-
Swing TreeModel for Entity attributes and relationships
- EntityTreeModel(Entity) - Constructor for class org.apache.cayenne.modeler.util.EntityTreeModel
-
- eofPluginToAdapterMap - Variable in class org.apache.cayenne.modeler.util.AdapterMapping
-
- eoModelChooser - Variable in class org.apache.cayenne.modeler.action.ImportEOModelAction
-
- eomodelFilter - Static variable in class org.apache.cayenne.modeler.util.FileFilters
-
- eomodelSelectFilter - Static variable in class org.apache.cayenne.modeler.util.FileFilters
-
- equals(Object) - Method in class org.apache.cayenne.modeler.editor.CallbackType
-
- ERROR - Static variable in class org.apache.cayenne.modeler.dialog.validator.ValidationDisplayHandler
-
- error(Object) - Method in class org.apache.cayenne.modeler.util.ModelerLogger
-
- error(Object, Throwable) - Method in class org.apache.cayenne.modeler.util.ModelerLogger
-
- ERROR_COLOR - Static variable in class org.apache.cayenne.modeler.dialog.validator.ValidatorDialog
-
- ERROR_STYLE - Static variable in class org.apache.cayenne.modeler.dialog.LogConsole
-
Red color style for severe messages
- errorColor - Variable in class org.apache.cayenne.modeler.util.TextAdapter
-
- errorColor - Variable in class org.apache.cayenne.swing.ComboSelectionBinding
-
- errorColor - Variable in class org.apache.cayenne.swing.TextBinding
-
- ErrorDebugDialog - Class in org.apache.cayenne.modeler.dialog
-
Displays CayenneModeler exceptions and warning messages.
- ErrorDebugDialog(CayenneModelerFrame, String, Throwable, boolean) - Constructor for class org.apache.cayenne.modeler.dialog.ErrorDebugDialog
-
Constructor for ErrorDebugDialog.
- ErrorDebugDialog(CayenneModelerFrame, String, Throwable, boolean, boolean) - Constructor for class org.apache.cayenne.modeler.dialog.ErrorDebugDialog
-
Constructor for ErrorDebugDialog, allowing to specify 'modal' property
- errorsDisplay - Variable in class org.apache.cayenne.modeler.dialog.ValidationResultBrowserView
-
- eventController - Variable in class org.apache.cayenne.modeler.dialog.datadomain.CacheSyncConfigController
-
- eventController - Variable in class org.apache.cayenne.modeler.editor.DataMapView
-
- eventController - Variable in class org.apache.cayenne.modeler.editor.EditorView
-
- eventController - Variable in class org.apache.cayenne.modeler.editor.ProcedureParameterTab
-
- eventController - Variable in class org.apache.cayenne.modeler.editor.ProcedureTab
-
- eventController - Variable in class org.apache.cayenne.modeler.editor.ProcedureTabbedView
-
- eventSource - Variable in class org.apache.cayenne.modeler.util.CayenneTableModel
-
- excludeDefaultListeners - Variable in class org.apache.cayenne.modeler.editor.ObjEntityTab
-
- excludedTables - Variable in class org.apache.cayenne.modeler.dialog.db.TableSelectorController
-
- excludedTokens - Variable in class org.apache.cayenne.modeler.dialog.db.MergerTokenSelectorController
-
- excludeSuperclassListeners - Variable in class org.apache.cayenne.modeler.editor.ObjEntityTab
-
- execute() - Method in class org.apache.cayenne.modeler.dialog.db.DbLoaderHelper
-
Performs reverse engineering of the DB using internal DbLoader.
- execute() - Method in class org.apache.cayenne.modeler.util.LongRunningTask
-
Runs the actual task, consulting "isCanceled()" state to make sure that the task
wasn't canceled.
- existingCards - Variable in class org.apache.cayenne.modeler.dialog.datadomain.CacheSyncConfigController
-
- existingMap - Variable in class org.apache.cayenne.modeler.dialog.db.DbLoaderHelper
-
- existingNames - Variable in class org.apache.cayenne.modeler.dialog.pref.TemplateCreator
-
- existingOnly - Variable in class org.apache.cayenne.swing.control.FileChooser
-
- ExistingSelectionProcessor - Interface in org.apache.cayenne.modeler.editor
-
Callback interface for panels of detail views to process existing
selections.
- exit() - Method in class org.apache.cayenne.modeler.action.ExitAction
-
- ExitAction - Class in org.apache.cayenne.modeler.action
-
- ExitAction(Application) - Constructor for class org.apache.cayenne.modeler.action.ExitAction
-
Constructor for ExitAction.
- exPanel - Variable in class org.apache.cayenne.modeler.dialog.ErrorDebugDialog
-
- expression - Variable in class org.apache.cayenne.swing.ActionDelegate
-
- expression - Variable in class org.apache.cayenne.swing.BindingBase
-
- expression - Variable in class org.apache.cayenne.swing.BindingExpression
-
- ExpressionConvertor - Class in org.apache.cayenne.modeler.util
-
A Scope convertor that allows to display expressions in text fields.
- ExpressionConvertor() - Constructor for class org.apache.cayenne.modeler.util.ExpressionConvertor
-
- exText - Variable in class org.apache.cayenne.modeler.dialog.ErrorDebugDialog
-
- extractClassName(String) - Method in class org.apache.cayenne.modeler.dialog.datamap.PackageUpdateController
-
- factories - Variable in class org.apache.cayenne.modeler.editor.datanode.MainDataNodeView
-
- factory - Variable in class org.apache.cayenne.swing.BindingBuilder
-
- factoryClass - Variable in class org.apache.cayenne.modeler.dialog.datadomain.CustomRemoteEventsConfigPanel
-
- fatal(Object) - Method in class org.apache.cayenne.modeler.util.ModelerLogger
-
- fatal(Object, Throwable) - Method in class org.apache.cayenne.modeler.util.ModelerLogger
-
- FATAL_STYLE - Static variable in class org.apache.cayenne.modeler.dialog.LogConsole
-
Red bold color style for fatal messages
- fetchLimit - Variable in class org.apache.cayenne.modeler.editor.SelectPropertiesPanel
-
- fetchOffset - Variable in class org.apache.cayenne.modeler.editor.SelectPropertiesPanel
-
- fieldAdapters - Variable in class org.apache.cayenne.modeler.editor.datanode.DataSourceEditor
-
- file - Variable in class org.apache.cayenne.modeler.dialog.OverwriteDialog
-
- fileChooser - Variable in class org.apache.cayenne.modeler.action.OpenProjectAction
-
- fileChooser - Variable in class org.apache.cayenne.modeler.action.SaveAsAction
-
- FileChooser - Class in org.apache.cayenne.swing.control
-
A control that renders as a text field and a button to choose a file.
- FileChooser() - Constructor for class org.apache.cayenne.swing.control.FileChooser
-
- FileChooser(String, boolean, boolean) - Constructor for class org.apache.cayenne.swing.control.FileChooser
-
- FileClassLoadingService - Class in org.apache.cayenne.modeler
-
A default implementation of ClassLoadingService used in CayenneModeler.
- FileClassLoadingService() - Constructor for class org.apache.cayenne.modeler.FileClassLoadingService
-
- FileDeletedDialog - Class in org.apache.cayenne.modeler.dialog
-
A dialog to show if cayenne.xml was renamed or deleted by other program
- FileDeletedDialog(Component) - Constructor for class org.apache.cayenne.modeler.dialog.FileDeletedDialog
-
- fileFilter - Variable in class org.apache.cayenne.swing.control.FileChooser
-
- FileFilters - Class in org.apache.cayenne.modeler.util
-
A collection of common file filters used by CayenneModeler JFileChoosers.
- FileFilters() - Constructor for class org.apache.cayenne.modeler.util.FileFilters
-
- FileMenuItem - Class in org.apache.cayenne.swing.control
-
A menu item that points to a file.
- FileMenuItem(String) - Constructor for class org.apache.cayenne.swing.control.FileMenuItem
-
Creates a new instance with the specified fileName.
- fileName - Variable in class org.apache.cayenne.swing.control.FileChooser
-
- filePathToPrefereceNodePath(String) - Static method in class org.apache.cayenne.pref.CayennePreference
-
- files - Variable in class org.apache.cayenne.modeler.ProjectFileChangeTracker
-
The names of the files to observe for changes.
- filter(String) - Method in class org.apache.cayenne.modeler.util.combo.SuggestionList
-
'Filters' the list, leaving only matching items
- filter - Variable in class org.apache.cayenne.modeler.util.EntityTreeModel
-
Filter for checking attributes and relationships
- FilterAction - Class in org.apache.cayenne.modeler.action
-
- FilterAction(Application) - Constructor for class org.apache.cayenne.modeler.action.FilterAction
-
- FilterController - Class in org.apache.cayenne.modeler.dialog.datadomain
-
- FilterController(ProjectController, ProjectTreeView) - Constructor for class org.apache.cayenne.modeler.dialog.datadomain.FilterController
-
- FilterDialog - Class in org.apache.cayenne.modeler.dialog.datadomain
-
- FilterDialog(FilterController) - Constructor for class org.apache.cayenne.modeler.dialog.datadomain.FilterDialog
-
- FindAction - Class in org.apache.cayenne.modeler.action
-
- FindAction(Application) - Constructor for class org.apache.cayenne.modeler.action.FindAction
-
- findAction() - Method in class org.apache.cayenne.modeler.util.RecentFileMenu
-
- FindDialog - Class in org.apache.cayenne.modeler.dialog
-
An instance of this class is responsible for displaying search results and navigating
to the selected entity's representation.
- FindDialog(CayenneController, List) - Constructor for class org.apache.cayenne.modeler.dialog.FindDialog
-
- FindDialogView - Class in org.apache.cayenne.modeler.dialog
-
Swing component displaying results produced by search feature.
- FindDialogView(Map, Map, Map, Map, Map, Map, Map) - Constructor for class org.apache.cayenne.modeler.dialog.FindDialogView
-
- finishCurrentEdit() - Method in class org.apache.cayenne.modeler.undo.JTextFieldUndoListener
-
- finished - Variable in class org.apache.cayenne.modeler.util.LongRunningTask
-
- fireAction() - Method in class org.apache.cayenne.swing.ActionBinding
-
- fireAction() - Method in class org.apache.cayenne.swing.BeanActionBinding
-
- fireActionPerformed() - Method in class org.apache.cayenne.swing.control.ActionLink
-
- fireCallbackMethodEvent(CallbackMethodEvent) - Method in class org.apache.cayenne.modeler.ProjectController
-
fires callback method manipulation event
- fireDataMapDisplayEvent(DataMapDisplayEvent) - Method in class org.apache.cayenne.modeler.ProjectController
-
- fireDataMapEvent(DataMapEvent) - Method in class org.apache.cayenne.modeler.ProjectController
-
Informs all listeners of the DataMapEvent.
- fireDataNodeDisplayEvent(DataNodeDisplayEvent) - Method in class org.apache.cayenne.modeler.ProjectController
-
- fireDataNodeEvent(DataNodeEvent) - Method in class org.apache.cayenne.modeler.ProjectController
-
Informs all listeners of the DataNodeEvent.
- fireDbAttributeDisplayEvent(AttributeDisplayEvent) - Method in class org.apache.cayenne.modeler.ProjectController
-
- fireDbAttributeEvent(AttributeEvent) - Method in class org.apache.cayenne.modeler.ProjectController
-
Notifies all listeners of the change(add, remove) and does the change.
- fireDbEntityDisplayEvent(EntityDisplayEvent) - Method in class org.apache.cayenne.modeler.ProjectController
-
- fireDbEntityEvent(EntityEvent) - Method in class org.apache.cayenne.modeler.ProjectController
-
Informs all listeners of the EntityEvent.
- fireDbRelationshipDisplayEvent(RelationshipDisplayEvent) - Method in class org.apache.cayenne.modeler.ProjectController
-
- fireDbRelationshipEvent(RelationshipEvent) - Method in class org.apache.cayenne.modeler.ProjectController
-
Notifies all listeners of the change(add, remove) and does the change.
- fireDomainDisplayEvent(DomainDisplayEvent) - Method in class org.apache.cayenne.modeler.ProjectController
-
- fireDomainEvent(DomainEvent) - Method in class org.apache.cayenne.modeler.ProjectController
-
Informs all listeners of the DomainEvent.
- fireEmbeddableAttributeDisplayEvent(EmbeddableAttributeDisplayEvent) - Method in class org.apache.cayenne.modeler.ProjectController
-
- fireEmbeddableAttributeEvent(EmbeddableAttributeEvent) - Method in class org.apache.cayenne.modeler.ProjectController
-
- fireEmbeddableDisplayEvent(EmbeddableDisplayEvent) - Method in class org.apache.cayenne.modeler.ProjectController
-
- fireEmbeddableEvent(EmbeddableEvent, DataMap) - Method in class org.apache.cayenne.modeler.ProjectController
-
- fireEntityListenerEvent(EntityListenerEvent) - Method in class org.apache.cayenne.modeler.ProjectController
-
fires entity listener manipulation event
- fireMultipleObjectsDisplayEvent(MultipleObjectsDisplayEvent) - Method in class org.apache.cayenne.modeler.ProjectController
-
- fireNavigationEvent(EventObject) - Method in class org.apache.cayenne.modeler.ProjectController
-
- fireObjAttributeDisplayEvent(AttributeDisplayEvent) - Method in class org.apache.cayenne.modeler.ProjectController
-
- fireObjAttributeEvent(AttributeEvent) - Method in class org.apache.cayenne.modeler.ProjectController
-
Notifies all listeners of the change (add, remove) and does the change.
- fireObjEntityDisplayEvent(EntityDisplayEvent) - Method in class org.apache.cayenne.modeler.ProjectController
-
- fireObjEntityEvent(EntityEvent) - Method in class org.apache.cayenne.modeler.ProjectController
-
Informs all listeners of the EntityEvent.
- fireObjRelationshipDisplayEvent(RelationshipDisplayEvent) - Method in class org.apache.cayenne.modeler.ProjectController
-
- fireObjRelationshipEvent(RelationshipEvent) - Method in class org.apache.cayenne.modeler.ProjectController
-
Notifies all listeners of the change(add, remove) and does the change.
- fireProcedureDisplayEvent(ProcedureDisplayEvent) - Method in class org.apache.cayenne.modeler.ProjectController
-
- fireProcedureEvent(ProcedureEvent) - Method in class org.apache.cayenne.modeler.ProjectController
-
Informs all listeners of the ProcedureEvent.
- fireProcedureParameterDisplayEvent(ProcedureParameterDisplayEvent) - Method in class org.apache.cayenne.modeler.ProjectController
-
- fireProcedureParameterEvent(ProcedureParameterEvent) - Method in class org.apache.cayenne.modeler.ProjectController
-
Informs all listeners of the ProcedureEvent.
- fireProjectOnSaveEvent(ProjectOnSaveEvent) - Method in class org.apache.cayenne.modeler.ProjectController
-
- firePropertyChange(String, Object, Object) - Method in class org.apache.cayenne.modeler.util.CayenneController
-
Fires property change event.
- fireQueryDisplayEvent(QueryDisplayEvent) - Method in class org.apache.cayenne.modeler.ProjectController
-
- fireQueryEvent(Object, ProjectController, DataChannelDescriptor, DataMap, Query) - Static method in class org.apache.cayenne.modeler.action.CreateQueryAction
-
Fires events when a query was added
- fireQueryEvent(Object, ProjectController, DataMap, Query) - Static method in class org.apache.cayenne.modeler.dialog.query.QueryType
-
Fires events when a query was added
- fireQueryEvent(QueryEvent) - Method in class org.apache.cayenne.modeler.ProjectController
-
Informs all listeners of the ProcedureEvent.
- fireRecentFileListChanged() - Method in class org.apache.cayenne.modeler.CayenneModelerFrame
-
Notifies all listeners that recent file list has changed
- fireTreeSelectionEvent(Object[]) - Method in class org.apache.cayenne.modeler.util.MultiColumnBrowser
-
Notifies listeners of a tree selection change.
- flavorsChanged(FlavorEvent) - Method in class org.apache.cayenne.modeler.action.PasteAction
-
- focusGained(FocusEvent) - Method in class org.apache.cayenne.modeler.dialog.AboutDialog
-
- focusGained(FocusEvent) - Method in class org.apache.cayenne.modeler.util.combo.AutoCompletion
-
- focusGained(FocusEvent) - Method in class org.apache.cayenne.modeler.util.combo.ComboBoxCellEditor
-
- focusGained(FocusEvent) - Method in class org.apache.cayenne.modeler.util.combo.EditorTextField
-
- focusLost(FocusEvent) - Method in class org.apache.cayenne.modeler.dialog.AboutDialog
-
- focusLost(FocusEvent) - Method in class org.apache.cayenne.modeler.util.combo.AutoCompletion
-
- focusLost(FocusEvent) - Method in class org.apache.cayenne.modeler.util.combo.ComboBoxCellEditor
-
- focusLost(FocusEvent) - Method in class org.apache.cayenne.modeler.util.combo.EditorTextField
-
- frame - Variable in class org.apache.cayenne.modeler.CayenneModelerController
-
- frame - Variable in class org.apache.cayenne.modeler.util.LongRunningTask
-
- frameController - Variable in class org.apache.cayenne.modeler.Application
-
- FSPath - Class in org.apache.cayenne.modeler.pref
-
Represents a preferred directory or file.
- FSPath(Preferences) - Constructor for class org.apache.cayenne.modeler.pref.FSPath
-
- GENERAL_KEY - Static variable in class org.apache.cayenne.modeler.dialog.pref.PreferenceDialog
-
- GeneralPreferences - Class in org.apache.cayenne.modeler.dialog.pref
-
- GeneralPreferences(PreferenceDialog) - Constructor for class org.apache.cayenne.modeler.dialog.pref.GeneralPreferences
-
- GeneralPreferencesView - Class in org.apache.cayenne.modeler.dialog.pref
-
- GeneralPreferencesView() - Constructor for class org.apache.cayenne.modeler.dialog.pref.GeneralPreferencesView
-
- GENERATE_PAIRS_PROPERTY - Static variable in class org.apache.cayenne.modeler.pref.DataMapDefaults
-
- GENERATE_PROPERTY - Static variable in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsTabController
-
- GENERATE_PROPERTY - Static variable in class org.apache.cayenne.modeler.dialog.codegen.ClassesTabController
-
- generateAction() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsController
-
- generateAction() - Method in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorController
-
- generateButton - Variable in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsDialog
-
- generateButton - Variable in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorDialog
-
- generateButton - Variable in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptionsView
-
- generateButton - Variable in class org.apache.cayenne.modeler.dialog.db.MergerOptionsView
-
- GenerateCodeAction - Class in org.apache.cayenne.modeler.action
-
- GenerateCodeAction(Application) - Constructor for class org.apache.cayenne.modeler.action.GenerateCodeAction
-
- GenerateDBAction - Class in org.apache.cayenne.modeler.action
-
Action that generates database tables from a DataMap.
- GenerateDBAction(Application) - Constructor for class org.apache.cayenne.modeler.action.GenerateDBAction
-
- generateSchemaAction() - Method in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptions
-
Performs configured schema operations via DbGenerator.
- generateSchemaAction() - Method in class org.apache.cayenne.modeler.dialog.db.MergerOptions
-
Performs configured schema operations via DbGenerator.
- generationMode - Variable in class org.apache.cayenne.modeler.dialog.codegen.CustomModePanel
-
- generationMode - Variable in class org.apache.cayenne.modeler.dialog.codegen.GeneratorTabPanel
-
- GENERATOR_PROPERTY - Static variable in class org.apache.cayenne.modeler.dialog.codegen.GeneratorTabController
-
- GeneratorController - Class in org.apache.cayenne.modeler.dialog.codegen
-
A mode-specific part of the code generation dialog.
- GeneratorController(CodeGeneratorControllerBase) - Constructor for class org.apache.cayenne.modeler.dialog.codegen.GeneratorController
-
- GeneratorControllerPanel - Class in org.apache.cayenne.modeler.dialog.codegen
-
A generic panel that is a superclass of generator panels, defining common fields.
- GeneratorControllerPanel() - Constructor for class org.apache.cayenne.modeler.dialog.codegen.GeneratorControllerPanel
-
- generatorDefaults - Variable in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptions
-
- generators - Variable in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptions
-
- generatorSelectedAction() - Method in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorController
-
- generatorSelector - Variable in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorController
-
- GeneratorTabController - Class in org.apache.cayenne.modeler.dialog.codegen
-
- GeneratorTabController(CodeGeneratorControllerBase) - Constructor for class org.apache.cayenne.modeler.dialog.codegen.GeneratorTabController
-
- GeneratorTabPanel - Class in org.apache.cayenne.modeler.dialog.codegen
-
- GeneratorTabPanel(String[], Component[]) - Constructor for class org.apache.cayenne.modeler.dialog.codegen.GeneratorTabPanel
-
- GenericPlatformInitializer - Class in org.apache.cayenne.modeler.init.platform
-
- GenericPlatformInitializer() - Constructor for class org.apache.cayenne.modeler.init.platform.GenericPlatformInitializer
-
- GEOMETRY_PREF_KEY - Static variable in class org.apache.cayenne.modeler.pref.ComponentGeometry
-
- get(int) - Method in class org.apache.cayenne.modeler.util.CircularArray
-
Gets the object at the specified index.
- getAcceleratorKey() - Method in class org.apache.cayenne.modeler.action.CopyAction
-
- getAcceleratorKey() - Method in class org.apache.cayenne.modeler.action.CutAction
-
- getAcceleratorKey() - Method in class org.apache.cayenne.modeler.action.NewProjectAction
-
- getAcceleratorKey() - Method in class org.apache.cayenne.modeler.action.ObjEntitySyncAction
-
- getAcceleratorKey() - Method in class org.apache.cayenne.modeler.action.OpenProjectAction
-
- getAcceleratorKey() - Method in class org.apache.cayenne.modeler.action.PasteAction
-
- getAcceleratorKey() - Method in class org.apache.cayenne.modeler.action.RedoAction
-
- getAcceleratorKey() - Method in class org.apache.cayenne.modeler.action.RemoveAction
-
- getAcceleratorKey() - Method in class org.apache.cayenne.modeler.action.SaveAction
-
- getAcceleratorKey() - Method in class org.apache.cayenne.modeler.action.SaveAsAction
-
- getAcceleratorKey() - Method in class org.apache.cayenne.modeler.action.UndoAction
-
- getAcceleratorKey() - Method in class org.apache.cayenne.modeler.action.ValidateAction
-
- getAcceleratorKey() - Method in class org.apache.cayenne.modeler.util.CayenneAction
-
Returns keyboard shortcut for this action.
- getAction(Class<T>) - Method in interface org.apache.cayenne.modeler.action.ActionManager
-
Returns an action for key.
- getAction(Class<T>) - Method in class org.apache.cayenne.modeler.action.DefaultActionManager
-
- getAction() - Method in class org.apache.cayenne.modeler.dialog.validator.DuplicatedAttributesDialog.DuplicatedAttributeInfo
-
- getActionDelegate(String) - Method in class org.apache.cayenne.swing.BindingBuilder
-
- getActionManager() - Method in class org.apache.cayenne.modeler.Application
-
Returns action controller.
- getActionName() - Static method in class org.apache.cayenne.modeler.action.AboutAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.ChangeObjEntityListenerClassAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.CollapseTreeAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.ConfigurePreferencesAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.CopyAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.CopyAttributeAction
-
- getActionName(boolean) - Method in class org.apache.cayenne.modeler.action.CopyAttributeAction
-
- getActionName(boolean) - Method in class org.apache.cayenne.modeler.action.CopyAttributeRelationshipAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.CopyCallbackMethodAction
-
- getActionName(boolean) - Method in class org.apache.cayenne.modeler.action.CopyCallbackMethodAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.CopyProcedureParameterAction
-
- getActionName(boolean) - Method in class org.apache.cayenne.modeler.action.CopyProcedureParameterAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.CopyRelationshipAction
-
- getActionName(boolean) - Method in class org.apache.cayenne.modeler.action.CopyRelationshipAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.CreateAttributeAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.CreateCallbackMethodAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.CreateDataMapAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.CreateDataMapEntityListenerAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.CreateDbEntityAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.CreateEmbeddableAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.CreateNodeAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.CreateObjEntityAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.CreateObjEntityListenerAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.CreateProcedureAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.CreateProcedureParameterAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.CreateQueryAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.CreateRelationshipAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.CutAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.CutAttributeAction
-
- getActionName(boolean) - Method in class org.apache.cayenne.modeler.action.CutAttributeAction
-
- getActionName(boolean) - Method in class org.apache.cayenne.modeler.action.CutAttributeRelationshipAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.CutCallbackMethodAction
-
- getActionName(boolean) - Method in class org.apache.cayenne.modeler.action.CutCallbackMethodAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.CutProcedureParameterAction
-
- getActionName(boolean) - Method in class org.apache.cayenne.modeler.action.CutProcedureParameterAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.CutRelationshipAction
-
- getActionName(boolean) - Method in class org.apache.cayenne.modeler.action.CutRelationshipAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.DbEntityCounterpartAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.DbEntitySyncAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.DocumentationAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.ExitAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.FilterAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.FindAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.GenerateCodeAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.GenerateDBAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.ImportDataMapAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.ImportDBAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.ImportEOModelAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.InferRelationshipsAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.LinkDataMapAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.LinkDataMapsAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.MigrateAction
-
- getActionName(boolean) - Method in interface org.apache.cayenne.modeler.action.MultipleObjectsAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.NavigateBackwardAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.NavigateForwardAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.NewProjectAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.ObjEntityCounterpartAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.ObjEntitySyncAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.OpenProjectAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.PasteAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.ProjectAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.RedoAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.RemoveAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.RemoveAttributeAction
-
- getActionName(boolean) - Method in class org.apache.cayenne.modeler.action.RemoveAttributeAction
-
- getActionName(boolean) - Method in class org.apache.cayenne.modeler.action.RemoveAttributeRelationshipAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.RemoveCallbackMethodAction
-
- getActionName(boolean) - Method in class org.apache.cayenne.modeler.action.RemoveCallbackMethodAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.RemoveEntityListenerAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.RemoveEntityListenerForDataMapAction
-
- getActionName(boolean) - Static method in class org.apache.cayenne.modeler.action.RemoveProcedureParameterAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.RemoveProcedureParameterAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.RemoveRelationshipAction
-
- getActionName(boolean) - Method in class org.apache.cayenne.modeler.action.RemoveRelationshipAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.RevertAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.SaveAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.SaveAsAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.ShowLogConsoleAction
-
Readable name for this action
- getActionName() - Static method in class org.apache.cayenne.modeler.action.UndoAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.action.ValidateAction
-
- getActionName() - Static method in class org.apache.cayenne.modeler.graph.action.ShowGraphEntityAction
-
- getAdapter() - Method in class org.apache.cayenne.modeler.dialog.db.ConnectionWizard
-
Returns configured DbAdapter.
- getAdapterMapping() - Method in class org.apache.cayenne.modeler.Application
-
- getAdapterName() - Method in class org.apache.cayenne.modeler.editor.datanode.AdapterEditor
-
- getAdapters() - Method in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptionsView
-
- getAdapters() - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourceCreatorView
-
- getAdapters() - Method in class org.apache.cayenne.modeler.dialog.pref.DBConnectionInfoEditorView
-
- getAddButton() - Method in class org.apache.cayenne.modeler.dialog.pref.TemplatePreferencesView
-
- getAddDataSource() - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourcePreferencesView
-
- getAddDirButton() - Method in class org.apache.cayenne.modeler.dialog.pref.ClasspathPreferencesView
-
- getAddedNode() - Method in class org.apache.cayenne.pref.CayennePreferenceEditor
-
- getAddJarButton() - Method in class org.apache.cayenne.modeler.dialog.pref.ClasspathPreferencesView
-
- getAllFilter() - Method in class org.apache.cayenne.modeler.dialog.datadomain.FilterDialog
-
- getApplication() - Method in class org.apache.cayenne.modeler.util.CayenneAction
-
- getApplication() - Method in class org.apache.cayenne.modeler.util.CayenneController
-
- getApplicationFilter() - Static method in class org.apache.cayenne.modeler.util.FileFilters
-
Returns a FileFilter used to select Cayenne Application project files.
- getAttribute() - Method in class org.apache.cayenne.modeler.dialog.objentity.OverrideEmbeddableAttributeTableModel
-
- getAttribute(int) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbAttributeTableModel
-
- getAttribute(int) - Method in class org.apache.cayenne.modeler.editor.ObjAttributeTableModel
-
- getAttributeName() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributeInfoDialogView
-
- getAttributeName(DbAttribute) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbAttributeTableModel
-
- getAttributePanel() - Method in class org.apache.cayenne.modeler.editor.dbentity.DbEntityAttributeRelationshipTab
-
- getAttributePanel() - Method in class org.apache.cayenne.modeler.editor.ObjEntityAttributeRelationshipTab
-
- getAttributeRelationshipTab() - Method in class org.apache.cayenne.modeler.editor.dbentity.DbEntityTabbedView
-
- getAttributeRelationshipTab() - Method in class org.apache.cayenne.modeler.editor.ObjEntityTabbedView
-
- getAttributes() - Method in class org.apache.cayenne.modeler.dialog.datamap.LockingUpdateView
-
- getAttributes() - Method in class org.apache.cayenne.modeler.event.AttributeDisplayEvent
-
- getAttributeType(DbAttribute) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbAttributeTableModel
-
- getAutoLoadProject() - Method in class org.apache.cayenne.modeler.dialog.pref.GeneralPreferences
-
- getAutoLoadProject() - Method in class org.apache.cayenne.modeler.dialog.pref.GeneralPreferencesView
-
- getBindingFactory() - Method in class org.apache.cayenne.modeler.Application
-
- getBooleanProperty(String) - Method in class org.apache.cayenne.modeler.pref.DataMapDefaults
-
- getBorderInsets(Component) - Method in class org.apache.cayenne.swing.components.textpane.LineNumberedBorder
-
- getBorderInsets(Component, Insets) - Method in class org.apache.cayenne.swing.components.textpane.LineNumberedBorder
-
- getBuilder() - Method in class org.apache.cayenne.modeler.dialog.pref.DBConnectionInfoEditorView
-
- getBuilderClass() - Method in enum org.apache.cayenne.modeler.graph.GraphType
-
- getCallbackDescriptor() - Method in class org.apache.cayenne.modeler.editor.CallbackDescriptorTableModel
-
- getCallbackMap() - Method in class org.apache.cayenne.modeler.action.CreateCallbackMethodAction
-
- getCallbackMap() - Method in class org.apache.cayenne.modeler.action.RemoveCallbackMethodAction
-
- getCallbackMap() - Method in class org.apache.cayenne.modeler.editor.AbstractCallbackMethodsTab
-
- getCallbackMap() - Method in class org.apache.cayenne.modeler.editor.ObjEntityCallbackMethodsTab
-
- getCallbackMethod(int) - Method in class org.apache.cayenne.modeler.editor.CallbackDescriptorTableModel
-
- getCallbackMethod() - Method in class org.apache.cayenne.modeler.event.CallbackMethodDisplayEvent
-
- getCallbackType() - Method in class org.apache.cayenne.modeler.editor.CallbackDescriptorTableModel
-
- getCallbackType() - Method in class org.apache.cayenne.modeler.editor.ObjCallbackMethod
-
- getCallbackType() - Method in class org.apache.cayenne.modeler.event.CallbackTypeSelectionEvent
-
- getCancelButton() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsDialog
-
- getCancelButton() - Method in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorDialog
-
- getCancelButton() - Method in class org.apache.cayenne.modeler.dialog.datadomain.CacheSyncConfigView
-
- getCancelButton() - Method in class org.apache.cayenne.modeler.dialog.datamap.DefaultsPreferencesView
-
- getCancelButton() - Method in class org.apache.cayenne.modeler.dialog.datamap.LockingUpdateView
-
- getCancelButton() - Method in class org.apache.cayenne.modeler.dialog.db.DataSourceWizardView
-
- getCancelButton() - Method in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptionsView
-
- getCancelButton() - Method in class org.apache.cayenne.modeler.dialog.db.MergerOptionsView
-
- getCancelButton() - Method in class org.apache.cayenne.modeler.dialog.objentity.ClassNameUpdaterView
-
- getCancelButton() - Method in class org.apache.cayenne.modeler.dialog.objentity.DbRelationshipTargetView
-
- getCancelButton() - Method in class org.apache.cayenne.modeler.dialog.objentity.EntitySyncDialog
-
- getCancelButton() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributeInfoDialogView
-
- getCancelButton() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfoView
-
- getCancelButton() - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourceCreatorView
-
- getCancelButton() - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourceDuplicatorView
-
- getCancelButton() - Method in class org.apache.cayenne.modeler.dialog.pref.PreferenceDialogView
-
- getCancelButton() - Method in class org.apache.cayenne.modeler.dialog.pref.TemplateCreatorView
-
- getCancelButton() - Method in class org.apache.cayenne.modeler.dialog.query.QueryTypeView
-
- getCancelButton() - Method in class org.apache.cayenne.modeler.util.ProgressDialog
-
- getCaretPosition() - Method in class org.apache.cayenne.swing.components.textpane.JCayenneTextPane
-
- getCayenneModel() - Method in class org.apache.cayenne.modeler.util.CayenneTable
-
- getCayennePreference() - Method in class org.apache.cayenne.pref.CayennePreference
-
- getCayennePreference() - Method in interface org.apache.cayenne.pref.Preference
-
- getCayennePreference() - Method in class org.apache.cayenne.pref.PreferenceDecorator
-
- getCayennePreference() - Method in class org.apache.cayenne.pref.UpgradeCayennePreference
-
- getCayenneProjectPreferences() - Method in class org.apache.cayenne.modeler.Application
-
- getCellEditor() - Method in class org.apache.cayenne.modeler.dialog.objentity.OverrideEmbeddableAttributeTableModel
-
- getCellEditor() - Method in class org.apache.cayenne.modeler.editor.EmbeddableAttributeTableModel
-
- getCellEditor() - Method in class org.apache.cayenne.modeler.editor.ObjAttributeTableModel
-
- getCellEditorValue() - Method in class org.apache.cayenne.modeler.util.CellEditorForAttributeTable
-
- getCellEditorValue() - Method in class org.apache.cayenne.modeler.util.combo.ComboBoxCellEditor
-
- getChangedBooleanPreferences() - Method in class org.apache.cayenne.pref.CayennePreferenceEditor
-
- getChangedPreferences() - Method in class org.apache.cayenne.pref.CayennePreferenceEditor
-
- getCheckAll() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsPanel
-
- getCheckAll() - Method in class org.apache.cayenne.modeler.dialog.codegen.ClassesTabPanel
-
- getCheckAll() - Method in class org.apache.cayenne.modeler.dialog.db.MergerTokenSelectorView
-
- getCheckAll() - Method in class org.apache.cayenne.modeler.dialog.db.TableSelectorView
-
- getChild(Object, int) - Method in class org.apache.cayenne.modeler.ProjectTreeModel
-
- getChild(Object, int) - Method in class org.apache.cayenne.modeler.util.EntityTreeModel
-
- getChildCount(Object) - Method in class org.apache.cayenne.modeler.ProjectTreeModel
-
- getChildCount(Object) - Method in class org.apache.cayenne.modeler.util.EntityTreeModel
-
- getChildrenPreferences() - Method in class org.apache.cayenne.pref.ChildrenMapPreference
-
- getChoice() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsDialog
-
- getChoice() - Method in class org.apache.cayenne.modeler.dialog.db.DbLoaderOptionsDialog
-
- getChoice() - Method in class org.apache.cayenne.modeler.dialog.db.DbMigrateOptionsDialog
-
- getClassArchiveFilter() - Static method in class org.apache.cayenne.modeler.util.FileFilters
-
Returns a FileFilter for java class archive files, such as JAR and ZIP.
- getClasses() - Method in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorControllerBase
-
- getClassesCount() - Method in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorDialog
-
- getClassLoader() - Method in interface org.apache.cayenne.modeler.ClassLoadingService
-
Returns Java ClassLoader that knows how to load all classes configured for this
service.
- getClassLoader() - Method in class org.apache.cayenne.modeler.FileClassLoadingService
-
Returns a ClassLoader based on the current configured CLASSPATH settings.
- getClassLoadingService() - Method in class org.apache.cayenne.modeler.Application
-
- getClassName(ObjEntity) - Method in class org.apache.cayenne.modeler.dialog.datamap.PackageUpdateController
-
- getClearItem() - Method in class org.apache.cayenne.modeler.dialog.LogConsoleView
-
- getClientClass() - Method in class org.apache.cayenne.modeler.dialog.objentity.ClassNameUpdaterView
-
- getCloseButton() - Method in class org.apache.cayenne.modeler.dialog.ValidationResultBrowserView
-
- getCodeTemplateManager() - Method in class org.apache.cayenne.modeler.Application
-
Returns a new instance of CodeTemplateManager.
- getCollectionTypeCombo() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfoView
-
- getColor() - Method in class org.apache.cayenne.swing.components.textpane.style.SyntaxStyle
-
- getColumnClass(int) - Method in class org.apache.cayenne.modeler.dialog.db.MergerTokenTableModel
-
- getColumnClass(int) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbAttributeTableModel
-
- getColumnClass(int) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbRelationshipTableModel
-
- getColumnClass(int) - Method in class org.apache.cayenne.modeler.editor.ObjAttributeTableModel
-
- getColumnClass(int) - Method in class org.apache.cayenne.modeler.editor.ObjRelationshipTableModel
-
- getColumnClass(int) - Method in class org.apache.cayenne.modeler.editor.ProcedureParameterTableModel
-
- getColumnCount() - Method in class org.apache.cayenne.modeler.dialog.db.MergerTokenTableModel
-
- getColumnCount() - Method in class org.apache.cayenne.modeler.dialog.DbJoinTableModel
-
- getColumnCount() - Method in class org.apache.cayenne.modeler.dialog.objentity.OverrideEmbeddableAttributeTableModel
-
- getColumnCount() - Method in class org.apache.cayenne.modeler.editor.CallbackDescriptorTableModel
-
Returns the number of columns in the model.
- getColumnCount() - Method in class org.apache.cayenne.modeler.editor.dbentity.DbAttributeTableModel
-
Returns the number of columns in the table.
- getColumnCount() - Method in class org.apache.cayenne.modeler.editor.dbentity.DbRelationshipTableModel
-
- getColumnCount() - Method in class org.apache.cayenne.modeler.editor.EmbeddableAttributeTableModel
-
- getColumnCount() - Method in class org.apache.cayenne.modeler.editor.ObjAttributeTableModel
-
- getColumnCount() - Method in class org.apache.cayenne.modeler.editor.ObjRelationshipTableModel
-
- getColumnCount() - Method in class org.apache.cayenne.modeler.editor.ProcedureParameterTableModel
-
- getColumnIndex() - Method in class org.apache.cayenne.modeler.editor.validation.AttributeValidationFailure
-
- getColumnName(int) - Method in class org.apache.cayenne.modeler.dialog.db.MergerTokenTableModel
-
- getColumnName(int) - Method in class org.apache.cayenne.modeler.dialog.DbJoinTableModel
-
- getColumnName(int) - Method in class org.apache.cayenne.modeler.dialog.objentity.OverrideEmbeddableAttributeTableModel
-
- getColumnName(int) - Method in class org.apache.cayenne.modeler.editor.CallbackDescriptorTableModel
-
- getColumnName(int) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbAttributeTableModel
-
- getColumnName(int) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbRelationshipTableModel
-
- getColumnName(int) - Method in class org.apache.cayenne.modeler.editor.EmbeddableAttributeTableModel
-
- getColumnName(int) - Method in class org.apache.cayenne.modeler.editor.ObjAttributeTableModel
-
- getColumnName(int) - Method in class org.apache.cayenne.modeler.editor.ObjRelationshipTableModel
-
- getColumnName(int) - Method in class org.apache.cayenne.modeler.editor.ProcedureParameterTableModel
-
- getColumns() - Method in class org.apache.cayenne.swing.control.FileChooser
-
- getColumnsCount() - Method in class org.apache.cayenne.modeler.util.MultiColumnBrowser
-
Returns a current number of columns.
- getColumnWidthChanged() - Method in class org.apache.cayenne.modeler.util.CayenneTable
-
- getComponent() - Method in class org.apache.cayenne.modeler.util.TextAdapter
-
Returns internal text component.
- getConfigButton() - Method in class org.apache.cayenne.modeler.dialog.db.DataSourceWizardView
-
- getConfigLocalDataSources() - Method in class org.apache.cayenne.modeler.editor.datanode.MainDataNodeView
-
- getConfirmDeleteDialog(boolean) - Method in class org.apache.cayenne.modeler.action.RemoveAction
-
Creates and returns dialog for delete prompt
- getConnection() - Method in class org.apache.cayenne.modeler.dialog.db.ConnectionWizard
-
Returns configured DB connection.
- getConnectionInfo() - Method in class org.apache.cayenne.modeler.dialog.db.DataSourceWizard
-
- getConnectionInfo() - Method in class org.apache.cayenne.modeler.dialog.db.DataSourceWizardView
-
- getConnectionInfo() - Method in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptions
-
- getConnectionInfo() - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourcePreferences
-
- getConnectionInfo() - Method in class org.apache.cayenne.modeler.dialog.pref.DBConnectionInfoEditor
-
- getConsoleProperty(String) - Method in class org.apache.cayenne.modeler.dialog.LogConsole
-
- getContentType() - Method in class org.apache.cayenne.swing.components.textpane.EditorKit
-
- getContentType() - Method in class org.apache.cayenne.swing.components.textpane.syntax.EJBQLSyntaxConstant
-
- getContentType() - Method in class org.apache.cayenne.swing.components.textpane.syntax.SQLSyntaxConstants
-
- getContentType() - Method in interface org.apache.cayenne.swing.components.textpane.syntax.SyntaxConstant
-
- getContext() - Method in class org.apache.cayenne.swing.BindingBase
-
- getContext() - Method in class org.apache.cayenne.swing.BindingBuilder
-
- getContext() - Method in interface org.apache.cayenne.swing.ObjectBinding
-
- getCopyCallbackMethodAction() - Method in class org.apache.cayenne.modeler.editor.AbstractCallbackMethodsTab
-
- getCopyItem() - Method in class org.apache.cayenne.modeler.dialog.LogConsoleView
-
- getCounter() - Method in class org.apache.cayenne.modeler.editor.CallbackType
-
- getCreateCallbackMethodAction() - Method in class org.apache.cayenne.modeler.editor.AbstractCallbackMethodsTab
-
- getCreateFK() - Method in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptionsView
-
- getCreateFK() - Method in class org.apache.cayenne.modeler.pref.DBGeneratorDefaults
-
- getCreatePK() - Method in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptionsView
-
- getCreatePK() - Method in class org.apache.cayenne.modeler.pref.DBGeneratorDefaults
-
- getCreateTables() - Method in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptionsView
-
- getCreateTables() - Method in class org.apache.cayenne.modeler.pref.DBGeneratorDefaults
-
- getCurrentCallbackMethods() - Method in class org.apache.cayenne.modeler.ProjectController
-
- getCurrentCallbackType() - Method in class org.apache.cayenne.modeler.ProjectController
-
- getCurrentClass() - Method in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorControllerBase
-
- getCurrentDataChanel() - Method in class org.apache.cayenne.modeler.ProjectController
-
- getCurrentDataMap() - Method in class org.apache.cayenne.modeler.ProjectController
-
- getCurrentDataNode() - Method in class org.apache.cayenne.modeler.ProjectController
-
- getCurrentDbAttributes() - Method in class org.apache.cayenne.modeler.ProjectController
-
- getCurrentDbEntity() - Method in class org.apache.cayenne.modeler.ProjectController
-
- getCurrentDbRelationships() - Method in class org.apache.cayenne.modeler.ProjectController
-
- getCurrentDirectory() - Method in class org.apache.cayenne.swing.control.FileChooser
-
Returns the last directory visited when picking a file.
- getCurrentEmbAttributes() - Method in class org.apache.cayenne.modeler.ProjectController
-
- getCurrentEmbeddable() - Method in class org.apache.cayenne.modeler.ProjectController
-
- getCurrentEntity() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsControllerBase
-
- getCurrentListenerClass() - Method in class org.apache.cayenne.modeler.ProjectController
-
- getCurrentNote() - Method in class org.apache.cayenne.modeler.util.LongRunningTask
-
- getCurrentObjAttributes() - Method in class org.apache.cayenne.modeler.ProjectController
-
- getCurrentObject() - Method in class org.apache.cayenne.modeler.ProjectController
-
Returns currently selected object, null if there are none, List if there
are several
- getCurrentObjEntity() - Method in class org.apache.cayenne.modeler.ProjectController
-
- getCurrentObjRelationships() - Method in class org.apache.cayenne.modeler.ProjectController
-
- getCurrentOverrideAttribute() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributeInfoDialog
-
- getCurrentParentPath() - Method in class org.apache.cayenne.modeler.ProjectController
-
- getCurrentPath() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
- getCurrentPathLabel() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributeInfoDialogView
-
- getCurrentPathLabel() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfoView
-
- getCurrentPaths() - Method in class org.apache.cayenne.modeler.ProjectController
-
- getCurrentPreference() - Method in class org.apache.cayenne.modeler.pref.DBConnectionInfo
-
- getCurrentPreference() - Method in class org.apache.cayenne.pref.CayennePreference
-
- getCurrentPreference() - Method in interface org.apache.cayenne.pref.Preference
-
- getCurrentPreference() - Method in class org.apache.cayenne.pref.PreferenceDecorator
-
- getCurrentPreference() - Method in class org.apache.cayenne.pref.UpgradeCayennePreference
-
- getCurrentProcedure() - Method in class org.apache.cayenne.modeler.ProjectController
-
- getCurrentProcedureParameters() - Method in class org.apache.cayenne.modeler.ProjectController
-
- getCurrentProject() - Method in class org.apache.cayenne.modeler.util.CayenneAction
-
- getCurrentQuery() - Method in class org.apache.cayenne.modeler.ProjectController
-
- getCurrentSelectedPanel() - Method in class org.apache.cayenne.modeler.action.CopyAttributeRelationshipAction
-
- getCurrentSelectedPanel() - Method in class org.apache.cayenne.modeler.action.CutAttributeRelationshipAction
-
- getCurrentSelectedPanel() - Method in class org.apache.cayenne.modeler.action.RemoveAttributeRelationshipAction
-
- getCurrentValue() - Method in class org.apache.cayenne.modeler.util.LongRunningTask
-
- getCustomAdapter() - Method in class org.apache.cayenne.modeler.editor.datanode.AdapterView
-
- getCustomPreferencesUpdater() - Method in class org.apache.cayenne.modeler.dialog.codegen.CustomModeController
-
- getCustomTemplates() - Method in class org.apache.cayenne.modeler.CodeTemplateManager
-
- getCutCallbackMethodAction() - Method in class org.apache.cayenne.modeler.editor.AbstractCallbackMethodsTab
-
- getDataDomain() - Method in interface org.apache.cayenne.modeler.graph.GraphBuilder
-
Returns domain.
- getDataDomainChildrenComparator() - Static method in class org.apache.cayenne.modeler.util.Comparators
-
Returns a comparator to order DataMap objects of mixed types.
- getDataDomainView() - Method in class org.apache.cayenne.modeler.editor.EditorView
-
- getDataMap() - Method in class org.apache.cayenne.configuration.event.DataMapEvent
-
Returns DataMap associated with this event.
- getDataMap() - Method in class org.apache.cayenne.configuration.event.QueryEvent
-
- getDataMap() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsControllerBase
-
- getDataMap() - Method in class org.apache.cayenne.modeler.dialog.codegen.StandardPanelComponent
-
- getDataMap() - Method in class org.apache.cayenne.modeler.event.DataMapDisplayEvent
-
Get dataMap wrapper.
- getDataMapChildrenComparator() - Static method in class org.apache.cayenne.modeler.util.Comparators
-
Returns a comparator to order DataMap objects of mixed types.
- getDataMapFilter() - Static method in class org.apache.cayenne.modeler.util.FileFilters
-
Returns a FileFilter used to select DataMap files.
- getDataMapLines() - Method in class org.apache.cayenne.modeler.dialog.codegen.GeneratorControllerPanel
-
- getDataMapName() - Method in class org.apache.cayenne.modeler.dialog.codegen.StandardPanelComponent
-
- getDataMapPreferences(String) - Method in class org.apache.cayenne.modeler.ProjectController
-
Returns preferences object for the current DataMap.
- getDataMapPreferences(DataMap) - Method in class org.apache.cayenne.modeler.ProjectController
-
- getDataMapPreferences(String, DataMap) - Method in class org.apache.cayenne.modeler.ProjectController
-
- getDataMaps() - Method in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorControllerBase
-
- getDataMapView() - Method in class org.apache.cayenne.modeler.editor.EditorView
-
- getDataNode() - Method in class org.apache.cayenne.configuration.event.DataNodeEvent
-
Returns node object associated with this event.
- getDataNode() - Method in class org.apache.cayenne.modeler.event.DataNodeDisplayEvent
-
Get data node (data source) associated with this data map.
- getDataNodeName() - Method in class org.apache.cayenne.modeler.editor.datanode.MainDataNodeView
-
- getDataNodePreferences() - Method in class org.apache.cayenne.modeler.ProjectController
-
Returns preferences object for the current DataMap, throwing an exception
if no DataMap is selected.
- getDataNodeView() - Method in class org.apache.cayenne.modeler.editor.EditorView
-
- getDataSourceDetail() - Method in class org.apache.cayenne.modeler.editor.datanode.MainDataNodeView
-
- getDataSourceDetailLayout() - Method in class org.apache.cayenne.modeler.editor.datanode.MainDataNodeView
-
- getDataSourceEditor() - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourcePreferencesView
-
- getDataSourceKey() - Method in class org.apache.cayenne.modeler.dialog.db.DataSourceWizard
-
- getDataSourceKey() - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourcePreferences
-
- getDataSourceName() - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourceCreatorView
-
- getDataSourceName() - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourceDuplicatorView
-
- getDataSources() - Method in class org.apache.cayenne.modeler.dialog.db.DataSourceWizardView
-
- getDataSources() - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourcePreferences
-
- getDataSources() - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourcePreferencesView
-
- getDbAdapter() - Method in class org.apache.cayenne.modeler.pref.DBConnectionInfo
-
- getDbAttribute() - Method in class org.apache.cayenne.modeler.editor.wrapper.ObjAttributeWrapper
-
- getDbAttributeName() - Method in class org.apache.cayenne.modeler.editor.wrapper.ObjAttributeWrapper
-
- getDbAttributeNames(ProjectController, DbEntity) - Static method in class org.apache.cayenne.modeler.util.ModelerUtil
-
Returns array of db attribute names for DbEntity mapped to current ObjEntity.
- getDbAttributePath() - Method in class org.apache.cayenne.modeler.editor.wrapper.ObjAttributeWrapper
-
- getDbConnectionInfoPreferences() - Method in class org.apache.cayenne.modeler.pref.DBConnectionInfo
-
- getDbDetailView() - Method in class org.apache.cayenne.modeler.editor.EditorView
-
- getDbEntity() - Method in class org.apache.cayenne.modeler.editor.ObjAttributeTableModel
-
- getDbEntityFilter() - Method in class org.apache.cayenne.modeler.dialog.datadomain.FilterDialog
-
- getDbRelationships() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
- getDefaultClassFilter() - Method in class org.apache.cayenne.modeler.dialog.codegen.GeneratorController
-
Returns a predicate for default entity selection in a given mode.
- getDefaultEncoding() - Method in class org.apache.cayenne.modeler.dialog.pref.EncodingSelectorView
-
- getDefaultEncodingLabel() - Method in class org.apache.cayenne.modeler.dialog.pref.EncodingSelectorView
-
- getDefaultEntityFilter() - Method in class org.apache.cayenne.modeler.dialog.codegen.ClientModeController
-
- getDelegate() - Method in class org.apache.cayenne.swing.BindingBase
-
- getDelegate() - Method in class org.apache.cayenne.swing.BindingBuilder
-
- getDelegate() - Method in interface org.apache.cayenne.swing.ObjectBinding
-
- getDeletePrompt() - Method in class org.apache.cayenne.modeler.dialog.pref.GeneralPreferences
-
- getDeletePrompt() - Method in class org.apache.cayenne.modeler.dialog.pref.GeneralPreferencesView
-
- getDetailLayout() - Method in class org.apache.cayenne.modeler.dialog.pref.PreferenceDialogView
-
- getDetailObject(Class<?>) - Method in class org.apache.cayenne.pref.CayenneProjectPreferences
-
- getDetailPanel() - Method in class org.apache.cayenne.modeler.dialog.pref.PreferenceDialogView
-
- getDirectory() - Method in class org.apache.cayenne.modeler.util.CayenneUserDir
-
Returns a directory object where all user Cayenne-related configuration is stored.
- getDividerLocationProperty() - Method in class org.apache.cayenne.modeler.editor.SelectQueryOrderingTab
-
Returns name of a property for divider location.
- getDockComponent() - Method in class org.apache.cayenne.modeler.CayenneModelerFrame
-
- getDockItem() - Method in class org.apache.cayenne.modeler.dialog.LogConsoleView
-
- getDocument() - Method in class org.apache.cayenne.swing.components.textpane.JCayenneTextPane
-
- getDomain() - Method in class org.apache.cayenne.modeler.dialog.validator.ValidationDisplayHandler
-
- getDomain() - Method in class org.apache.cayenne.modeler.event.DomainDisplayEvent
-
Get domain for this data map.
- getDomain() - Method in class org.apache.cayenne.modeler.graph.GraphMap
-
Returns domain
- getDomainBooleanProperty(String, String) - Method in class org.apache.cayenne.modeler.editor.DataDomainView
-
- getDomainProperty(String, String) - Method in class org.apache.cayenne.modeler.editor.DataDomainView
-
- getDriver() - Method in class org.apache.cayenne.modeler.dialog.pref.DBConnectionInfoEditorView
-
- getDriver() - Method in class org.apache.cayenne.modeler.editor.datanode.JDBCDataSourceView
-
- getDropPK() - Method in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptionsView
-
- getDropPK() - Method in class org.apache.cayenne.modeler.pref.DBGeneratorDefaults
-
- getDropTables() - Method in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptionsView
-
- getDropTables() - Method in class org.apache.cayenne.modeler.pref.DBGeneratorDefaults
-
- getDuplicateDataSource() - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourcePreferencesView
-
- getEditor() - Method in class org.apache.cayenne.modeler.dialog.pref.PreferenceDialog
-
- getEditor() - Method in class org.apache.cayenne.modeler.dialog.pref.TemplatePreferences
-
- getEditor() - Method in class org.apache.cayenne.modeler.undo.TextCompoundEdit
-
- getEditorPreferences() - Static method in class org.apache.cayenne.modeler.ModelerPreferences
-
- getEditorView() - Method in class org.apache.cayenne.modeler.CayenneModelerController
-
- getEjbqlQueryView() - Method in class org.apache.cayenne.modeler.editor.EditorView
-
- getEjbqlSelect() - Method in class org.apache.cayenne.modeler.dialog.query.QueryTypeView
-
- getElementsClass() - Method in class org.apache.cayenne.modeler.dialog.DbJoinTableModel
-
- getElementsClass() - Method in class org.apache.cayenne.modeler.dialog.objentity.OverrideEmbeddableAttributeTableModel
-
Returns ObjAttribute class.
- getElementsClass() - Method in class org.apache.cayenne.modeler.editor.CallbackDescriptorTableModel
-
Returns Java class of the internal list elements.
- getElementsClass() - Method in class org.apache.cayenne.modeler.editor.dbentity.DbAttributeTableModel
-
Returns DbAttribute class.
- getElementsClass() - Method in class org.apache.cayenne.modeler.editor.dbentity.DbRelationshipTableModel
-
Returns DbRelationship class.
- getElementsClass() - Method in class org.apache.cayenne.modeler.editor.EmbeddableAttributeTableModel
-
- getElementsClass() - Method in class org.apache.cayenne.modeler.editor.ObjAttributeTableModel
-
Returns ObjAttribute class.
- getElementsClass() - Method in class org.apache.cayenne.modeler.editor.ObjRelationshipTableModel
-
Returns ObjRelationship class.
- getElementsClass() - Method in class org.apache.cayenne.modeler.editor.ProcedureParameterTableModel
-
- getElementsClass() - Method in class org.apache.cayenne.modeler.util.CayenneTableModel
-
Returns Java class of the internal list elements.
- getEmbeddable() - Method in class org.apache.cayenne.modeler.event.EmbeddableDisplayEvent
-
- getEmbeddableAttribute(int) - Method in class org.apache.cayenne.modeler.dialog.objentity.OverrideEmbeddableAttributeTableModel
-
- getEmbeddableAttribute(int) - Method in class org.apache.cayenne.modeler.editor.EmbeddableAttributeTableModel
-
- getEmbeddableAttributes() - Method in class org.apache.cayenne.modeler.event.EmbeddableAttributeDisplayEvent
-
- getEmbeddableFilter() - Method in class org.apache.cayenne.modeler.dialog.datadomain.FilterDialog
-
- getEmbeddableList() - Method in class org.apache.cayenne.modeler.dialog.objentity.OverrideEmbeddableAttributeTableModel
-
- getEmbeddableNamesInCurRentDataDomain() - Method in class org.apache.cayenne.modeler.ProjectController
-
- getEmbeddableView() - Method in class org.apache.cayenne.modeler.editor.EditorView
-
- getEncoding() - Method in class org.apache.cayenne.modeler.dialog.pref.EncodingSelector
-
- getEncoding() - Method in class org.apache.cayenne.modeler.dialog.pref.GeneralPreferences
-
- getEncodingChoices() - Method in class org.apache.cayenne.modeler.dialog.pref.EncodingSelectorView
-
- getEncodingSelector() - Method in class org.apache.cayenne.modeler.dialog.pref.GeneralPreferencesView
-
- getEndEntity() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
- getEndPositionInDocument() - Method in class org.apache.cayenne.swing.components.textpane.JCayenneTextPane
-
- getEntities() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsControllerBase
-
- getEntities() - Method in class org.apache.cayenne.modeler.dialog.datamap.LockingUpdateView
-
- getEntity() - Method in class org.apache.cayenne.modeler.editor.ObjAttributeTableModel
-
- getEntity() - Method in class org.apache.cayenne.modeler.editor.ObjRelationshipTableModel
-
- getEntity(Query) - Method in class org.apache.cayenne.modeler.editor.RawQueryPropertiesPanel
-
- getEntity() - Method in class org.apache.cayenne.modeler.editor.wrapper.ObjAttributeWrapper
-
- getEntity() - Method in class org.apache.cayenne.modeler.event.EntityDisplayEvent
-
Returns entity associated with this event.
- getEntityCell(String) - Method in interface org.apache.cayenne.modeler.graph.GraphBuilder
-
Returns cell of an entity
- getEntityChildrenComparator() - Static method in class org.apache.cayenne.modeler.util.Comparators
-
Returns a comparator to order Entity properties such as Attributes and
Relationships.
- getEntityCount() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsDialog
-
- getEntityResolver() - Method in class org.apache.cayenne.modeler.ProjectController
-
- getEntityTabSelection() - Method in class org.apache.cayenne.modeler.ProjectController
-
- getEOModelChooser() - Method in class org.apache.cayenne.modeler.action.ImportEOModelAction
-
Returns EOModel chooser.
- getEOModelFilter() - Static method in class org.apache.cayenne.modeler.util.FileFilters
-
Returns a FileFilter used to filter EOModels.
- getEOModelSelectFilter() - Static method in class org.apache.cayenne.modeler.util.FileFilters
-
Returns FileFilter that defines the rules for EOModel selection.
- getErrorMsg(ValidationFailure) - Static method in class org.apache.cayenne.modeler.dialog.validator.ValidationDisplayHandler
-
- getErrorsDisplay() - Method in class org.apache.cayenne.modeler.dialog.ValidationResultBrowserView
-
- getEtalon() - Method in class org.apache.cayenne.swing.components.textpane.LineNumberedBorder
-
- getEventController() - Method in class org.apache.cayenne.modeler.dialog.datadomain.FilterController
-
- getEventController() - Method in class org.apache.cayenne.modeler.editor.EditorView
-
- getEventSource() - Method in class org.apache.cayenne.modeler.util.CayenneTableModel
-
Returns an object used as an event source.
- getExcludedTables() - Method in class org.apache.cayenne.modeler.dialog.db.TableSelectorController
-
Returns DbEntities that are excluded from DB generation.
- getExistingDirectory(boolean) - Method in class org.apache.cayenne.modeler.pref.FSPath
-
- getExportedKey(String, String, String, String) - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsControllerBase
-
- getExpression() - Method in class org.apache.cayenne.swing.BindingBase
-
- getExpression() - Method in class org.apache.cayenne.swing.BindingExpression
-
- getExtensionFileFilter(String, String) - Static method in class org.apache.cayenne.modeler.util.FileFilters
-
Returns filter that checks if file has specified extension
- getFactories() - Method in class org.apache.cayenne.modeler.editor.datanode.MainDataNodeView
-
- getFactory() - Method in class org.apache.cayenne.swing.BindingBuilder
-
- getFactoryName() - Method in class org.apache.cayenne.modeler.editor.datanode.MainDataNodeEditor
-
- getFailureDescription(int) - Method in class org.apache.cayenne.modeler.editor.wrapper.ObjAttributeWrapper
-
- getFile() - Method in class org.apache.cayenne.modeler.ProjectFileChangeTracker.FileInfo
-
- getFile() - Method in class org.apache.cayenne.swing.control.FileChooser
-
- getFile() - Method in class org.apache.cayenne.swing.control.FileMenuItem
-
Returns a file if this menu item points to a readable file or directory, or null
otherwise.
- getFileChangeTracker() - Method in class org.apache.cayenne.modeler.ProjectController
-
- getFileFilter() - Method in class org.apache.cayenne.swing.control.FileChooser
-
- getFilter() - Method in class org.apache.cayenne.modeler.util.EntityTreeModel
-
Returns filter for attrs and rels
- getFilterController() - Method in class org.apache.cayenne.modeler.editor.EditorView
-
- getFilterMap() - Method in class org.apache.cayenne.modeler.dialog.datadomain.FilterController
-
- getFont() - Static method in class org.apache.cayenne.modeler.dialog.FindDialog
-
- getFont() - Method in class org.apache.cayenne.swing.components.textpane.style.SyntaxStyle
-
- getFontSelected() - Static method in class org.apache.cayenne.modeler.dialog.FindDialog
-
- getFrame() - Static method in class org.apache.cayenne.modeler.Application
-
- getFrame() - Method in class org.apache.cayenne.modeler.util.CayenneController
-
Finds a JFrame in the view hierarchy.
- getFrameController() - Method in class org.apache.cayenne.modeler.Application
-
Returns controller for the main frame.
- getGenerateButton() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsDialog
-
- getGenerateButton() - Method in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorDialog
-
- getGenerateButton() - Method in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptionsView
-
- getGenerateButton() - Method in class org.apache.cayenne.modeler.dialog.db.MergerOptionsView
-
- getGeneratePairs() - Method in class org.apache.cayenne.modeler.pref.DataMapDefaults
-
- getGenerationMode() - Method in class org.apache.cayenne.modeler.dialog.codegen.CustomModePanel
-
- getGenerationMode() - Method in class org.apache.cayenne.modeler.dialog.codegen.GeneratorTabPanel
-
- getGenerator() - Method in class org.apache.cayenne.modeler.dialog.codegen.GeneratorTabController
-
- getGeneratorController() - Method in class org.apache.cayenne.modeler.dialog.codegen.GeneratorTabController
-
- getGeneratorDefaults() - Method in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptions
-
- getGraph() - Method in class org.apache.cayenne.modeler.graph.DataDomainGraphTab
-
- getGraph() - Method in interface org.apache.cayenne.modeler.graph.GraphBuilder
-
Returns built graph for this builder
- getGraphMap(DataChannelDescriptor) - Method in class org.apache.cayenne.modeler.graph.GraphRegistry
-
Gets graph map for specified domain, creating it if needed
- getHeight(int) - Method in class org.apache.cayenne.modeler.pref.ComponentGeometry
-
- getIconHeight() - Method in class org.apache.cayenne.modeler.util.BevelArrowIcon
-
- getIconHeight() - Method in class org.apache.cayenne.modeler.util.BlankIcon
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.ChangeObjEntityListenerClassAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.CollapseTreeAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.CopyAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.CreateAttributeAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.CreateCallbackMethodAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.CreateDataMapAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.CreateDbEntityAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.CreateEmbeddableAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.CreateNodeAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.CreateObjEntityAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.CreateObjEntityListenerAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.CreateProcedureAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.CreateProcedureParameterAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.CreateQueryAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.CreateRelationshipAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.CutAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.DbEntityCounterpartAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.DbEntitySyncAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.FilterAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.GenerateCodeAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.ImportEOModelAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.LinkDataMapsAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.NavigateBackwardAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.NavigateForwardAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.NewProjectAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.ObjEntityCounterpartAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.ObjEntitySyncAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.OpenProjectAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.PasteAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.RedoAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.RemoveAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.RemoveCallbackMethodAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.RemoveEntityListenerAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.RemoveEntityListenerForDataMapAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.SaveAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.action.UndoAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.graph.action.EntityDisplayAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.graph.action.RebuildGraphAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.graph.action.SaveAsImageAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.graph.action.ShowGraphEntityAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.graph.action.ZoomInAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.graph.action.ZoomOutAction
-
- getIconName() - Method in class org.apache.cayenne.modeler.util.CayenneAction
-
Returns the name of the icon that should be used for buttons.
- getIconWidth() - Method in class org.apache.cayenne.modeler.util.BevelArrowIcon
-
- getIconWidth() - Method in class org.apache.cayenne.modeler.util.BlankIcon
-
- getIndexOfChild(Object, Object) - Method in class org.apache.cayenne.modeler.util.EntityTreeModel
-
- getInjector() - Method in class org.apache.cayenne.modeler.Application
-
- getInstance() - Static method in class org.apache.cayenne.modeler.Application
-
- getInstance() - Static method in class org.apache.cayenne.modeler.dialog.LogConsole
-
- getInstance() - Static method in class org.apache.cayenne.modeler.util.CayenneUserDir
-
- getInstance(String) - Method in class org.apache.cayenne.modeler.util.ModelerLogFactory
-
- getInstance() - Static method in class org.apache.cayenne.modeler.util.NameGeneratorPreferences
-
- getItem() - Method in class org.apache.cayenne.modeler.util.combo.CustomTypeComboBoxEditor
-
- getItemAt(int) - Method in class org.apache.cayenne.modeler.util.combo.SuggestionList
-
- getItemCount() - Method in class org.apache.cayenne.modeler.util.combo.SuggestionList
-
- getItemName(Object) - Method in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorControllerBase
-
- getJavaClass() - Method in class org.apache.cayenne.modeler.editor.wrapper.ObjAttributeWrapper
-
- getJdbcDriver() - Method in class org.apache.cayenne.modeler.pref.DBConnectionInfo
-
- getJndiPath() - Method in class org.apache.cayenne.modeler.editor.datanode.JNDIDataSourceView
-
- getJoin(InferredRelationship) - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsControllerBase
-
- getJoin(int) - Method in class org.apache.cayenne.modeler.dialog.DbJoinTableModel
-
- getJoinAttribute(DbEntity, DbEntity) - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsControllerBase
-
- getJoinSource() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferredRelationship
-
- getJoinTarget() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferredRelationship
-
- getKey() - Method in class org.apache.cayenne.modeler.pref.FSPath
-
- getKey() - Method in class org.apache.cayenne.modeler.util.CayenneAction
-
Returns the key under which this action should be stored in the ActionMap.
- getKEYWORDS() - Method in class org.apache.cayenne.swing.components.textpane.syntax.EJBQLSyntaxConstant
-
- getKEYWORDS() - Method in class org.apache.cayenne.swing.components.textpane.syntax.SQLSyntaxConstants
-
- getKEYWORDS() - Method in interface org.apache.cayenne.swing.components.textpane.syntax.SyntaxConstant
-
- getKEYWORDS2() - Method in class org.apache.cayenne.swing.components.textpane.syntax.EJBQLSyntaxConstant
-
- getKEYWORDS2() - Method in class org.apache.cayenne.swing.components.textpane.syntax.SQLSyntaxConstants
-
- getKEYWORDS2() - Method in interface org.apache.cayenne.swing.components.textpane.syntax.SyntaxConstant
-
- getLabelAndObjectIndex() - Static method in class org.apache.cayenne.modeler.dialog.FindDialogView
-
- getLastDirectory() - Method in class org.apache.cayenne.modeler.util.CayenneController
-
Returns last file system directory visited by user for this component.
- getLastEOModelDirectory() - Method in class org.apache.cayenne.modeler.CayenneModelerController
-
- getLastModified() - Method in class org.apache.cayenne.modeler.ProjectFileChangeTracker.FileInfo
-
- getLastProjFiles() - Static method in class org.apache.cayenne.modeler.ModelerPreferences
-
- getLastProjFilesPref() - Static method in class org.apache.cayenne.modeler.ModelerPreferences
-
- getLastRelationship() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
- getLastUsedStrategies() - Method in class org.apache.cayenne.modeler.util.NameGeneratorPreferences
-
- getLineNumber(int) - Method in class org.apache.cayenne.swing.components.textpane.JCayenneTextPane
-
Return an int containing the wrapped line index at the given position
- getLineNumberWidth() - Method in class org.apache.cayenne.swing.components.textpane.LineNumberedBorder
-
- getList() - Method in class org.apache.cayenne.modeler.dialog.pref.PreferenceDialogView
-
- getListenerClass() - Method in class org.apache.cayenne.modeler.event.ListenerClassSelectionEvent
-
- getListRenderer() - Static method in class org.apache.cayenne.modeler.util.DbAdapterInfo
-
- getLocalDataSource() - Method in class org.apache.cayenne.modeler.pref.DataNodeDefaults
-
- getLocalDataSources() - Method in class org.apache.cayenne.modeler.editor.datanode.MainDataNodeView
-
- getLocationHint() - Method in class org.apache.cayenne.modeler.editor.datanode.CustomDataSourceView
-
- getLogView() - Method in class org.apache.cayenne.modeler.dialog.LogConsoleView
-
- getMainPreferenceForProject() - Method in class org.apache.cayenne.modeler.Application
-
- getManageTemplatesLink() - Method in class org.apache.cayenne.modeler.dialog.codegen.CustomModePanel
-
- getMapKey() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
- getMapKeys() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
- getMapKeysCombo() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfoView
-
- getMapPreferences() - Method in class org.apache.cayenne.modeler.dialog.codegen.GeneratorController
-
- getMaxConnections() - Method in class org.apache.cayenne.modeler.editor.datanode.JDBCDataSourceView
-
- getMaxLength(DbAttribute) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbAttributeTableModel
-
- getMaxValue() - Method in class org.apache.cayenne.modeler.util.LongRunningTask
-
- getMediator() - Method in class org.apache.cayenne.modeler.util.CayenneDialog
-
Returns current CayenneModeler mediator.
- getMediator() - Method in class org.apache.cayenne.modeler.util.CayenneTableModel
-
Returns EventController object.
- getMenu() - Method in class org.apache.cayenne.modeler.dialog.LogConsoleView
-
- getMenuButton() - Method in class org.apache.cayenne.modeler.dialog.LogConsoleView
-
- getMessage() - Method in class org.apache.cayenne.modeler.dialog.validator.ValidationDisplayHandler
-
Returns the text of the error message.
- getMessageLabel() - Method in class org.apache.cayenne.modeler.dialog.ValidationResultBrowserView
-
- getMinColumns() - Method in class org.apache.cayenne.modeler.util.MultiColumnBrowser
-
Returns the minumum number of displayed columns.
- getMinConnections() - Method in class org.apache.cayenne.modeler.editor.datanode.JDBCDataSourceView
-
- getMinValue() - Method in class org.apache.cayenne.modeler.util.LongRunningTask
-
- getMode() - Method in class org.apache.cayenne.modeler.dialog.codegen.CustomPreferencesUpdater
-
- getModel() - Method in class org.apache.cayenne.modeler.util.MultiColumnBrowser
-
Returns browser model.
- getName() - Method in class org.apache.cayenne.modeler.Application
-
- getName() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferredRelationship
-
- getName() - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourceCreator
-
- getName() - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourceDuplicator
-
- getName() - Method in class org.apache.cayenne.modeler.dialog.validator.DuplicatedAttributesDialog.DuplicatedAttributeInfo
-
- getName() - Method in class org.apache.cayenne.modeler.editor.CallbackType
-
- getName() - Method in class org.apache.cayenne.modeler.editor.ObjCallbackMethod
-
- getName() - Method in class org.apache.cayenne.modeler.editor.wrapper.ObjAttributeWrapper
-
- getName() - Method in enum org.apache.cayenne.modeler.graph.GraphType
-
- getNamedObjectComparator() - Static method in class org.apache.cayenne.modeler.util.Comparators
-
Returns a comparator to order java beans according to their "name" property.
- getNameWithDefaultPackage(String) - Method in class org.apache.cayenne.modeler.dialog.datamap.PackageUpdateController
-
- getNamingStrategy() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsController
-
- getNamingStrategy() - Method in class org.apache.cayenne.modeler.dialog.db.DbLoaderOptionsDialog
-
Returns configured naming strategy
- getNewName() - Method in class org.apache.cayenne.configuration.event.DataMapEvent
-
- getNewName() - Method in class org.apache.cayenne.configuration.event.DataNodeEvent
-
- getNewName() - Method in class org.apache.cayenne.configuration.event.DomainEvent
-
- getNewName() - Method in class org.apache.cayenne.configuration.event.ProcedureEvent
-
- getNewName() - Method in class org.apache.cayenne.configuration.event.ProcedureParameterEvent
-
- getNewName() - Method in class org.apache.cayenne.configuration.event.QueryEvent
-
- getNewName() - Method in class org.apache.cayenne.modeler.dialog.validator.DuplicatedAttributesDialog.DuplicatedAttributeInfo
-
- getNewName() - Method in class org.apache.cayenne.modeler.event.CallbackMethodEvent
-
- getNewName() - Method in class org.apache.cayenne.modeler.event.EntityListenerEvent
-
- getNewProjectTemporaryName() - Method in class org.apache.cayenne.modeler.Application
-
- getNewRelButton() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfoView
-
- getNode() - Method in class org.apache.cayenne.modeler.editor.datanode.DataSourceEditor
-
- getNode() - Method in class org.apache.cayenne.modeler.editor.datanode.PasswordEncoderEditor
-
- getNode(Class, String) - Method in class org.apache.cayenne.pref.CayennePreference
-
- getNodeForObjectPath(Object[]) - Method in class org.apache.cayenne.modeler.ProjectTreeModel
-
- getNodeLinkedToMap(DataChannelDescriptor, DataMap) - Static method in class org.apache.cayenne.modeler.util.ModelerUtil
-
- getNodeName() - Method in class org.apache.cayenne.modeler.editor.datanode.MainDataNodeEditor
-
- getNodeName() - Method in class org.apache.cayenne.modeler.pref.DBConnectionInfo
-
- getNodes() - Method in class org.apache.cayenne.modeler.event.MultipleObjectsDisplayEvent
-
- getObjDetailView() - Method in class org.apache.cayenne.modeler.editor.EditorView
-
- getObject() - Method in class org.apache.cayenne.modeler.dialog.validator.ValidationDisplayHandler
-
- getObject(String) - Method in class org.apache.cayenne.pref.ChildrenMapPreference
-
- getObjectList() - Method in class org.apache.cayenne.modeler.util.CayenneTableModel
-
Returns internal object list.
- getObjectName(Object) - Static method in class org.apache.cayenne.modeler.util.ModelerUtil
-
Returns the "name" property of the object.
- getObjectSelect() - Method in class org.apache.cayenne.modeler.dialog.query.QueryTypeView
-
- getObjectTarget() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
Returns currently selected target of the ObjRelationship.
- getObjectTargets() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
Returns a list of ObjEntities available for target mapping.
- getObjEntities() - Method in class org.apache.cayenne.modeler.dialog.objentity.EntitySyncController
-
- getObjEntityFilter() - Method in class org.apache.cayenne.modeler.dialog.datadomain.FilterDialog
-
- getOkButton() - Method in class org.apache.cayenne.modeler.dialog.db.DataSourceWizardView
-
- getOkButton() - Method in class org.apache.cayenne.modeler.dialog.FindDialogView
-
- getOkButton() - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourceCreatorView
-
- getOkButton() - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourceDuplicatorView
-
- getOkButton() - Method in class org.apache.cayenne.modeler.dialog.pref.TemplateCreatorView
-
- getOPERATORS() - Method in class org.apache.cayenne.swing.components.textpane.syntax.EJBQLSyntaxConstant
-
- getOPERATORS() - Method in class org.apache.cayenne.swing.components.textpane.syntax.SQLSyntaxConstants
-
- getOPERATORS() - Method in interface org.apache.cayenne.swing.components.textpane.syntax.SyntaxConstant
-
- getOrderingKey() - Method in class org.apache.cayenne.modeler.dialog.DbJoinTableModel
-
Returns null to disable ordering.
- getOrderingKey() - Method in class org.apache.cayenne.modeler.util.CayenneTableModel
-
Returns the key by which to order elements in the object list.
- getOS() - Static method in enum org.apache.cayenne.modeler.util.OperatingSystem
-
- getOtherEncoding() - Method in class org.apache.cayenne.modeler.dialog.pref.EncodingSelectorView
-
- getOutputDir() - Method in class org.apache.cayenne.modeler.dialog.codegen.GeneratorController
-
- getOutputFolder() - Method in class org.apache.cayenne.modeler.dialog.codegen.GeneratorControllerPanel
-
- getOutputPath() - Method in class org.apache.cayenne.modeler.dialog.codegen.GeneratorController
-
- getOutputPath() - Method in class org.apache.cayenne.modeler.pref.DataMapDefaults
-
- getOutputPattern() - Method in class org.apache.cayenne.modeler.dialog.codegen.CustomModePanel
-
- getOutputPattern() - Method in class org.apache.cayenne.modeler.dialog.codegen.CustomPreferencesUpdater
-
- getOverrideAttr() - Method in class org.apache.cayenne.modeler.dialog.objentity.OverrideEmbeddableAttributeTableModel
-
- getOverrideAttributeTable() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributeInfoDialogView
-
- getOverwrite() - Method in class org.apache.cayenne.modeler.dialog.codegen.CustomModePanel
-
- getOverwrite() - Method in class org.apache.cayenne.modeler.dialog.codegen.CustomPreferencesUpdater
-
- getPairs() - Method in class org.apache.cayenne.modeler.dialog.codegen.CustomModePanel
-
- getPairs() - Method in class org.apache.cayenne.modeler.dialog.codegen.CustomPreferencesUpdater
-
- getPane() - Method in class org.apache.cayenne.swing.components.textpane.JCayenneTextPane
-
- getParameter() - Method in class org.apache.cayenne.configuration.event.ProcedureParameterEvent
-
- getParameter(int) - Method in class org.apache.cayenne.modeler.editor.ProcedureParameterTableModel
-
Returns procedure parameter at the specified row.
- getParameterDirection(ProcedureParameter) - Method in class org.apache.cayenne.modeler.editor.ProcedureParameterTableModel
-
- getParameterLength(ProcedureParameter) - Method in class org.apache.cayenne.modeler.editor.ProcedureParameterTableModel
-
- getParameterName(ProcedureParameter) - Method in class org.apache.cayenne.modeler.editor.ProcedureParameterTableModel
-
- getParameterNumber(int, ProcedureParameter) - Method in class org.apache.cayenne.modeler.editor.ProcedureParameterTableModel
-
- getParameterPrecision(ProcedureParameter) - Method in class org.apache.cayenne.modeler.editor.ProcedureParameterTableModel
-
- getParameterType(ProcedureParameter) - Method in class org.apache.cayenne.modeler.editor.ProcedureParameterTableModel
-
- getParent() - Method in class org.apache.cayenne.modeler.editor.wrapper.ObjAttributeWrapper
-
- getParent() - Method in class org.apache.cayenne.modeler.util.CayenneController
-
- getParentController() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsTabController
-
- getParentController() - Method in class org.apache.cayenne.modeler.dialog.codegen.ClassesTabController
-
- getParentController() - Method in class org.apache.cayenne.modeler.dialog.codegen.GeneratorController
-
- getParentController() - Method in class org.apache.cayenne.modeler.dialog.codegen.GeneratorTabController
-
- getParentEditor() - Method in class org.apache.cayenne.modeler.util.CayenneDialog
-
- getParentNode() - Method in class org.apache.cayenne.modeler.event.MultipleObjectsDisplayEvent
-
- getParentType() - Method in class org.apache.cayenne.modeler.dialog.validator.DuplicatedAttributesDialog.DuplicatedAttributeInfo
-
- getPassword() - Method in class org.apache.cayenne.modeler.dialog.pref.DBConnectionInfoEditorView
-
- getPassword() - Method in class org.apache.cayenne.modeler.editor.datanode.JDBCDataSourceView
-
- getPassword() - Method in class org.apache.cayenne.modeler.pref.DBConnectionInfo
-
- getPasswordEncoder() - Method in class org.apache.cayenne.modeler.editor.datanode.PasswordEncoderView
-
- getPasswordKey() - Method in class org.apache.cayenne.modeler.editor.datanode.PasswordEncoderView
-
- getPasswordLocation() - Method in class org.apache.cayenne.modeler.editor.datanode.PasswordEncoderView
-
- getPasswordSource() - Method in class org.apache.cayenne.modeler.editor.datanode.PasswordEncoderView
-
- getPasswordSourceLabel() - Method in class org.apache.cayenne.modeler.editor.datanode.PasswordEncoderView
-
- getPasteCallbackMethodAction() - Method in class org.apache.cayenne.modeler.editor.AbstractCallbackMethodsTab
-
- getPath() - Method in class org.apache.cayenne.modeler.pref.FSPath
-
- getPath() - Method in class org.apache.cayenne.modeler.TreeDropTarget
-
- getPathBrowser() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributeInfoDialogView
-
- getPathBrowser() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
- getPathFiles() - Method in class org.apache.cayenne.modeler.FileClassLoadingService
-
Returns an unmodifiable list of configured CLASSPATH locations.
- getPathObject() - Method in class org.apache.cayenne.modeler.event.DisplayEvent
-
Returns the last object in the path.
- getPopupHeightForRowCount(int) - Method in class org.apache.cayenne.modeler.util.combo.SuggestionList
-
Retrieves the height of the popup based on the current
ListCellRenderer and the maximum row count.
- getPosition(int, int) - Method in class org.apache.cayenne.swing.components.textpane.JCayenneTextPane
-
Return an int position at the given line number and symbol position in this line
- getPreference() - Method in class org.apache.cayenne.modeler.pref.ComponentGeometry
-
- getPreference() - Method in class org.apache.cayenne.modeler.pref.TableColumnPreferences
-
- getPreferenceForDataDomain() - Method in class org.apache.cayenne.modeler.ProjectController
-
Returns top preferences for the current project, throwing an exception if
no project is selected.
- getPreferenceForProject() - Method in class org.apache.cayenne.modeler.ProjectController
-
- getPreferences() - Method in class org.apache.cayenne.modeler.dialog.codegen.GeneratorTabController
-
- getPreferences() - Method in class org.apache.cayenne.modeler.dialog.codegen.StandardPanelComponent
-
- getPreferences() - Static method in class org.apache.cayenne.modeler.ModelerPreferences
-
Returns Cayenne preferences singleton.
- getPreferencesNode(Class<?>, String) - Method in class org.apache.cayenne.modeler.Application
-
- getPreferredColumnSize() - Method in class org.apache.cayenne.modeler.util.MultiColumnBrowser
-
Returns prefrred size of a single browser column.
- getPreferredNode() - Method in class org.apache.cayenne.modeler.action.DBWizardAction
-
- getPresentationName() - Method in class org.apache.cayenne.modeler.undo.AddPrefetchUndoableEdit
-
- getPresentationName() - Method in class org.apache.cayenne.modeler.undo.CayenneTableModelUndoableEdit
-
- getPresentationName() - Method in class org.apache.cayenne.modeler.undo.CreateAttributeUndoableEdit
-
- getPresentationName() - Method in class org.apache.cayenne.modeler.undo.CreateCallbackMethodUndoableEdit
-
- getPresentationName() - Method in class org.apache.cayenne.modeler.undo.CreateDataMapEntityListenerUndoableEdit
-
- getPresentationName() - Method in class org.apache.cayenne.modeler.undo.CreateDataMapUndoableEdit
-
- getPresentationName() - Method in class org.apache.cayenne.modeler.undo.CreateDbEntityUndoableEdit
-
- getPresentationName() - Method in class org.apache.cayenne.modeler.undo.CreateEmbAttributeUndoableEdit
-
- getPresentationName() - Method in class org.apache.cayenne.modeler.undo.CreateEmbeddableUndoableEdit
-
- getPresentationName() - Method in class org.apache.cayenne.modeler.undo.CreateEntityListenerUndoableEdit
-
- getPresentationName() - Method in class org.apache.cayenne.modeler.undo.CreateNodeUndoableEdit
-
- getPresentationName() - Method in class org.apache.cayenne.modeler.undo.CreateObjEntityUndoableEdit
-
- getPresentationName() - Method in class org.apache.cayenne.modeler.undo.CreateProcedureUndoableEdit
-
- getPresentationName() - Method in class org.apache.cayenne.modeler.undo.CreateQueryUndoableEdit
-
- getPresentationName() - Method in class org.apache.cayenne.modeler.undo.CreateRelationshipUndoableEdit
-
- getPresentationName() - Method in class org.apache.cayenne.modeler.undo.InferRelationshipsUndoableEdit
-
- getPresentationName() - Method in class org.apache.cayenne.modeler.undo.JComboBoxUndoableEdit
-
- getPresentationName() - Method in class org.apache.cayenne.modeler.undo.LinkDataMapsUndoableEdit
-
- getPresentationName() - Method in class org.apache.cayenne.modeler.undo.LinkDataMapUndoableEdit
-
- getPresentationName() - Method in class org.apache.cayenne.modeler.undo.PasteUndoableEdit
-
- getPresentationName() - Method in class org.apache.cayenne.modeler.undo.RemoveAttributeUndoableEdit
-
- getPresentationName() - Method in class org.apache.cayenne.modeler.undo.RemoveCallbackMethodUndoableEdit
-
- getPresentationName() - Method in class org.apache.cayenne.modeler.undo.RemoveCompoundUndoableEdit
-
- getPresentationName() - Method in class org.apache.cayenne.modeler.undo.RemoveRelationshipUndoableEdit
-
- getPresentationName() - Method in class org.apache.cayenne.modeler.undo.RemoveUndoableEdit
-
- getProblem(Object) - Method in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorControllerBase
-
Returns the first encountered validation problem for an antity matching the name or
null if the entity is valid or the entity is not present.
- getProblem() - Method in class org.apache.cayenne.modeler.dialog.db.TableSelectorController
-
- getProcedure() - Method in class org.apache.cayenne.configuration.event.ProcedureEvent
-
- getProcedure() - Method in class org.apache.cayenne.modeler.event.ProcedureDisplayEvent
-
- getProcedureFilter() - Method in class org.apache.cayenne.modeler.dialog.datadomain.FilterDialog
-
- getProcedureNamePattern() - Method in class org.apache.cayenne.modeler.dialog.db.DbLoaderOptionsDialog
-
Returns the procedure name pattern.
- getProcedureParameters() - Method in class org.apache.cayenne.modeler.event.ProcedureParameterDisplayEvent
-
- getProcedureSelect() - Method in class org.apache.cayenne.modeler.dialog.query.QueryTypeView
-
- getProcedureView() - Method in class org.apache.cayenne.modeler.editor.EditorView
-
- getProgressBar() - Method in class org.apache.cayenne.modeler.util.ProgressDialog
-
- getProject() - Method in class org.apache.cayenne.modeler.Application
-
- getProject() - Method in class org.apache.cayenne.modeler.ProjectController
-
- getProjectController() - Method in class org.apache.cayenne.modeler.CayenneModelerController
-
- getProjectController() - Method in class org.apache.cayenne.modeler.util.CayenneAction
-
Returns current project controller.
- getProjectDetailObject(Class<? extends CayennePreference>, Preferences) - Method in class org.apache.cayenne.pref.CayenneProjectPreferences
-
- getProjectModel() - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
Returns tree model cast to ProjectTreeModel.
- getProjectTreeView() - Method in class org.apache.cayenne.modeler.editor.EditorView
-
- getPropertiesFile() - Method in class org.apache.cayenne.modeler.editor.datanode.DBCPDataSourceView
-
- getProperty(String) - Method in class org.apache.cayenne.modeler.pref.DataMapDefaults
-
- getProperty(String) - Static method in class org.apache.cayenne.modeler.util.ModelerUtil
-
Retrieves strings from .properties file
- getProperty(String) - Method in class org.apache.cayenne.pref.PreferenceDetail
-
Returns a named property for a given key.
- getQuery() - Method in class org.apache.cayenne.configuration.event.QueryEvent
-
- getQuery() - Method in class org.apache.cayenne.modeler.editor.EjbqlQueryMainTab
-
- getQuery() - Method in class org.apache.cayenne.modeler.editor.SelectQueryMainTab
-
- getQuery() - Method in class org.apache.cayenne.modeler.editor.SQLTemplateMainTab
-
- getQuery() - Method in class org.apache.cayenne.modeler.event.QueryDisplayEvent
-
- getQueryFilter() - Method in class org.apache.cayenne.modeler.dialog.datadomain.FilterDialog
-
- getRecentFileMenu() - Method in class org.apache.cayenne.modeler.CayenneModelerFrame
-
Returns the recentFileMenu.
- getRedoPresentationName() - Method in class org.apache.cayenne.modeler.undo.DbEntitySyncUndoableEdit
-
- getRedoPresentationName() - Method in class org.apache.cayenne.modeler.undo.InferRelationshipsUndoableEdit
-
- getRedoPresentationName() - Method in class org.apache.cayenne.modeler.undo.RelationshipUndoableEdit
-
- getRedoPresentationName() - Method in class org.apache.cayenne.modeler.undo.TextCompoundEdit
-
- getRegisteredTypeNames() - Static method in class org.apache.cayenne.modeler.util.ModelerUtil
-
- getRelationship() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
- getRelationship(int) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbRelationshipTableModel
-
- getRelationship(int) - Method in class org.apache.cayenne.modeler.editor.ObjRelationshipTableModel
-
- getRelationshipName() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
- getRelationshipName() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfoView
-
- getRelationshipPanel() - Method in class org.apache.cayenne.modeler.editor.dbentity.DbEntityAttributeRelationshipTab
-
- getRelationshipPanel() - Method in class org.apache.cayenne.modeler.editor.ObjEntityAttributeRelationshipTab
-
- getRelationships() - Method in class org.apache.cayenne.modeler.dialog.datamap.LockingUpdateView
-
- getRelationships() - Method in class org.apache.cayenne.modeler.event.RelationshipDisplayEvent
-
- getRelationshipsUsingAttributeAsSource(DbAttribute) - Static method in class org.apache.cayenne.modeler.util.ProjectUtil
-
Returns a collection of DbRelationships that use this attribute as a source.
- getRelationshipsUsingAttributeAsTarget(DbAttribute) - Static method in class org.apache.cayenne.modeler.util.ProjectUtil
-
Returns a collection of DbRelationships that use this attribute as a source.
- getRemoveButton() - Method in class org.apache.cayenne.modeler.dialog.pref.TemplatePreferencesView
-
- getRemoveCallbackMethodAction() - Method in class org.apache.cayenne.modeler.editor.AbstractCallbackMethodsTab
-
- getRemoveDataSource() - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourcePreferencesView
-
- getRemovedNode() - Method in class org.apache.cayenne.pref.CayennePreferenceEditor
-
- getRemovedPreferences() - Method in class org.apache.cayenne.pref.CayennePreferenceEditor
-
- getRemoveEntryButton() - Method in class org.apache.cayenne.modeler.dialog.pref.ClasspathPreferencesView
-
- getRemoveFKs() - Method in class org.apache.cayenne.modeler.dialog.objentity.EntitySyncDialog
-
- getRenderer() - Method in class org.apache.cayenne.modeler.util.MultiColumnBrowser
-
Returns ListCellRenderer for individual elements of each column.
- getResolve() - Method in class org.apache.cayenne.modeler.editor.dbentity.DbEntityAttributeRelationshipTab
-
- getResolve() - Method in class org.apache.cayenne.modeler.editor.ObjEntityAttributeRelationshipTab
-
- getResolver() - Method in class org.apache.cayenne.modeler.editor.dbentity.DbEntityRelationshipPanel
-
- getResolver() - Method in class org.apache.cayenne.modeler.editor.ObjEntityAttributePanel
-
- getResolver() - Method in class org.apache.cayenne.modeler.editor.ObjEntityRelationshipPanel
-
- getResult() - Static method in class org.apache.cayenne.modeler.dialog.validator.DuplicatedAttributesDialog
-
- getReverseAll() - Method in class org.apache.cayenne.modeler.dialog.db.MergerTokenSelectorView
-
- getRoot() - Method in class org.apache.cayenne.modeler.util.EntityTreeModel
-
- getRootNode() - Method in class org.apache.cayenne.modeler.ProjectTreeModel
-
Returns root node cast into DefaultMutableTreeNode.
- getRootPreference() - Method in class org.apache.cayenne.pref.CayennePreference
-
- getRootPreference() - Method in interface org.apache.cayenne.pref.Preference
-
- getRootPreference() - Method in class org.apache.cayenne.pref.PreferenceDecorator
-
- getRootPreference() - Method in class org.apache.cayenne.pref.UpgradeCayennePreference
-
- getRowCount() - Method in class org.apache.cayenne.modeler.dialog.db.MergerTokenTableModel
-
- getRowCount() - Method in class org.apache.cayenne.modeler.util.CayenneTableModel
-
Returns the number of objects on the list.
- getSaveButton() - Method in class org.apache.cayenne.modeler.dialog.datadomain.CacheSyncConfigView
-
- getSaveButton() - Method in class org.apache.cayenne.modeler.dialog.objentity.DbRelationshipTargetView
-
- getSaveButton() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributeInfoDialogView
-
- getSaveButton() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfoView
-
- getSaveButton() - Method in class org.apache.cayenne.modeler.dialog.pref.PreferenceDialogView
-
- getSaveButton() - Method in class org.apache.cayenne.modeler.dialog.query.QueryTypeView
-
- getSavedDbRelationships() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
- getSaveSqlButton() - Method in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptionsView
-
- getSaveSqlButton() - Method in class org.apache.cayenne.modeler.dialog.db.MergerOptionsView
-
- getScale(DbAttribute) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbAttributeTableModel
-
- getSchemaUpdateStrategy() - Method in class org.apache.cayenne.modeler.editor.datanode.MainDataNodeEditor
-
- getSchemaUpdateStrategy() - Method in class org.apache.cayenne.modeler.editor.datanode.MainDataNodeView
-
- getScriptsTab() - Method in class org.apache.cayenne.modeler.editor.SQLTemplateTabbedView
-
- getScroller() - Method in class org.apache.cayenne.modeler.dialog.LogConsoleView
-
- getScrollPane() - Method in class org.apache.cayenne.swing.components.textpane.JCayenneTextPane
-
- getSelectableTokens() - Method in class org.apache.cayenne.modeler.dialog.db.MergerTokenSelectorController
-
- getSelectedCallbackType() - Method in class org.apache.cayenne.modeler.editor.AbstractCallbackMethodsTab
-
- getSelectedCatalog() - Method in class org.apache.cayenne.modeler.dialog.db.DbLoaderOptionsDialog
-
Returns selected catalog.
- getSelectedEmbeddables() - Method in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorControllerBase
-
- getSelectedEmbeddablesSize() - Method in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorControllerBase
-
- getSelectedEntities() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsControllerBase
-
- getSelectedEntities() - Method in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorControllerBase
-
- getSelectedEntitiesSize() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsControllerBase
-
- getSelectedEntitiesSize() - Method in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorControllerBase
-
- getSelectedEntity() - Method in interface org.apache.cayenne.modeler.graph.GraphBuilder
-
Returns selected entity, null if none is selected
- getSelectedIndex() - Method in class org.apache.cayenne.modeler.editor.SQLTemplateScriptsTab
-
- getSelectedIndex() - Method in class org.apache.cayenne.modeler.util.combo.SuggestionList
-
- getSelectedPath() - Method in class org.apache.cayenne.modeler.editor.SelectQueryOrderingTab
-
- getSelectedQuery() - Method in class org.apache.cayenne.modeler.dialog.query.QueryType
-
- getSelectedSchema() - Method in class org.apache.cayenne.modeler.dialog.db.DbLoaderOptionsDialog
-
Returns selected schema.
- getSelectedSchema() - Method in class org.apache.cayenne.modeler.dialog.db.DbMigrateOptionsDialog
-
Returns selected schema.
- getSelectedTextComponent() - Method in class org.apache.cayenne.modeler.util.CayenneTable
-
- getSelectedTokens() - Method in class org.apache.cayenne.modeler.dialog.db.MergerTokenSelectorController
-
- getSelectedType() - Method in class org.apache.cayenne.modeler.graph.GraphMap
-
Returns type that is currently selected
- getSelectedValue() - Method in class org.apache.cayenne.modeler.util.combo.SuggestionList
-
- getSelectionMode() - Method in class org.apache.cayenne.swing.control.FileChooser
-
- getSelectionPath() - Method in class org.apache.cayenne.modeler.util.MultiColumnBrowser
-
Returns current selection path or null if no selection is made.
- getSelectOutputFolder() - Method in class org.apache.cayenne.modeler.dialog.codegen.GeneratorControllerPanel
-
- getSelectPathButton() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributeInfoDialogView
-
- getSelectPathButton() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfoView
-
- getSelectQueryView() - Method in class org.apache.cayenne.modeler.editor.EditorView
-
- getServerClass() - Method in class org.apache.cayenne.modeler.dialog.objentity.ClassNameUpdaterView
-
- getSource() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferredRelationship
-
- getSource() - Method in class org.apache.cayenne.modeler.dialog.objentity.DbRelationshipTarget
-
- getSource1Button() - Method in class org.apache.cayenne.modeler.dialog.objentity.DbRelationshipTargetView
-
- getSource2Button() - Method in class org.apache.cayenne.modeler.dialog.objentity.DbRelationshipTargetView
-
- getSourceEntityLabel() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributeInfoDialogView
-
- getSourceEntityLabel() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfoView
-
- getSplit() - Method in class org.apache.cayenne.modeler.dialog.pref.PreferenceDialogView
-
- getSplitPane() - Method in class org.apache.cayenne.modeler.editor.dbentity.DbEntityAttributeRelationshipTab
-
- getSplitPane() - Method in class org.apache.cayenne.modeler.editor.ObjEntityAttributeRelationshipTab
-
- getSql() - Method in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptionsView
-
- getSql() - Method in class org.apache.cayenne.modeler.dialog.db.MergerOptionsView
-
- getSqlSelect() - Method in class org.apache.cayenne.modeler.dialog.query.QueryTypeView
-
- getSqlTemplateView() - Method in class org.apache.cayenne.modeler.editor.EditorView
-
- getStandardAdapterLabels() - Static method in class org.apache.cayenne.modeler.util.DbAdapterInfo
-
- getStandardAdapters() - Static method in class org.apache.cayenne.modeler.util.DbAdapterInfo
-
- getStandardSubclassTemplates() - Method in class org.apache.cayenne.modeler.CodeTemplateManager
-
- getStandardSuperclassTemplates() - Method in class org.apache.cayenne.modeler.CodeTemplateManager
-
- getStartEntity() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
- getStartPositionInDocument() - Method in class org.apache.cayenne.swing.components.textpane.JCayenneTextPane
-
- getState(int) - Method in class org.apache.cayenne.modeler.util.SortButtonRenderer
-
- getStatus() - Method in class org.apache.cayenne.modeler.CayenneModelerFrame
-
- getStatusLabel() - Method in class org.apache.cayenne.modeler.util.ProgressDialog
-
- getStrategyCombo() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsDialog
-
- getSubclassTemplate() - Method in class org.apache.cayenne.modeler.dialog.codegen.CustomModePanel
-
- getSubclassTemplate() - Method in class org.apache.cayenne.modeler.dialog.codegen.CustomPreferencesUpdater
-
- getSubclassTemplate() - Method in class org.apache.cayenne.modeler.pref.DataMapDefaults
-
- getSuperclass() - Method in class org.apache.cayenne.modeler.dialog.datamap.SuperclassUpdateController
-
- getSuperClassName(ObjEntity) - Method in class org.apache.cayenne.modeler.dialog.datamap.SuperclassUpdateController
-
- getSuperclassPackage() - Method in class org.apache.cayenne.modeler.dialog.codegen.StandardPanelComponent
-
- getSuperclassPackage() - Method in class org.apache.cayenne.modeler.pref.DataMapDefaults
-
- getSuperclassTemplate() - Method in class org.apache.cayenne.modeler.dialog.codegen.CustomModePanel
-
- getSuperclassTemplate() - Method in class org.apache.cayenne.modeler.dialog.codegen.CustomPreferencesUpdater
-
- getSuperclassTemplate() - Method in class org.apache.cayenne.modeler.pref.DataMapDefaults
-
- getSyncWithLocal() - Method in class org.apache.cayenne.modeler.editor.datanode.JDBCDataSourceView
-
- getTabComponent() - Method in class org.apache.cayenne.modeler.editor.datanode.DataNodeEditor
-
- getTable() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsPanel
-
- getTable() - Method in class org.apache.cayenne.modeler.dialog.codegen.ClassesTabPanel
-
- getTable() - Method in class org.apache.cayenne.modeler.dialog.FindDialogView
-
- getTable() - Method in class org.apache.cayenne.modeler.dialog.pref.ClasspathPreferencesView
-
- getTable() - Method in class org.apache.cayenne.modeler.dialog.pref.TemplatePreferencesView
-
- getTable() - Method in class org.apache.cayenne.modeler.editor.ObjAttributeTableModel
-
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.apache.cayenne.modeler.util.CellEditorForAttributeTable
-
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.apache.cayenne.modeler.util.combo.ComboBoxCellEditor
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.apache.cayenne.modeler.util.SortButtonRenderer
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.apache.cayenne.swing.ImageRendererColumn
-
- getTableNamePattern() - Method in class org.apache.cayenne.modeler.dialog.db.DbLoaderOptionsDialog
-
Returns the tableNamePattern.
- getTablePreferences() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributeInfoDialogView
-
- getTables() - Method in class org.apache.cayenne.modeler.dialog.db.TableSelectorController
-
- getTables() - Method in class org.apache.cayenne.modeler.dialog.db.TableSelectorView
-
- getTabs() - Method in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptionsView
-
- getTabs() - Method in class org.apache.cayenne.modeler.dialog.db.MergerOptionsView
-
- getTarget() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferredRelationship
-
- getTarget() - Method in class org.apache.cayenne.modeler.dialog.objentity.DbRelationshipTarget
-
- getTargetCollection() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
- getTargetCollections() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
- getTargetCombo() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfoView
-
- getTargetObject() - Method in class org.apache.cayenne.modeler.undo.TextCompoundEdit
-
- getTargets() - Method in class org.apache.cayenne.modeler.dialog.objentity.DbRelationshipTarget
-
- getTds() - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
- getTemplateChooser() - Method in class org.apache.cayenne.modeler.dialog.pref.TemplateCreatorView
-
- getTemplateEntries() - Method in class org.apache.cayenne.modeler.dialog.pref.TemplatePreferences
-
- getTemplateName() - Method in class org.apache.cayenne.modeler.dialog.pref.TemplateCreatorView
-
- getTemplatePath(String) - Method in class org.apache.cayenne.modeler.CodeTemplateManager
-
- getTemplatePreferences(Application) - Method in class org.apache.cayenne.modeler.CodeTemplateManager
-
- getTemplatePreferences() - Method in class org.apache.cayenne.modeler.dialog.pref.TemplatePreferences
-
- getTestDataSource() - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourcePreferencesView
-
- getText() - Method in class org.apache.cayenne.swing.components.textpane.JCayenneTextPane
-
- getTextForSQL() - Method in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptions
-
- getTextForSQL() - Method in class org.apache.cayenne.modeler.dialog.db.MergerOptions
-
- getTitle() - Method in class org.apache.cayenne.swing.control.FileChooser
-
- getToken(int) - Method in class org.apache.cayenne.modeler.dialog.db.MergerTokenTableModel
-
- getTokens() - Method in class org.apache.cayenne.modeler.dialog.db.MergerTokenSelectorView
-
- getToMany(InferredRelationship) - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsControllerBase
-
- getToManyCheckBox() - Method in class org.apache.cayenne.modeler.dialog.objentity.DbRelationshipTargetView
-
- getToolTipText(MouseEvent) - Method in class org.apache.cayenne.swing.components.textpane.JCayenneTextPane
-
- getTooltipTextError() - Method in class org.apache.cayenne.swing.components.textpane.JCayenneTextPane
-
- getTransferData(DataFlavor) - Method in class org.apache.cayenne.modeler.TreeDropTarget
-
- getTransferData(DataFlavor) - Method in class org.apache.cayenne.modeler.util.CayenneTransferable
-
- getTransferDataFlavors() - Method in class org.apache.cayenne.modeler.TreeDropTarget
-
- getTransferDataFlavors() - Method in class org.apache.cayenne.modeler.util.CayenneTransferable
-
- getTree() - Method in class org.apache.cayenne.modeler.dialog.datadomain.FilterController
-
- getTreeModel() - Method in class org.apache.cayenne.modeler.dialog.datadomain.FilterController
-
- getTreePanel() - Method in class org.apache.cayenne.modeler.editor.EditorView
-
- getTreeSelectionListener() - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
- getType() - Method in class org.apache.cayenne.modeler.dialog.validator.DuplicatedAttributesDialog.DuplicatedAttributeInfo
-
- getType() - Method in class org.apache.cayenne.modeler.editor.CallbackType
-
- getType() - Method in class org.apache.cayenne.modeler.editor.wrapper.ObjAttributeWrapper
-
- getType() - Method in interface org.apache.cayenne.modeler.graph.GraphBuilder
-
Returns type of the graph
- getTypeComboBox() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributeInfoDialogView
-
- getTYPES() - Method in class org.apache.cayenne.swing.components.textpane.syntax.EJBQLSyntaxConstant
-
- getTYPES() - Method in class org.apache.cayenne.swing.components.textpane.syntax.SQLSyntaxConstants
-
- getTYPES() - Method in interface org.apache.cayenne.swing.components.textpane.syntax.SyntaxConstant
-
- getTypeSelector() - Method in class org.apache.cayenne.modeler.dialog.datadomain.CacheSyncConfigView
-
- getUndoManager() - Method in class org.apache.cayenne.modeler.Application
-
Returns undo-edits controller.
- getUndoPresentationName() - Method in class org.apache.cayenne.modeler.undo.DbEntitySyncUndoableEdit
-
- getUndoPresentationName() - Method in class org.apache.cayenne.modeler.undo.InferRelationshipsUndoableEdit
-
- getUndoPresentationName() - Method in class org.apache.cayenne.modeler.undo.RelationshipUndoableEdit
-
- getUndoPresentationName() - Method in class org.apache.cayenne.modeler.undo.TextCompoundEdit
-
- getUpdateAll() - Method in class org.apache.cayenne.modeler.dialog.datamap.DefaultsPreferencesView
-
- getUpdateButton() - Method in class org.apache.cayenne.modeler.dialog.datamap.DefaultsPreferencesView
-
- getUpdateButton() - Method in class org.apache.cayenne.modeler.dialog.datamap.LockingUpdateView
-
- getUpdateButton() - Method in class org.apache.cayenne.modeler.dialog.objentity.ClassNameUpdaterView
-
- getUpdateButton() - Method in class org.apache.cayenne.modeler.dialog.objentity.EntitySyncDialog
-
- getUpdateEmpty() - Method in class org.apache.cayenne.modeler.dialog.datamap.DefaultsPreferencesView
-
- getUrl() - Method in class org.apache.cayenne.modeler.dialog.pref.DBConnectionInfoEditorView
-
- getUrl() - Method in class org.apache.cayenne.modeler.editor.datanode.JDBCDataSourceView
-
- getUrl() - Method in class org.apache.cayenne.modeler.pref.DBConnectionInfo
-
- getUseConfigFile() - Method in class org.apache.cayenne.modeler.dialog.datadomain.JGroupsConfigPanel
-
- getUseDefaultConfig() - Method in class org.apache.cayenne.modeler.dialog.datadomain.JGroupsConfigPanel
-
- getUsePackagePath() - Method in class org.apache.cayenne.modeler.dialog.codegen.CustomModePanel
-
- getUsePackagePath() - Method in class org.apache.cayenne.modeler.dialog.codegen.CustomPreferencesUpdater
-
- getUserName() - Method in class org.apache.cayenne.modeler.dialog.pref.DBConnectionInfoEditorView
-
- getUserName() - Method in class org.apache.cayenne.modeler.editor.datanode.JDBCDataSourceView
-
- getUserName() - Method in class org.apache.cayenne.modeler.pref.DBConnectionInfo
-
- getValidationFailure() - Method in class org.apache.cayenne.modeler.dialog.validator.ValidationDisplayHandler
-
- getValue() - Method in class org.apache.cayenne.modeler.editor.wrapper.ObjAttributeWrapper
-
- getValue() - Method in interface org.apache.cayenne.modeler.editor.wrapper.Wrapper
-
- getValue() - Method in class org.apache.cayenne.swing.BindingBase
-
Pulls bound value from the context.
- getValue(Object, Map) - Method in class org.apache.cayenne.swing.BindingExpression
-
- getValueAt(int, int) - Method in class org.apache.cayenne.modeler.dialog.db.MergerTokenTableModel
-
- getValueAt(int, int) - Method in class org.apache.cayenne.modeler.dialog.DbJoinTableModel
-
- getValueAt(int, int) - Method in class org.apache.cayenne.modeler.dialog.objentity.OverrideEmbeddableAttributeTableModel
-
- getValueAt(int, int) - Method in class org.apache.cayenne.modeler.editor.CallbackDescriptorTableModel
-
Returns the value for the cell at columnIndex and
rowIndex.
- getValueAt(int, int) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbAttributeTableModel
-
- getValueAt(int, int) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbRelationshipTableModel
-
- getValueAt(int, int) - Method in class org.apache.cayenne.modeler.editor.EmbeddableAttributeTableModel
-
- getValueAt(int, int) - Method in class org.apache.cayenne.modeler.editor.ObjAttributeTableModel
-
- getValueAt(int, int) - Method in class org.apache.cayenne.modeler.editor.ObjRelationshipTableModel
-
- getValueAt(int, int) - Method in class org.apache.cayenne.modeler.editor.ProcedureParameterTableModel
-
- getVelotemplateFilter() - Static method in class org.apache.cayenne.modeler.util.FileFilters
-
Returns a FileFilter used to select Velocity template files.
- getVersionString() - Method in class org.apache.cayenne.modeler.util.Version
-
- getView() - Method in class org.apache.cayenne.modeler.CayenneModelerController
-
- getView() - Method in class org.apache.cayenne.modeler.CayenneModelerFrame
-
Returns the right side view panel.
- getView() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsController
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsControllerBase
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsTabController
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.codegen.ClassesTabController
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorController
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorControllerBase
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.codegen.CustomModeController
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.codegen.GeneratorTabController
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.codegen.StandardModeController
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.datadomain.CacheSyncConfigController
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.datamap.CatalogUpdateController
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.datamap.LockingUpdateController
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.datamap.PackageUpdateController
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.datamap.SchemaUpdateController
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.datamap.SuperclassUpdateController
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.db.DataSourceWizard
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptions
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.db.MergerOptions
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.db.MergerTokenSelectorController
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.db.TableSelectorController
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.FindDialog
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.LogConsole
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.objentity.ClassNameUpdater
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.objentity.DbRelationshipTarget
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.objentity.EntitySyncController
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributeInfoDialog
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.pref.ClasspathPreferences
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourceCreator
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourceDuplicator
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourcePreferences
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.pref.DBConnectionInfoEditor
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.pref.EncodingSelector
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.pref.GeneralPreferences
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.pref.PreferenceDialog
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.pref.TemplateCreator
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.pref.TemplatePreferences
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.query.QueryType
-
- getView() - Method in class org.apache.cayenne.modeler.dialog.ValidationResultBrowser
-
- getView() - Method in class org.apache.cayenne.modeler.editor.datanode.AdapterEditor
-
- getView() - Method in class org.apache.cayenne.modeler.editor.datanode.CustomDataSourceEditor
-
- getView() - Method in class org.apache.cayenne.modeler.editor.datanode.DataNodeEditor
-
- getView() - Method in class org.apache.cayenne.modeler.editor.datanode.DBCPDataSourceEditor
-
- getView() - Method in class org.apache.cayenne.modeler.editor.datanode.JDBCDataSourceEditor
-
- getView() - Method in class org.apache.cayenne.modeler.editor.datanode.JNDIDataSourceEditor
-
- getView() - Method in class org.apache.cayenne.modeler.editor.datanode.MainDataNodeEditor
-
- getView() - Method in class org.apache.cayenne.modeler.editor.datanode.PasswordEncoderEditor
-
- getView() - Method in class org.apache.cayenne.modeler.ProjectController
-
- getView() - Method in class org.apache.cayenne.modeler.util.CayenneController
-
Returns the vie wassociated with this Controller.
- getView() - Method in class org.apache.cayenne.swing.ActionBinding
-
- getView() - Method in class org.apache.cayenne.swing.BeanActionBinding
-
- getView() - Method in interface org.apache.cayenne.swing.BoundComponent
-
Returns bound view component.
- getView() - Method in class org.apache.cayenne.swing.CheckBoxBinding
-
- getView() - Method in class org.apache.cayenne.swing.ComboSelectionBinding
-
- getView() - Method in class org.apache.cayenne.swing.ItemEventBinding
-
- getView() - Method in interface org.apache.cayenne.swing.ObjectBinding
-
- getView() - Method in class org.apache.cayenne.swing.PropertyBinding
-
- getView() - Method in class org.apache.cayenne.swing.TableBinding
-
- getView() - Method in class org.apache.cayenne.swing.TextBinding
-
Returns internal text component.
- getViewFactory() - Method in class org.apache.cayenne.swing.components.textpane.EditorKit
-
- getViewPreferences() - Method in class org.apache.cayenne.modeler.util.CayenneController
-
Returns preference for this component view.
- getWidgetFactory() - Static method in class org.apache.cayenne.modeler.Application
-
- getWidth(int) - Method in class org.apache.cayenne.modeler.pref.ComponentGeometry
-
- getWindow() - Method in class org.apache.cayenne.modeler.util.CayenneController
-
Finds a Window in the view hierarchy.
- getX(int) - Method in class org.apache.cayenne.modeler.pref.ComponentGeometry
-
- getY(int) - Method in class org.apache.cayenne.modeler.pref.ComponentGeometry
-
- GraphBuilder - Interface in org.apache.cayenne.modeler.graph
-
Interface for building graphs which represent some prespective of a domain
- GraphLoader - Class in org.apache.cayenne.modeler.graph
-
Class to load graph from XML
- GraphLoader(GraphMap) - Constructor for class org.apache.cayenne.modeler.graph.GraphLoader
-
- GraphMap - Class in org.apache.cayenne.modeler.graph
-
Map that stores graph builders for a single domain by their type
and has additional methods to set currently selected graph and serialize to XML
- GraphMap(DataChannelDescriptor) - Constructor for class org.apache.cayenne.modeler.graph.GraphMap
-
- GraphRegistry - Class in org.apache.cayenne.modeler.graph
-
Class for storing information about datadomain's builders.
- GraphRegistry() - Constructor for class org.apache.cayenne.modeler.graph.GraphRegistry
-
- GraphType - Enum in org.apache.cayenne.modeler.graph
-
Types of the graph
- guiException(Throwable) - Static method in class org.apache.cayenne.modeler.dialog.ErrorDebugDialog
-
Shows an error dialog with stack trace
- guiWarning(Throwable, String) - Static method in class org.apache.cayenne.modeler.dialog.ErrorDebugDialog
-
Shows an warning dialog with stack trace
- iconForObject(Object) - Static method in class org.apache.cayenne.modeler.util.CellRenderers
-
- ID_PK_COLUMN - Static variable in class org.apache.cayenne.modeler.pref.DBConnectionInfo
-
- ignoreChange - Variable in class org.apache.cayenne.modeler.editor.ProcedureTab
-
- ImageRendererColumn - Class in org.apache.cayenne.swing
-
- ImageRendererColumn() - Constructor for class org.apache.cayenne.swing.ImageRendererColumn
-
- importDataMap() - Method in class org.apache.cayenne.modeler.action.ImportDataMapAction
-
- ImportDataMapAction - Class in org.apache.cayenne.modeler.action
-
Modeler action that imports a DataMap into a project from an arbitrary location.
- ImportDataMapAction(Application) - Constructor for class org.apache.cayenne.modeler.action.ImportDataMapAction
-
- ImportDBAction - Class in org.apache.cayenne.modeler.action
-
Action that imports database structure into a DataMap.
- ImportDBAction(Application) - Constructor for class org.apache.cayenne.modeler.action.ImportDBAction
-
- importEOModel() - Method in class org.apache.cayenne.modeler.action.ImportEOModelAction
-
Allows user to select an EOModel, then imports it as a DataMap.
- ImportEOModelAction - Class in org.apache.cayenne.modeler.action
-
Action handler for WebObjects EOModel import function.
- ImportEOModelAction(Application) - Constructor for class org.apache.cayenne.modeler.action.ImportEOModelAction
-
- IN_OUT_PARAMETER - Static variable in class org.apache.cayenne.modeler.editor.ProcedureParameterTableModel
-
- IN_PARAMETER - Static variable in class org.apache.cayenne.modeler.editor.ProcedureParameterTableModel
-
- index - Variable in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsControllerBase
-
- indexOf(Object) - Method in class org.apache.cayenne.modeler.util.CircularArray
-
Returns the index of the specified object
- InferredRelationship - Class in org.apache.cayenne.modeler.dialog.autorelationship
-
- InferredRelationship() - Constructor for class org.apache.cayenne.modeler.dialog.autorelationship.InferredRelationship
-
- inferredRelationships - Variable in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsControllerBase
-
- InferRelationshipsAction - Class in org.apache.cayenne.modeler.action
-
- InferRelationshipsAction(Application) - Constructor for class org.apache.cayenne.modeler.action.InferRelationshipsAction
-
Constructor for ShowLogConsoleAction.
- InferRelationshipsController - Class in org.apache.cayenne.modeler.dialog.autorelationship
-
- InferRelationshipsController(CayenneController, DataMap) - Constructor for class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsController
-
- InferRelationshipsControllerBase - Class in org.apache.cayenne.modeler.dialog.autorelationship
-
- InferRelationshipsControllerBase(CayenneController, DataMap) - Constructor for class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsControllerBase
-
- InferRelationshipsDialog - Class in org.apache.cayenne.modeler.dialog.autorelationship
-
- InferRelationshipsDialog(Component) - Constructor for class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsDialog
-
- InferRelationshipsPanel - Class in org.apache.cayenne.modeler.dialog.autorelationship
-
- InferRelationshipsPanel() - Constructor for class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsPanel
-
- InferRelationshipsTabController - Class in org.apache.cayenne.modeler.dialog.autorelationship
-
- InferRelationshipsTabController(InferRelationshipsControllerBase) - Constructor for class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsTabController
-
- InferRelationshipsUndoableEdit - Class in org.apache.cayenne.modeler.undo
-
- InferRelationshipsUndoableEdit() - Constructor for class org.apache.cayenne.modeler.undo.InferRelationshipsUndoableEdit
-
- info(Object) - Method in class org.apache.cayenne.modeler.util.ModelerLogger
-
- info(Object, Throwable) - Method in class org.apache.cayenne.modeler.util.ModelerLogger
-
- INFO_STYLE - Static variable in class org.apache.cayenne.modeler.dialog.LogConsole
-
Blue color style for info messages
- infoHTML() - Method in class org.apache.cayenne.modeler.dialog.ErrorDebugDialog
-
- infoHTML() - Method in class org.apache.cayenne.modeler.dialog.WarningDialog
-
- INHERITED - Static variable in class org.apache.cayenne.modeler.editor.ObjAttributeTableModel
-
- init() - Method in class org.apache.cayenne.modeler.dialog.db.DbLoaderOptionsDialog
-
Sets up the graphical components.
- init() - Method in class org.apache.cayenne.modeler.dialog.db.DbMigrateOptionsDialog
-
- init() - Method in class org.apache.cayenne.modeler.dialog.ErrorDebugDialog
-
- init() - Method in class org.apache.cayenne.modeler.dialog.LogConsoleView
-
Initializes all lays out subcomponents
- init() - Method in class org.apache.cayenne.modeler.editor.AbstractCallbackMethodsTab
-
GUI components initialization
- init() - Method in class org.apache.cayenne.modeler.editor.dbentity.DbEntityRelationshipPanel
-
- init() - Method in class org.apache.cayenne.modeler.editor.ProcedureParameterTab
-
- initBinding(ObjectBinding, BindingDelegate) - Method in class org.apache.cayenne.swing.BindingBuilder
-
- initBindings() - Method in class org.apache.cayenne.modeler.CayenneModelerController
-
- initBindings() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsController
-
- initBindings() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsTabController
-
- initBindings() - Method in class org.apache.cayenne.modeler.dialog.codegen.ClassesTabController
-
- initBindings() - Method in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorController
-
- initBindings(BindingBuilder) - Method in class org.apache.cayenne.modeler.dialog.codegen.GeneratorController
-
- initBindings() - Method in class org.apache.cayenne.modeler.dialog.codegen.GeneratorTabController
-
- initBindings() - Method in class org.apache.cayenne.modeler.dialog.datamap.LockingUpdateController
-
- initBindings() - Method in class org.apache.cayenne.modeler.dialog.db.DataSourceWizard
-
- initBindings() - Method in class org.apache.cayenne.modeler.dialog.FindDialog
-
- initBindings() - Method in class org.apache.cayenne.modeler.dialog.LogConsole
-
- initBindings(String, String) - Method in class org.apache.cayenne.modeler.dialog.objentity.ClassNameUpdater
-
- initBindings() - Method in class org.apache.cayenne.modeler.dialog.pref.ClasspathPreferences
-
- initBindings() - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourceCreator
-
- initBindings() - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourceDuplicator
-
- initBindings() - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourcePreferences
-
- initBindings() - Method in class org.apache.cayenne.modeler.dialog.pref.DBConnectionInfoEditor
-
- initBindings() - Method in class org.apache.cayenne.modeler.dialog.pref.EncodingSelector
-
- initBindings() - Method in class org.apache.cayenne.modeler.dialog.pref.GeneralPreferences
-
- initBindings() - Method in class org.apache.cayenne.modeler.dialog.pref.PreferenceDialog
-
- initBindings() - Method in class org.apache.cayenne.modeler.dialog.pref.TemplateCreator
-
- initBindings() - Method in class org.apache.cayenne.modeler.dialog.pref.TemplatePreferences
-
- initBindings() - Method in class org.apache.cayenne.modeler.editor.datanode.DataSourceEditor
-
- initChildrenPreferences() - Method in class org.apache.cayenne.pref.ChildrenMapPreference
-
- initClassLoader() - Method in class org.apache.cayenne.modeler.Application
-
Reinitializes ModelerClassLoader from preferences.
- initCloseOnEscape() - Method in class org.apache.cayenne.modeler.util.CayenneDialog
-
Makes dialog closeable when ESC button is clicked.
- initComboBoxes(ObjAttributeTableModel) - Method in class org.apache.cayenne.modeler.editor.ObjEntityAttributePanel
-
- initComponentDefaults() - Method in class org.apache.cayenne.swing.ComboSelectionBinding
-
- initComponentDefaults() - Method in class org.apache.cayenne.swing.TextBinding
-
- initController() - Method in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptions
-
- initController() - Method in class org.apache.cayenne.modeler.dialog.db.DbLoaderOptionsDialog
-
- initController() - Method in class org.apache.cayenne.modeler.dialog.db.DbMigrateOptionsDialog
-
- initController() - Method in class org.apache.cayenne.modeler.dialog.db.MergerOptions
-
- initController() - Method in class org.apache.cayenne.modeler.dialog.db.MergerTokenSelectorController
-
- initController() - Method in class org.apache.cayenne.modeler.dialog.db.TableSelectorController
-
- initController() - Method in class org.apache.cayenne.modeler.dialog.ValidationResultBrowser
-
- initController() - Method in class org.apache.cayenne.modeler.editor.AbstractCallbackMethodsTab
-
listeners initialization
- initController() - Method in class org.apache.cayenne.modeler.editor.DataDomainView
-
- initController() - Method in class org.apache.cayenne.modeler.editor.datanode.AdapterEditor
-
- initController() - Method in class org.apache.cayenne.modeler.editor.datanode.MainDataNodeEditor
-
- initController() - Method in class org.apache.cayenne.modeler.editor.datanode.PasswordEncoderEditor
-
- initController() - Method in class org.apache.cayenne.modeler.editor.ObjectQueryPropertiesPanel
-
- initController() - Method in class org.apache.cayenne.modeler.editor.ObjEntityCallbackMethodsTab
-
listeners initialization
- initController() - Method in class org.apache.cayenne.modeler.editor.RawQueryPropertiesPanel
-
- initController() - Method in class org.apache.cayenne.modeler.editor.SelectPropertiesPanel
-
- initController() - Method in class org.apache.cayenne.modeler.editor.SelectQueryOrderingTab
-
- initDefaults() - Method in class org.apache.cayenne.modeler.util.AdapterMapping
-
- initFromModel(Collection<String>, Collection<String>, String, String, boolean) - Method in class org.apache.cayenne.modeler.dialog.db.DbLoaderOptionsDialog
-
- initFromModel(Collection<String>, String) - Method in class org.apache.cayenne.modeler.dialog.db.DbMigrateOptionsDialog
-
- initFromModel(Query) - Method in class org.apache.cayenne.modeler.editor.EjbqlQueryPropertiesPanel
-
Updates the view from the current model state.
- initFromModel() - Method in class org.apache.cayenne.modeler.editor.EjbqlQueryScriptsTab
-
- initFromModel(Query) - Method in class org.apache.cayenne.modeler.editor.ObjectQueryPropertiesPanel
-
Updates the view from the current model state.
- initFromModel(Query) - Method in class org.apache.cayenne.modeler.editor.RawQueryPropertiesPanel
-
Updates the view from the current model state.
- initFromModel(Query) - Method in class org.apache.cayenne.modeler.editor.SelectPropertiesPanel
-
Updates the view from the current model state.
- initFromModel() - Method in class org.apache.cayenne.modeler.editor.SelectQueryOrderingTab
-
- initialProjectFromArgs() - Method in class org.apache.cayenne.modeler.Main
-
- initialProjectFromPreferences() - Method in class org.apache.cayenne.modeler.Main
-
- initLookAndFeel() - Method in class org.apache.cayenne.modeler.init.platform.GenericPlatformInitializer
-
Does nothing, leaving unchanged the default platform Look and Feel.
- initLookAndFeel() - Method in interface org.apache.cayenne.modeler.init.platform.PlatformInitializer
-
Initializes application look and feel.
- initMenus() - Method in class org.apache.cayenne.modeler.CayenneModelerFrame
-
- initObjectPreference() - Method in class org.apache.cayenne.modeler.pref.DBConnectionInfo
-
- initPreferences() - Method in class org.apache.cayenne.modeler.Application
-
- initStatusBar() - Method in class org.apache.cayenne.modeler.CayenneModelerFrame
-
- initTablePreferences() - Method in class org.apache.cayenne.modeler.editor.AbstractCallbackMethodsTab
-
- initTablePreferences() - Method in class org.apache.cayenne.modeler.editor.ObjEntityCallbackMethodsTab
-
- initToolbar() - Method in class org.apache.cayenne.modeler.CayenneModelerFrame
-
Initializes main toolbar.
- initView() - Method in class org.apache.cayenne.modeler.dialog.datadomain.CacheSyncConfigView
-
- initView() - Method in class org.apache.cayenne.modeler.dialog.datadomain.CustomRemoteEventsConfigPanel
-
- initView() - Method in class org.apache.cayenne.modeler.dialog.datadomain.FilterDialog
-
- initView() - Method in class org.apache.cayenne.modeler.dialog.datadomain.JGroupsConfigPanel
-
- initView() - Method in class org.apache.cayenne.modeler.dialog.datadomain.JMSConfigPanel
-
- initView(String, String) - Method in class org.apache.cayenne.modeler.dialog.datamap.DefaultsPreferencesView
-
- initView() - Method in class org.apache.cayenne.modeler.editor.DataDomainView
-
- initView() - Method in class org.apache.cayenne.modeler.editor.EjbqlQueryPropertiesPanel
-
- initView() - Method in class org.apache.cayenne.modeler.editor.ObjectQueryPropertiesPanel
-
- initView() - Method in class org.apache.cayenne.modeler.editor.RawQueryPropertiesPanel
-
- initView() - Method in class org.apache.cayenne.modeler.editor.SelectPropertiesPanel
-
- initView() - Method in class org.apache.cayenne.modeler.editor.SelectQueryOrderingTab
-
- initView() - Method in class org.apache.cayenne.modeler.editor.SQLTemplateScriptsTab
-
- initView() - Method in class org.apache.cayenne.modeler.WelcomeScreen
-
Creates all neccesary components
- initWarning(String) - Method in class org.apache.cayenne.swing.ComboSelectionBinding
-
- initWelcome() - Method in class org.apache.cayenne.modeler.CayenneModelerFrame
-
Initializes welcome screen
- injector - Variable in class org.apache.cayenne.modeler.Application
-
- insertUpdate(DocumentEvent) - Method in class org.apache.cayenne.modeler.editor.EjbqlQueryScriptsTab
-
- insertUpdate(DocumentEvent) - Method in class org.apache.cayenne.modeler.editor.SQLTemplateScriptsTab
-
- insertUpdate(DocumentEvent) - Method in class org.apache.cayenne.modeler.undo.TextCompoundEdit
-
- install(CayenneTable, JPopupMenu) - Static method in class org.apache.cayenne.modeler.event.TablePopupHandler
-
Creates and installs mouse listener for a table
- install(JTextComponent) - Method in class org.apache.cayenne.modeler.util.ValidatorTextAdapter
-
- installColumn(MultiColumnBrowser.BrowserPanel) - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributePathBrowser
-
- installColumn(MultiColumnBrowser.BrowserPanel) - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipPathBrowser
-
- installColumn(MultiColumnBrowser.BrowserPanel) - Method in class org.apache.cayenne.modeler.util.MultiColumnBrowser
-
Installs all needed columns and renderers to a new column
- instance - Static variable in class org.apache.cayenne.modeler.dialog.validator.DuplicatedAttributesDialog
-
- instance - Static variable in class org.apache.cayenne.modeler.dialog.validator.ValidatorDialog
-
- internalExecute() - Method in class org.apache.cayenne.modeler.util.LongRunningTask
-
- internalRep() - Method in class org.apache.cayenne.modeler.util.CircularArray
-
- invalidate() - Method in class org.apache.cayenne.modeler.util.EntityTreeModel
-
Removes children cache for specified entity.
- invalidateChildren(Entity) - Method in class org.apache.cayenne.modeler.util.EntityTreeModel
-
Removes children cache for specified entity.
- isAbstract - Variable in class org.apache.cayenne.modeler.editor.ObjEntityTab
-
- isAbstractLabel - Variable in class org.apache.cayenne.modeler.editor.ObjEntityTab
-
- isAllEntities() - Method in class org.apache.cayenne.modeler.dialog.datamap.DefaultsPreferencesController
-
- isAllowDirectories() - Method in class org.apache.cayenne.swing.control.FileChooser
-
- isAllowFiles() - Method in class org.apache.cayenne.swing.control.FileChooser
-
- isAlwaysOn() - Method in class org.apache.cayenne.modeler.action.RedoAction
-
- isAlwaysOn() - Method in class org.apache.cayenne.modeler.action.UndoAction
-
- isAlwaysOn() - Method in class org.apache.cayenne.modeler.util.CayenneAction
-
Returns true if this action is always enabled.
- isAttributeOverrideChange() - Method in class org.apache.cayenne.modeler.dialog.objentity.OverrideEmbeddableAttributeTableModel
-
- isCanceled() - Method in class org.apache.cayenne.modeler.util.LongRunningTask
-
- isCancelPressed() - Method in class org.apache.cayenne.modeler.dialog.ResolveDbRelationshipDialog
-
- isCellEditable(int, int) - Method in class org.apache.cayenne.modeler.dialog.db.MergerTokenTableModel
-
- isCellEditable(int, int) - Method in class org.apache.cayenne.modeler.dialog.DbJoinTableModel
-
- isCellEditable(int, int) - Method in class org.apache.cayenne.modeler.dialog.objentity.OverrideEmbeddableAttributeTableModel
-
- isCellEditable(int, int) - Method in class org.apache.cayenne.modeler.editor.CallbackDescriptorTableModel
-
all cells are editable
- isCellEditable(int, int) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbAttributeTableModel
-
- isCellEditable(int, int) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbRelationshipTableModel
-
- isCellEditable(int, int) - Method in class org.apache.cayenne.modeler.editor.EmbeddableAttributeTableModel
-
- isCellEditable(int, int) - Method in class org.apache.cayenne.modeler.editor.ObjAttributeTableModel
-
- isCellEditable(int, int) - Method in class org.apache.cayenne.modeler.editor.ObjRelationshipTableModel
-
- isCellEditable(int, int) - Method in class org.apache.cayenne.modeler.editor.ProcedureParameterTableModel
-
- isCellEditable(EventObject) - Method in class org.apache.cayenne.modeler.util.CayenneCellEditor
-
- isCellEditable(EventObject) - Method in class org.apache.cayenne.modeler.util.CellEditorForAttributeTable
-
- isCellEditable(EventObject) - Method in class org.apache.cayenne.modeler.util.combo.ComboBoxCellEditor
-
- isChange() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributeInfoDialog
-
- isChanged() - Method in class org.apache.cayenne.modeler.event.DisplayEvent
-
Returns true if the path's last object has changed.
- isCheckingForValueChange() - Method in class org.apache.cayenne.swing.BindingBase
-
- isCheckingForValueChange() - Method in class org.apache.cayenne.swing.BindingFactory
-
- isColumnSortable(int) - Method in class org.apache.cayenne.modeler.dialog.DbJoinTableModel
-
- isColumnSortable(int) - Method in class org.apache.cayenne.modeler.dialog.objentity.OverrideEmbeddableAttributeTableModel
-
- isColumnSortable(int) - Method in class org.apache.cayenne.modeler.editor.CallbackDescriptorTableModel
-
- isColumnSortable(int) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbAttributeTableModel
-
- isColumnSortable(int) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbRelationshipTableModel
-
- isColumnSortable(int) - Method in class org.apache.cayenne.modeler.editor.EmbeddableAttributeTableModel
-
- isColumnSortable(int) - Method in class org.apache.cayenne.modeler.editor.ObjAttributeTableModel
-
- isColumnSortable(int) - Method in class org.apache.cayenne.modeler.editor.ObjRelationshipTableModel
-
- isColumnSortable(int) - Method in class org.apache.cayenne.modeler.editor.ProcedureParameterTableModel
-
- isColumnSortable(int) - Method in class org.apache.cayenne.modeler.util.CayenneTableModel
-
- isDataFlavorSupported(DataFlavor) - Method in class org.apache.cayenne.modeler.TreeDropTarget
-
- isDataFlavorSupported(DataFlavor) - Method in class org.apache.cayenne.modeler.util.CayenneTransferable
-
- isDataMapChanged() - Method in class org.apache.cayenne.modeler.event.DataMapDisplayEvent
-
Returns true if data map is different from the current data map.
- isDataNodeChanged() - Method in class org.apache.cayenne.modeler.event.DataNodeDisplayEvent
-
Returns true if data node is different from the current data node.
- isDebugEnabled() - Method in class org.apache.cayenne.modeler.util.ModelerLogger
-
- isDefaultEncoding() - Method in class org.apache.cayenne.modeler.dialog.pref.EncodingSelector
-
- isDetailed() - Method in class org.apache.cayenne.modeler.dialog.ErrorDebugDialog
-
Returns the detailed.
- isDirty() - Method in class org.apache.cayenne.modeler.ProjectController
-
- isDomainChanged() - Method in class org.apache.cayenne.modeler.event.DomainDisplayEvent
-
Returns the domainChanged.
- isEmbeddableChanged() - Method in class org.apache.cayenne.modeler.event.EmbeddableDisplayEvent
-
- isEmpty() - Method in class org.apache.cayenne.modeler.util.CircularArray
-
Returns true if the array has no elements;
- isEnabledResolve() - Method in class org.apache.cayenne.modeler.editor.dbentity.DbEntityRelationshipPanel
-
- isEnabledResolve() - Method in class org.apache.cayenne.modeler.editor.ObjEntityAttributePanel
-
- isEnabledResolve() - Method in class org.apache.cayenne.modeler.editor.ObjEntityRelationshipPanel
-
- isEntityChanged() - Method in class org.apache.cayenne.modeler.event.EntityDisplayEvent
-
True if entity different from current entity.
- isEquivalent(ProjectController.ControllerState) - Method in class org.apache.cayenne.modeler.ProjectController.ControllerState
-
- isErrorEnabled() - Method in class org.apache.cayenne.modeler.util.ModelerLogger
-
- isExistingOnly() - Method in class org.apache.cayenne.swing.control.FileChooser
-
- isFatalEnabled() - Method in class org.apache.cayenne.modeler.util.ModelerLogger
-
- isFinished() - Method in class org.apache.cayenne.modeler.util.LongRunningTask
-
- isIncluded() - Method in class org.apache.cayenne.modeler.dialog.db.MergerTokenSelectorController
-
Returns
MergerTokens that are excluded from DB generation.
- isIncluded() - Method in class org.apache.cayenne.modeler.dialog.db.TableSelectorController
-
- isIndeterminate() - Method in class org.apache.cayenne.modeler.util.LongRunningTask
-
- isInfoEnabled() - Method in class org.apache.cayenne.modeler.util.ModelerLogger
-
- isInherited() - Method in class org.apache.cayenne.modeler.editor.wrapper.ObjAttributeWrapper
-
- isInProgress() - Method in class org.apache.cayenne.modeler.undo.DbEntitySyncUndoableEdit
-
- isInProgress() - Method in class org.apache.cayenne.modeler.undo.DbEntitySyncUndoableEdit.MeaningfulFKsUndoableEdit
-
- isInProgress() - Method in class org.apache.cayenne.modeler.undo.PasteCompoundUndoableEdit
-
- isInProgress() - Method in class org.apache.cayenne.modeler.undo.TextCompoundEdit
-
- isLeaf(Object) - Method in class org.apache.cayenne.modeler.util.EntityTreeModel
-
- isListenerClassAlreadyExists(String) - Method in class org.apache.cayenne.modeler.action.ChangeObjEntityListenerClassAction
-
checks whether the new name of listener class already exists
- isListenerClassAlreadyExists(String) - Method in class org.apache.cayenne.modeler.action.CreateDataMapEntityListenerAction
-
checks whether the new name of listener class already exists
- isListenerClassAlreadyExists(String) - Method in class org.apache.cayenne.modeler.action.CreateObjEntityListenerAction
-
checks whether the new name of listener class already exists
- isLiveCheckEnabled() - Method in class org.apache.cayenne.modeler.util.ValidatorTextAdapter
-
- isLoadingProcedures() - Method in class org.apache.cayenne.modeler.dialog.db.DbLoaderOptionsDialog
-
- isMainTabFocus() - Method in class org.apache.cayenne.modeler.event.EmbeddableDisplayEvent
-
- isMainTabFocus() - Method in class org.apache.cayenne.modeler.event.EntityDisplayEvent
-
- isMandatory(DbAttribute) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbAttributeTableModel
-
- isMeaningfulPk() - Method in class org.apache.cayenne.modeler.dialog.db.DbLoaderOptionsDialog
-
- isOtherEncoding() - Method in class org.apache.cayenne.modeler.dialog.pref.EncodingSelector
-
- isPrimaryKey(DbAttribute) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbAttributeTableModel
-
- isProcedureChanged() - Method in class org.apache.cayenne.modeler.event.ProcedureDisplayEvent
-
- isProcedureQuery() - Method in class org.apache.cayenne.modeler.dialog.query.QueryType
-
- isQueryChanged() - Method in class org.apache.cayenne.modeler.event.QueryDisplayEvent
-
- isRefired() - Method in class org.apache.cayenne.modeler.event.DisplayEvent
-
Returns true if the event has been refired
- isRefreshingClassLoader() - Method in class org.apache.cayenne.modeler.dialog.pref.CayenneModelerPreferenceEditor
-
- isRegistredType(String) - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributeInfoDialog
-
- isRelationshipChanged() - Method in class org.apache.cayenne.modeler.event.RelationshipDisplayEvent
-
- isRestartRequired() - Method in class org.apache.cayenne.pref.CayennePreferenceEditor
-
- isSelected() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsControllerBase
-
- isSelected() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsTabController
-
- isSelected() - Method in class org.apache.cayenne.modeler.dialog.codegen.ClassesTabController
-
- isSelected() - Method in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorControllerBase
-
- isSelected(MergerToken) - Method in class org.apache.cayenne.modeler.dialog.db.MergerTokenSelectorController
-
- isSource1Selected() - Method in class org.apache.cayenne.modeler.dialog.objentity.DbRelationshipTarget
-
- isStoppingReverseEngineering() - Method in class org.apache.cayenne.modeler.dialog.db.DbLoaderHelper
-
- isStrict() - Method in class org.apache.cayenne.modeler.util.combo.SuggestionList
-
- isTabReset() - Method in class org.apache.cayenne.modeler.event.ProcedureDisplayEvent
-
- isToMany() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferredRelationship
-
- isToMany() - Method in class org.apache.cayenne.modeler.dialog.objentity.DbRelationshipTarget
-
- isToMany() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
- isTraceEnabled() - Method in class org.apache.cayenne.modeler.util.ModelerLogger
-
- isUninitializedEntities() - Method in class org.apache.cayenne.modeler.dialog.datamap.DefaultsPreferencesController
-
- isUnselectAttributes() - Method in class org.apache.cayenne.modeler.event.EntityDisplayEvent
-
- isUsedForLocking() - Method in class org.apache.cayenne.modeler.editor.wrapper.ObjAttributeWrapper
-
- isUsingNullForEmptyStrings() - Method in class org.apache.cayenne.swing.BindingBase
-
- isUsingNullForEmptyStrings() - Method in class org.apache.cayenne.swing.BindingFactory
-
- isValid() - Method in class org.apache.cayenne.modeler.editor.ObjAttributeTableModel
-
- isValid() - Method in class org.apache.cayenne.modeler.editor.wrapper.ObjAttributeWrapper
-
- isValid() - Method in interface org.apache.cayenne.modeler.editor.wrapper.Wrapper
-
- isValid() - Method in class org.apache.cayenne.modeler.util.CayenneTableModel
-
- isWarnEnabled() - Method in class org.apache.cayenne.modeler.util.ModelerLogger
-
- ITEM_VAR - Static variable in class org.apache.cayenne.swing.TableBinding
-
A variable exposed in the context of set/get cell value.
- ItemEventBinding - Class in org.apache.cayenne.swing
-
Binds a checkbox state to an int or boolean property.
- ItemEventBinding(AbstractButton, String) - Constructor for class org.apache.cayenne.swing.ItemEventBinding
-
- itemStateChanged(ItemEvent) - Method in class org.apache.cayenne.modeler.graph.DataDomainGraphTab
-
- itemStateChanged(ItemEvent) - Method in class org.apache.cayenne.modeler.undo.JComboBoxUndoListener
-
- Main - Class in org.apache.cayenne.modeler
-
Main class responsible for starting CayenneModeler.
- Main(String[]) - Constructor for class org.apache.cayenne.modeler.Main
-
- main(String[]) - Static method in class org.apache.cayenne.modeler.Main
-
Main method that starts the CayenneModeler.
- MainDataNodeEditor - Class in org.apache.cayenne.modeler.editor.datanode
-
A controller for the main tab of the DataNode editor panel.
- MainDataNodeEditor(ProjectController, DataNodeEditor) - Constructor for class org.apache.cayenne.modeler.editor.datanode.MainDataNodeEditor
-
- MainDataNodeView - Class in org.apache.cayenne.modeler.editor.datanode
-
A view for the main DataNode editor tab.
- MainDataNodeView(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.datanode.MainDataNodeView
-
- mainTab - Variable in class org.apache.cayenne.modeler.editor.EjbqlTabbedView
-
- mainTab - Variable in class org.apache.cayenne.modeler.editor.SelectQueryTabbedView
-
- mainTab - Variable in class org.apache.cayenne.modeler.editor.SQLTemplateTabbedView
-
- mainTabFocus - Variable in class org.apache.cayenne.modeler.event.EmbeddableDisplayEvent
-
- mainTabFocus - Variable in class org.apache.cayenne.modeler.event.EntityDisplayEvent
-
If true, the event causes entity editor to switch to the main entity tab.
- makeAdapter(ClassLoadingService) - Method in class org.apache.cayenne.modeler.pref.DBConnectionInfo
-
Creates a DbAdapter based on configured values.
- makeCloseableOnEscape() - Method in class org.apache.cayenne.modeler.util.CayenneController
-
If this view or a parent view is a JDialog, makes it closeable on ESC hit.
- makeDataSource(ClassLoadingService) - Method in class org.apache.cayenne.modeler.pref.DBConnectionInfo
-
Returns a DataSource that uses connection information from this object.
- makeTitle(int) - Method in class org.apache.cayenne.swing.control.FileChooser
-
- manageTemplatesLink - Variable in class org.apache.cayenne.modeler.dialog.codegen.CustomModePanel
-
- mandatoryColumnInd() - Method in class org.apache.cayenne.modeler.editor.dbentity.DbAttributeTableModel
-
- map - Variable in class org.apache.cayenne.configuration.event.QueryEvent
-
Data map containing the query
- map - Variable in class org.apache.cayenne.modeler.dialog.validator.AttributeErrorMsg
-
- map - Variable in class org.apache.cayenne.modeler.dialog.validator.DataMapErrorMsg
-
- map - Variable in class org.apache.cayenne.modeler.dialog.validator.EmbeddableAttributeErrorMsg
-
- map - Variable in class org.apache.cayenne.modeler.dialog.validator.EmbeddableErrorMsg
-
- map - Variable in class org.apache.cayenne.modeler.dialog.validator.EntityErrorMsg
-
- map - Variable in class org.apache.cayenne.modeler.dialog.validator.RelationshipErrorMsg
-
- mapIcon - Static variable in class org.apache.cayenne.modeler.util.CellRenderers
-
- mapKey - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
- mapKeys - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
- mapKeysCombo - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfoView
-
- mapKeysLabel - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfoView
-
- mapPreferences - Variable in class org.apache.cayenne.modeler.dialog.codegen.GeneratorController
-
- matches(String, String) - Method in class org.apache.cayenne.modeler.util.combo.SuggestionList
-
Checks if an item matches input pattern
- maxConnections - Variable in class org.apache.cayenne.modeler.editor.datanode.JDBCDataSourceView
-
- maxHistorySize - Variable in class org.apache.cayenne.modeler.ProjectController
-
- maxValue - Variable in class org.apache.cayenne.modeler.util.LongRunningTask
-
- meaningfulPk - Variable in class org.apache.cayenne.modeler.dialog.db.DbLoaderHelper
-
- meaningfulPk - Variable in class org.apache.cayenne.modeler.dialog.db.DbLoaderOptionsDialog
-
- mediator - Variable in class org.apache.cayenne.modeler.dialog.datamap.DefaultsPreferencesController
-
- mediator - Variable in class org.apache.cayenne.modeler.dialog.db.DbLoaderHelper
-
- mediator - Variable in class org.apache.cayenne.modeler.dialog.objentity.DbRelationshipTarget
-
- mediator - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributeInfoDialog
-
- mediator - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
- mediator - Variable in class org.apache.cayenne.modeler.dialog.query.QueryType
-
- mediator - Variable in class org.apache.cayenne.modeler.editor.dbentity.DbEntityAttributePanel
-
- mediator - Variable in class org.apache.cayenne.modeler.editor.dbentity.DbEntityRelationshipPanel
-
- mediator - Variable in class org.apache.cayenne.modeler.editor.dbentity.DbEntityTab
-
- mediator - Variable in class org.apache.cayenne.modeler.editor.dbentity.PKGeneratorPanel
-
- mediator - Variable in class org.apache.cayenne.modeler.editor.EjbqlQueryMainTab
-
- mediator - Variable in class org.apache.cayenne.modeler.editor.EjbqlQueryScriptsTab
-
- mediator - Variable in class org.apache.cayenne.modeler.editor.EjbqlTabbedView
-
- mediator - Variable in class org.apache.cayenne.modeler.editor.EmbeddableAttributeTab
-
- mediator - Variable in class org.apache.cayenne.modeler.editor.EmbeddableTab
-
- mediator - Variable in class org.apache.cayenne.modeler.editor.EmbeddableTabbedView
-
- mediator - Variable in class org.apache.cayenne.modeler.editor.ObjEntityAttributePanel
-
- mediator - Variable in class org.apache.cayenne.modeler.editor.ObjEntityRelationshipPanel
-
- mediator - Variable in class org.apache.cayenne.modeler.editor.ObjEntityTab
-
- mediator - Variable in class org.apache.cayenne.modeler.editor.ProcedureQueryView
-
- mediator - Variable in class org.apache.cayenne.modeler.editor.SelectPropertiesPanel
-
- mediator - Variable in class org.apache.cayenne.modeler.editor.SelectQueryMainTab
-
- mediator - Variable in class org.apache.cayenne.modeler.editor.SelectQueryOrderingTab
-
- mediator - Variable in class org.apache.cayenne.modeler.editor.SelectQueryTabbedView
-
- mediator - Variable in class org.apache.cayenne.modeler.editor.SQLTemplateMainTab
-
- mediator - Variable in class org.apache.cayenne.modeler.editor.SQLTemplateScriptsTab
-
- mediator - Variable in class org.apache.cayenne.modeler.editor.SQLTemplateTabbedView
-
- mediator - Variable in class org.apache.cayenne.modeler.ProjectFileChangeTracker
-
- mediator - Variable in class org.apache.cayenne.modeler.ProjectTreeView
-
- mediator - Variable in class org.apache.cayenne.modeler.util.CayenneTableModel
-
- merger - Variable in class org.apache.cayenne.modeler.dialog.db.MergerOptions
-
- mergerFactory - Variable in class org.apache.cayenne.modeler.dialog.db.MergerTokenSelectorController
-
- MergerOptions - Class in org.apache.cayenne.modeler.dialog.db
-
- MergerOptions(ProjectController, String, DBConnectionInfo, DataMap, String) - Constructor for class org.apache.cayenne.modeler.dialog.db.MergerOptions
-
- MergerOptionsView - Class in org.apache.cayenne.modeler.dialog.db
-
Wizard for altering the database to match the data map.
- MergerOptionsView(Component) - Constructor for class org.apache.cayenne.modeler.dialog.db.MergerOptionsView
-
- MergerTokenSelectorController - Class in org.apache.cayenne.modeler.dialog.db
-
- MergerTokenSelectorController(CayenneController) - Constructor for class org.apache.cayenne.modeler.dialog.db.MergerTokenSelectorController
-
- MergerTokenSelectorView - Class in org.apache.cayenne.modeler.dialog.db
-
- MergerTokenSelectorView() - Constructor for class org.apache.cayenne.modeler.dialog.db.MergerTokenSelectorView
-
- MergerTokenTableModel - Class in org.apache.cayenne.modeler.dialog.db
-
- MergerTokenTableModel(MergerTokenSelectorController) - Constructor for class org.apache.cayenne.modeler.dialog.db.MergerTokenTableModel
-
- messageLabel - Variable in class org.apache.cayenne.modeler.dialog.ValidationResultBrowserView
-
- messagePanel - Variable in class org.apache.cayenne.modeler.editor.SelectQueryOrderingTab
-
- METHOD_NAME - Static variable in class org.apache.cayenne.modeler.editor.CallbackDescriptorTableModel
-
- MigrateAction - Class in org.apache.cayenne.modeler.action
-
Action that alter database schema to match a DataMap.
- MigrateAction(Application) - Constructor for class org.apache.cayenne.modeler.action.MigrateAction
-
- minColumns - Variable in class org.apache.cayenne.modeler.util.MultiColumnBrowser
-
- minConnections - Variable in class org.apache.cayenne.modeler.editor.datanode.JDBCDataSourceView
-
- minValue - Variable in class org.apache.cayenne.modeler.util.LongRunningTask
-
- mode - Variable in class org.apache.cayenne.modeler.dialog.codegen.GeneratorController
-
- model - Variable in class org.apache.cayenne.modeler.util.MultiColumnBrowser
-
- modeLayout - Variable in class org.apache.cayenne.modeler.dialog.codegen.GeneratorTabPanel
-
- modelerClassLoader - Variable in class org.apache.cayenne.modeler.Application
-
- ModelerConstants - Interface in org.apache.cayenne.modeler
-
Defines constants used in the modeler.
- ModelerLogFactory - Class in org.apache.cayenne.modeler.util
-
Factory for creating ModelerLogger instances.
- ModelerLogFactory() - Constructor for class org.apache.cayenne.modeler.util.ModelerLogFactory
-
- ModelerLogger - Class in org.apache.cayenne.modeler.util
-
ModelerLogger is a Log implementation, which performs output
to the LogConsole.
- ModelerLogger(String, Log) - Constructor for class org.apache.cayenne.modeler.util.ModelerLogger
-
- ModelerPreferences - Class in org.apache.cayenne.modeler
-
ModelerPreferences class supports persistent user preferences.
- ModelerPreferences() - Constructor for class org.apache.cayenne.modeler.ModelerPreferences
-
- ModelerUtil - Class in org.apache.cayenne.modeler.util
-
Various unorganized utility methods used by CayenneModeler.
- ModelerUtil() - Constructor for class org.apache.cayenne.modeler.util.ModelerUtil
-
- modelUpdated(ObjectBinding, Object, Object) - Method in class org.apache.cayenne.swing.ActionDelegate
-
- modelUpdated(ObjectBinding, Object, Object) - Method in interface org.apache.cayenne.swing.BindingDelegate
-
Called by a binding to notify that a model value was updated.
- modelUpdateDisabled - Variable in class org.apache.cayenne.modeler.util.TextAdapter
-
- modelUpdateDisabled - Variable in class org.apache.cayenne.swing.BindingBase
-
- modesPanel - Variable in class org.apache.cayenne.modeler.dialog.codegen.GeneratorTabPanel
-
- modified - Variable in class org.apache.cayenne.modeler.dialog.datadomain.CacheSyncConfigController
-
- mouseClicked(MouseEvent) - Method in class org.apache.cayenne.modeler.dialog.AboutDialog
-
- mouseClicked(MouseEvent) - Method in class org.apache.cayenne.modeler.util.TableHeaderListener
-
- mouseEntered(MouseEvent) - Method in class org.apache.cayenne.modeler.dialog.AboutDialog
-
- mouseExited(MouseEvent) - Method in class org.apache.cayenne.modeler.dialog.AboutDialog
-
- mousePressed(MouseEvent) - Method in class org.apache.cayenne.modeler.dialog.AboutDialog
-
- mousePressed(MouseEvent) - Method in class org.apache.cayenne.modeler.event.TablePopupHandler
-
Invoked when a mouse button has been pressed on a component.
- mouseReleased(MouseEvent) - Method in class org.apache.cayenne.modeler.dialog.AboutDialog
-
- mouseReleased(MouseEvent) - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributePathBrowser.PanelAttributeOpener
-
Invoked when the mouse has been clicked on a component.
- mouseReleased(MouseEvent) - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipPathBrowser.PanelOpener
-
Invoked when the mouse has been clicked on a component.
- mouseReleased(MouseEvent) - Method in class org.apache.cayenne.modeler.event.TablePopupHandler
-
Invoked when a mouse button has been released on a component.
- mouseReleased(MouseEvent) - Method in class org.apache.cayenne.modeler.util.combo.SuggestionList.MouseHandler
-
- mouseReleased(MouseEvent) - Method in class org.apache.cayenne.modeler.util.TableHeaderListener
-
- moveDown - Variable in class org.apache.cayenne.modeler.editor.ProcedureParameterTab
-
- moveDownMenu - Variable in class org.apache.cayenne.modeler.editor.ProcedureParameterTab
-
- moveRowDown(Object) - Method in class org.apache.cayenne.modeler.util.CayenneTableModel
-
Moves a row down, jumping up if row is already at the bottom.
- moveRowUp(Object) - Method in class org.apache.cayenne.modeler.util.CayenneTableModel
-
Moves a row up, jumping down if row is already at the top.
- moveUp - Variable in class org.apache.cayenne.modeler.editor.ProcedureParameterTab
-
- moveUpMenu - Variable in class org.apache.cayenne.modeler.editor.ProcedureParameterTab
-
- multicastAddress - Variable in class org.apache.cayenne.modeler.dialog.datadomain.JGroupsConfigPanel
-
- multicastPort - Variable in class org.apache.cayenne.modeler.dialog.datadomain.JGroupsConfigPanel
-
- MultiColumnBrowser - Class in org.apache.cayenne.modeler.util
-
A simple non-editable tree browser with multiple columns for display and
navigation of a tree structure.
- MultiColumnBrowser() - Constructor for class org.apache.cayenne.modeler.util.MultiColumnBrowser
-
- MultiColumnBrowser(int) - Constructor for class org.apache.cayenne.modeler.util.MultiColumnBrowser
-
- MultiColumnBrowser.BrowserPanel - Class in org.apache.cayenne.modeler.util
-
- MultipleObjectsAction - Interface in org.apache.cayenne.modeler.action
-
MultipleObjectsAction is an action, which can be applied to multiple objects at once.
- MultipleObjectsDisplayEvent - Class in org.apache.cayenne.modeler.event
-
Display event for several selected objects
- MultipleObjectsDisplayEvent(Object, ConfigurationNode[], ConfigurationNode) - Constructor for class org.apache.cayenne.modeler.event.MultipleObjectsDisplayEvent
-
- MultipleObjectsDisplayListener - Interface in org.apache.cayenne.modeler.event
-
Listener for multiple objects selections
- multipleObjectsSelected(ConfigurationNode[], Application) - Method in interface org.apache.cayenne.modeler.action.ActionManager
-
Invoked when several objects were selected in ProjectTree at time
- multipleObjectsSelected(ConfigurationNode[], Application) - Method in class org.apache.cayenne.modeler.action.DefaultActionManager
-
Invoked when several objects were selected in ProjectTree at time
- PackageUpdateController - Class in org.apache.cayenne.modeler.dialog.datamap
-
- PackageUpdateController(ProjectController, DataMap, boolean) - Constructor for class org.apache.cayenne.modeler.dialog.datamap.PackageUpdateController
-
- pageSize - Variable in class org.apache.cayenne.modeler.editor.SelectPropertiesPanel
-
- paint(Graphics) - Method in class org.apache.cayenne.swing.components.textpane.JCayenneTextPane
-
- paint(Graphics, int, int, Shape, JTextComponent) - Method in class org.apache.cayenne.swing.components.textpane.UnderlineHighlighterForText.UnderlineHighlightPainter
-
- paintBorder(Component, Graphics, int, int, int, int) - Method in class org.apache.cayenne.swing.components.textpane.LineNumberedBorder
-
- paintComponent(Graphics) - Method in class org.apache.cayenne.modeler.util.combo.EditorTextField
-
- paintComponent(Graphics) - Method in class org.apache.cayenne.modeler.WelcomeScreen
-
Paints gradient background
- painter - Variable in class org.apache.cayenne.swing.components.textpane.JCayenneTextPane
-
- painter - Variable in class org.apache.cayenne.swing.components.textpane.UnderlineHighlighterForText
-
- paintIcon(Component, Graphics, int, int) - Method in class org.apache.cayenne.modeler.util.BevelArrowIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class org.apache.cayenne.modeler.util.BlankIcon
-
- paintLayer(Graphics, int, int, Shape, JTextComponent, View) - Method in class org.apache.cayenne.swing.components.textpane.UnderlineHighlighterForText.UnderlineHighlightPainter
-
- pairs - Variable in class org.apache.cayenne.modeler.dialog.codegen.CustomModePanel
-
- PanelFactory - Class in org.apache.cayenne.modeler.util
-
Implements a set of utility methods for laying out components on the panels.
- PanelFactory() - Constructor for class org.apache.cayenne.modeler.util.PanelFactory
-
- panelOpener - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipPathBrowser
-
Listener, which performs adding of new column
- panelRemover - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipPathBrowser
-
Listener, which performs removing of columns to the right of selected row
- parameter - Variable in class org.apache.cayenne.configuration.event.ProcedureParameterEvent
-
- PARAMETER_DIRECTION - Static variable in class org.apache.cayenne.modeler.editor.ProcedureParameterTableModel
-
- PARAMETER_DIRECTION_NAMES - Static variable in class org.apache.cayenne.modeler.editor.ProcedureParameterTableModel
-
- PARAMETER_LENGTH - Static variable in class org.apache.cayenne.modeler.editor.ProcedureParameterTableModel
-
- PARAMETER_NAME - Static variable in class org.apache.cayenne.modeler.editor.ProcedureParameterTableModel
-
- PARAMETER_NUMBER - Static variable in class org.apache.cayenne.modeler.editor.ProcedureParameterTableModel
-
- PARAMETER_PRECISION - Static variable in class org.apache.cayenne.modeler.editor.ProcedureParameterTableModel
-
- PARAMETER_TYPE - Static variable in class org.apache.cayenne.modeler.editor.ProcedureParameterTableModel
-
- parent - Variable in class org.apache.cayenne.modeler.dialog.FileDeletedDialog
-
- parent - Variable in class org.apache.cayenne.modeler.dialog.OverwriteDialog
-
- parent - Variable in class org.apache.cayenne.modeler.dialog.UnsavedChangesDialog
-
- parent - Variable in class org.apache.cayenne.modeler.util.CayenneController
-
- password - Variable in class org.apache.cayenne.modeler.dialog.pref.DBConnectionInfoEditorView
-
- password - Variable in class org.apache.cayenne.modeler.editor.datanode.JDBCDataSourceView
-
- PASSWORD_PROPERTY - Static variable in class org.apache.cayenne.modeler.pref.DBConnectionInfo
-
- passwordEncoder - Variable in class org.apache.cayenne.modeler.editor.datanode.PasswordEncoderView
-
- PasswordEncoderEditor - Class in org.apache.cayenne.modeler.editor.datanode
-
- PasswordEncoderEditor(CayenneController) - Constructor for class org.apache.cayenne.modeler.editor.datanode.PasswordEncoderEditor
-
- PasswordEncoderView - Class in org.apache.cayenne.modeler.editor.datanode
-
- PasswordEncoderView() - Constructor for class org.apache.cayenne.modeler.editor.datanode.PasswordEncoderView
-
- passwordKey - Variable in class org.apache.cayenne.modeler.editor.datanode.PasswordEncoderView
-
- passwordLocation - Variable in class org.apache.cayenne.modeler.editor.datanode.PasswordEncoderView
-
- passwordLocationChangedAction() - Method in class org.apache.cayenne.modeler.editor.datanode.PasswordEncoderEditor
-
- passwordSource - Variable in class org.apache.cayenne.modeler.editor.datanode.PasswordEncoderView
-
- passwordSourceLabel - Variable in class org.apache.cayenne.modeler.editor.datanode.PasswordEncoderView
-
- paste(Object, Object, DataChannelDescriptor, DataMap) - Method in class org.apache.cayenne.modeler.action.PasteAction
-
Pastes single object
- PasteAction - Class in org.apache.cayenne.modeler.action
-
Action for pasting entities, queries etc.
- PasteAction(Application) - Constructor for class org.apache.cayenne.modeler.action.PasteAction
-
Constructor for PasteAction
- PasteCompoundUndoableEdit - Class in org.apache.cayenne.modeler.undo
-
- PasteCompoundUndoableEdit() - Constructor for class org.apache.cayenne.modeler.undo.PasteCompoundUndoableEdit
-
- PasteUndoableEdit - Class in org.apache.cayenne.modeler.undo
-
- PasteUndoableEdit(DataChannelDescriptor, DataMap, Object, Object) - Constructor for class org.apache.cayenne.modeler.undo.PasteUndoableEdit
-
- PATH_PROPERTY - Static variable in class org.apache.cayenne.modeler.pref.FSPath
-
- pathBrowser - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributeInfoDialogView
-
// * Browser to select path for attribute //
- pathBrowser - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfoView
-
- pathFiles - Variable in class org.apache.cayenne.modeler.FileClassLoadingService
-
- pathObject - Variable in class org.apache.cayenne.modeler.event.DisplayEvent
-
- paused - Variable in class org.apache.cayenne.modeler.ProjectFileChangeTracker
-
- pauseWatching() - Method in class org.apache.cayenne.modeler.ProjectFileChangeTracker
-
Tells watcher to pause watching for some time.
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.AboutAction
-
Displays About dialog.
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.ChangeObjEntityListenerClassAction
-
base entity listener class renaming logic
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.CollapseTreeAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.ConfigurePreferencesAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.CopyAction
-
Performs copying of items into system buffer
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.CreateAttributeAction
-
Creates ObjAttribute, DbAttribute depending on context.
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.CreateCallbackMethodAction
-
performs adding new callback method
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.CreateDataMapAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.CreateDataMapEntityListenerAction
-
base entity listenre creation logic
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.CreateDbEntityAction
-
Creates new DbEntity, adds it to the current DataMap, fires DbEntityEvent
and DbEntityDisplayEvent.
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.CreateEmbeddableAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.CreateNodeAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.CreateObjEntityAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.CreateObjEntityListenerAction
-
base entity listenre creation logic
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.CreateProcedureAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.CreateProcedureParameterAction
-
Creates ProcedureParameter depending on context.
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.CreateQueryAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.CreateRelationshipAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.CutAction
-
Performs cutting of items
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.CutAttributeAction
-
Performs cutting of items
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.CutAttributeRelationshipAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.CutCallbackMethodAction
-
Performs cutting of items
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.CutProcedureParameterAction
-
Performs cutting of items
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.CutRelationshipAction
-
Performs cutting of items
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.DbEntityCounterpartAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.DbEntitySyncAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.DocumentationAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.ExitAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.FilterAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.FindAction
-
All entities that contain a pattern substring (case-indifferent) in the name are produced.
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.GenerateCodeAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.GenerateDBAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.ImportDataMapAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.ImportDBAction
-
Connects to DB and delegates processing to DbLoaderController, starting it
asynchronously.
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.ImportEOModelAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.InferRelationshipsAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.LinkDataMapAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.LinkDataMapsAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.MigrateAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.NavigateBackwardAction
-
Moves to the next element in the navigation history
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.NavigateForwardAction
-
Moves to the previous element in the navigation history
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.NewProjectAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.ObjEntityCounterpartAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.ObjEntitySyncAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.OpenProjectAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.PasteAction
-
Performs pasting items from the system buffer
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.ProjectAction
-
Closes current project.
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.RedoAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.RemoveAction
-
- performAction(ActionEvent, boolean) - Method in class org.apache.cayenne.modeler.action.RemoveAction
-
Performs delete action
- performAction(ActionEvent, boolean) - Method in class org.apache.cayenne.modeler.action.RemoveAttributeAction
-
- performAction(ActionEvent, boolean) - Method in class org.apache.cayenne.modeler.action.RemoveAttributeRelationshipAction
-
- performAction(ActionEvent, boolean) - Method in class org.apache.cayenne.modeler.action.RemoveCallbackMethodAction
-
performs callback method removing
- performAction(ActionEvent, boolean) - Method in class org.apache.cayenne.modeler.action.RemoveEntityListenerAction
-
base entity listener removing logic
- performAction(ActionEvent, boolean) - Method in class org.apache.cayenne.modeler.action.RemoveEntityListenerForDataMapAction
-
base entity listener removing logic
- performAction(ActionEvent, boolean) - Method in class org.apache.cayenne.modeler.action.RemoveProcedureParameterAction
-
- performAction(ActionEvent, boolean) - Method in class org.apache.cayenne.modeler.action.RemoveRelationshipAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.RevertAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.SaveAsAction
-
This method is synchronized to prevent problems on double-clicking
"save".
- performAction(int) - Method in class org.apache.cayenne.modeler.action.SaveAsAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.ShowLogConsoleAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.UndoAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.action.ValidateAction
-
Validates project for possible conflicts and incomplete mappings.
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.graph.action.EntityDisplayAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.graph.action.RebuildGraphAction
-
- performAction(ActionEvent, boolean) - Method in class org.apache.cayenne.modeler.graph.action.RemoveEntityAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.graph.action.SaveAsImageAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.graph.action.ShowGraphEntityAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.graph.action.ZoomInAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.graph.action.ZoomOutAction
-
- performAction(ActionEvent) - Method in class org.apache.cayenne.modeler.util.CayenneAction
-
Subclasses must implement this method instead of actionPerformed to
allow for exception handling.
- permanentlyExcludedCount - Variable in class org.apache.cayenne.modeler.dialog.db.MergerTokenSelectorController
-
- permanentlyExcludedCount - Variable in class org.apache.cayenne.modeler.dialog.db.TableSelectorController
-
- PKCustomSequenceGeneratorPanel - Class in org.apache.cayenne.modeler.editor.dbentity
-
- PKCustomSequenceGeneratorPanel(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.dbentity.PKCustomSequenceGeneratorPanel
-
- PKDBGeneratorPanel - Class in org.apache.cayenne.modeler.editor.dbentity
-
- PKDBGeneratorPanel(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.dbentity.PKDBGeneratorPanel
-
- PKDefaultGeneratorPanel - Class in org.apache.cayenne.modeler.editor.dbentity
-
- PKDefaultGeneratorPanel(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.dbentity.PKDefaultGeneratorPanel
-
- pkGeneratorDetail - Variable in class org.apache.cayenne.modeler.editor.dbentity.DbEntityTab
-
- pkGeneratorDetailLayout - Variable in class org.apache.cayenne.modeler.editor.dbentity.DbEntityTab
-
- PKGeneratorPanel - Class in org.apache.cayenne.modeler.editor.dbentity
-
- PKGeneratorPanel(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.dbentity.PKGeneratorPanel
-
- pkGeneratorType - Variable in class org.apache.cayenne.modeler.editor.dbentity.DbEntityTab
-
- PlatformInitializer - Interface in org.apache.cayenne.modeler.init.platform
-
An interface that provides methods for platform-specific Modeler initialization.
- pointsTo(Class) - Method in class org.apache.cayenne.modeler.event.DisplayEvent
-
- popPreferencesAction() - Method in class org.apache.cayenne.modeler.dialog.codegen.CustomModeController
-
- popup - Variable in class org.apache.cayenne.modeler.ProjectTreeView
-
- popupMenu - Variable in class org.apache.cayenne.modeler.editor.AbstractCallbackMethodsTab
-
- positionNode(MutableTreeNode, DefaultMutableTreeNode, Comparator) - Method in class org.apache.cayenne.modeler.ProjectTreeModel
-
Re-inserts a tree node to preserve the correct ordering of items.
- Preference - Interface in org.apache.cayenne.pref
-
- preferenceChange(PreferenceChangeEvent) - Method in class org.apache.cayenne.modeler.ModelerPreferences
-
- PreferenceDecorator - Class in org.apache.cayenne.pref
-
- PreferenceDecorator(Preference) - Constructor for class org.apache.cayenne.pref.PreferenceDecorator
-
- PreferenceDetail - Class in org.apache.cayenne.pref
-
- PreferenceDetail(Preferences) - Constructor for class org.apache.cayenne.pref.PreferenceDetail
-
- PreferenceDialog - Class in org.apache.cayenne.modeler.dialog.pref
-
A controller for editing Modeler preferences.
- PreferenceDialog(CayenneController) - Constructor for class org.apache.cayenne.modeler.dialog.pref.PreferenceDialog
-
- PreferenceDialogView - Class in org.apache.cayenne.modeler.dialog.pref
-
- PreferenceDialogView(Dialog) - Constructor for class org.apache.cayenne.modeler.dialog.pref.PreferenceDialogView
-
- PreferenceDialogView(Frame) - Constructor for class org.apache.cayenne.modeler.dialog.pref.PreferenceDialogView
-
- PreferenceEditor - Interface in org.apache.cayenne.pref
-
Defines an API of a preferences editor used for editing preferences without affecting
the rest of the application until the editing is finished.
- PreferenceException - Exception in org.apache.cayenne.pref
-
An exception describing a problem with preferences operations.
- PreferenceException() - Constructor for exception org.apache.cayenne.pref.PreferenceException
-
- PreferenceException(String) - Constructor for exception org.apache.cayenne.pref.PreferenceException
-
- PreferenceException(String, Throwable) - Constructor for exception org.apache.cayenne.pref.PreferenceException
-
- PreferenceException(Throwable) - Constructor for exception org.apache.cayenne.pref.PreferenceException
-
- preferences - Variable in class org.apache.cayenne.modeler.dialog.codegen.GeneratorTabController
-
- preferences - Variable in class org.apache.cayenne.modeler.dialog.codegen.StandardModeController
-
- preferences - Variable in class org.apache.cayenne.modeler.dialog.pref.GeneralPreferences
-
- preferences - Variable in class org.apache.cayenne.modeler.dialog.pref.TemplateCreator
-
- PREFERENCES_NAME_OLD - Static variable in class org.apache.cayenne.pref.UpgradeCayennePreference
-
Name of the preferences file.
- preferencesDirectory() - Method in class org.apache.cayenne.pref.UpgradeCayennePreference
-
Returns preferences directory $HOME/.cayenne.
- preferredColumnSize - Variable in class org.apache.cayenne.modeler.util.MultiColumnBrowser
-
- preferredDataSource() - Method in class org.apache.cayenne.modeler.action.DBWizardAction
-
Determines the most reasonable default DataSource choice.
- preferredDataSourceLabel(DBConnectionInfo) - Method in class org.apache.cayenne.modeler.action.DBWizardAction
-
- prefetchTab - Variable in class org.apache.cayenne.modeler.editor.SelectQueryTabbedView
-
- prepareBinding(BindingBase) - Method in class org.apache.cayenne.swing.BindingFactory
-
Configures binding with factory default settings.
- prepareBindings(BindingBuilder) - Method in class org.apache.cayenne.modeler.editor.datanode.CustomDataSourceEditor
-
- prepareBindings(BindingBuilder) - Method in class org.apache.cayenne.modeler.editor.datanode.DataSourceEditor
-
- prepareBindings(BindingBuilder) - Method in class org.apache.cayenne.modeler.editor.datanode.DBCPDataSourceEditor
-
- prepareBindings(BindingBuilder) - Method in class org.apache.cayenne.modeler.editor.datanode.JDBCDataSourceEditor
-
- prepareBindings(BindingBuilder) - Method in class org.apache.cayenne.modeler.editor.datanode.JNDIDataSourceEditor
-
- prepareChildren(String) - Method in class org.apache.cayenne.modeler.dialog.datadomain.CacheSyncConfigController
-
- prepareGenerator() - Method in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptions
-
Creates new internal DbGenerator instance.
- prepareMigrator() - Method in class org.apache.cayenne.modeler.dialog.db.MergerOptions
-
- prePersist() - Method in class org.apache.cayenne.modeler.pref.DataMapDefaults
-
An initialization callback.
- prePersist() - Method in class org.apache.cayenne.modeler.pref.DBGeneratorDefaults
-
An initialization callback.
- print(XMLEncoder, XMLSerializable) - Method in class org.apache.cayenne.modeler.action.CopyAction
-
Prints an object in XML format to an output stream
- problemsTable - Variable in class org.apache.cayenne.modeler.dialog.validator.ValidatorDialog
-
- procedure - Variable in class org.apache.cayenne.configuration.event.ProcedureEvent
-
- procedure - Variable in class org.apache.cayenne.modeler.editor.ProcedureParameterTableModel
-
- procedure - Variable in class org.apache.cayenne.modeler.event.ProcedureDisplayEvent
-
- procedureAdded(ProcedureEvent) - Method in interface org.apache.cayenne.configuration.event.ProcedureListener
-
New Procedure has been created.
- procedureAdded(ProcedureEvent) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
- procedureChanged(ProcedureEvent) - Method in interface org.apache.cayenne.configuration.event.ProcedureListener
-
Procedure changed.
- procedureChanged - Variable in class org.apache.cayenne.modeler.event.ProcedureDisplayEvent
-
- procedureChanged(ProcedureEvent) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
- ProcedureDisplayEvent - Class in org.apache.cayenne.modeler.event
-
Display event for Stored Procedures.
- ProcedureDisplayEvent(Object, Procedure, DataMap, DataChannelDescriptor) - Constructor for class org.apache.cayenne.modeler.event.ProcedureDisplayEvent
-
Creates a new ProcedureDisplayEvent
- ProcedureDisplayListener - Interface in org.apache.cayenne.modeler.event
-
Interface for classes that are interested in Procedure
display events.
- ProcedureErrorMsg - Class in org.apache.cayenne.modeler.dialog.validator
-
- ProcedureErrorMsg(ValidationFailure) - Constructor for class org.apache.cayenne.modeler.dialog.validator.ProcedureErrorMsg
-
- ProcedureEvent - Class in org.apache.cayenne.configuration.event
-
An event generated when a Procedure object is added to a DataMap,
removed from a DataMap, or changed within a DataMap.
- ProcedureEvent(Object, Procedure) - Constructor for class org.apache.cayenne.configuration.event.ProcedureEvent
-
- ProcedureEvent(Object, Procedure, String) - Constructor for class org.apache.cayenne.configuration.event.ProcedureEvent
-
- ProcedureEvent(Object, Procedure, int) - Constructor for class org.apache.cayenne.configuration.event.ProcedureEvent
-
- procedureIcon - Static variable in class org.apache.cayenne.modeler.util.CellRenderers
-
- procedureLabel - Variable in class org.apache.cayenne.modeler.dialog.db.DbLoaderOptionsDialog
-
- ProcedureListener - Interface in org.apache.cayenne.configuration.event
-
Listener for Procedure events.
- procedurePanel - Variable in class org.apache.cayenne.modeler.editor.ProcedureTabbedView
-
- procedureParameterAdded(ProcedureParameterEvent) - Method in interface org.apache.cayenne.configuration.event.ProcedureParameterListener
-
Called when new procedure parameter has been created.
- procedureParameterAdded(ProcedureParameterEvent) - Method in class org.apache.cayenne.modeler.editor.ProcedureParameterTab
-
- procedureParameterChanged(ProcedureParameterEvent) - Method in interface org.apache.cayenne.configuration.event.ProcedureParameterListener
-
Called when procedure parameter has changed.
- procedureParameterChanged(ProcedureParameterEvent) - Method in class org.apache.cayenne.modeler.editor.ProcedureParameterTab
-
- ProcedureParameterDisplayEvent - Class in org.apache.cayenne.modeler.event
-
- ProcedureParameterDisplayEvent(Object, ProcedureParameter, Procedure, DataMap, DataChannelDescriptor) - Constructor for class org.apache.cayenne.modeler.event.ProcedureParameterDisplayEvent
-
- ProcedureParameterDisplayEvent(Object, ProcedureParameter[], Procedure, DataMap, DataChannelDescriptor) - Constructor for class org.apache.cayenne.modeler.event.ProcedureParameterDisplayEvent
-
- ProcedureParameterDisplayListener - Interface in org.apache.cayenne.modeler.event
-
- ProcedureParameterErrorMsg - Class in org.apache.cayenne.modeler.dialog.validator
-
- ProcedureParameterErrorMsg(ValidationFailure) - Constructor for class org.apache.cayenne.modeler.dialog.validator.ProcedureParameterErrorMsg
-
- ProcedureParameterEvent - Class in org.apache.cayenne.configuration.event
-
- ProcedureParameterEvent(Object, ProcedureParameter) - Constructor for class org.apache.cayenne.configuration.event.ProcedureParameterEvent
-
- ProcedureParameterEvent(Object, ProcedureParameter, String) - Constructor for class org.apache.cayenne.configuration.event.ProcedureParameterEvent
-
- ProcedureParameterEvent(Object, ProcedureParameter, int) - Constructor for class org.apache.cayenne.configuration.event.ProcedureParameterEvent
-
- ProcedureParameterListener - Interface in org.apache.cayenne.configuration.event
-
Listener for ProcedureParameterEvents.
- procedureParameterPanel - Variable in class org.apache.cayenne.modeler.editor.ProcedureTabbedView
-
- procedureParameterRemoved(ProcedureParameterEvent) - Method in interface org.apache.cayenne.configuration.event.ProcedureParameterListener
-
Called when procedure parameter has been removed.
- procedureParameterRemoved(ProcedureParameterEvent) - Method in class org.apache.cayenne.modeler.editor.ProcedureParameterTab
-
- procedureParameters - Variable in class org.apache.cayenne.modeler.event.ProcedureParameterDisplayEvent
-
- ProcedureParameterTab - Class in org.apache.cayenne.modeler.editor
-
- ProcedureParameterTab(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.ProcedureParameterTab
-
- ProcedureParameterTableModel - Class in org.apache.cayenne.modeler.editor
-
- ProcedureParameterTableModel(Procedure, ProjectController, Object) - Constructor for class org.apache.cayenne.modeler.editor.ProcedureParameterTableModel
-
- procedureQuery - Variable in class org.apache.cayenne.modeler.dialog.query.QueryType
-
- ProcedureQueryView - Class in org.apache.cayenne.modeler.editor
-
- ProcedureQueryView(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.ProcedureQueryView
-
- procedureRemoved(ProcedureEvent) - Method in interface org.apache.cayenne.configuration.event.ProcedureListener
-
Procedure has been removed.
- procedureRemoved(ProcedureEvent) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
- procedureSelect - Variable in class org.apache.cayenne.modeler.dialog.query.QueryTypeView
-
- procedureSelected() - Method in interface org.apache.cayenne.modeler.action.ActionManager
-
- procedureSelected() - Method in class org.apache.cayenne.modeler.action.DefaultActionManager
-
- ProcedureTab - Class in org.apache.cayenne.modeler.editor
-
A panel for editing stored procedure general settings, such as name, schema,
etc.
- ProcedureTab(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.ProcedureTab
-
- ProcedureTabbedView - Class in org.apache.cayenne.modeler.editor
-
Tabbed panel for stored procedure editing.
- ProcedureTabbedView(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.ProcedureTabbedView
-
- proceedButton - Variable in class org.apache.cayenne.modeler.dialog.validator.DuplicatedAttributesDialog
-
- PROCEEDED_RESULT - Static variable in class org.apache.cayenne.modeler.dialog.validator.DuplicatedAttributesDialog
-
- processActionsState(Collection<String>) - Method in class org.apache.cayenne.modeler.action.DefaultActionManager
-
Sets the state of all controlled actions, flipping it to "enabled" for all actions
in provided collection and to "disabled" for the rest.
- processException(Throwable, String) - Method in class org.apache.cayenne.modeler.dialog.db.DbLoaderHelper
-
- processException(Throwable) - Method in class org.apache.cayenne.swing.BindingBase
-
- processExistingSelection(EventObject) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbEntityTab
-
- processExistingSelection(EventObject) - Method in class org.apache.cayenne.modeler.editor.EmbeddableAttributeTab
-
- processExistingSelection(EventObject) - Method in class org.apache.cayenne.modeler.editor.EmbeddableTab
-
- processExistingSelection(EventObject) - Method in interface org.apache.cayenne.modeler.editor.ExistingSelectionProcessor
-
Called when tab is selected.
- processExistingSelection(EventObject) - Method in class org.apache.cayenne.modeler.editor.ObjEntityTab
-
- processExistingSelection(EventObject) - Method in class org.apache.cayenne.modeler.editor.ProcedureParameterTab
-
- processExistingSelection(EventObject) - Method in class org.apache.cayenne.modeler.editor.ProcedureTab
-
- processInvalidModel(String) - Method in class org.apache.cayenne.modeler.editor.SelectQueryOrderingTab
-
- processSelection(TreePath) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
Processes node selection regardless of whether a new node was selected, or an
already selected node was clicked again.
- processUpgrades(UpgradeMetaData) - Method in class org.apache.cayenne.modeler.action.OpenProjectAction
-
- procNamePatternField - Variable in class org.apache.cayenne.modeler.dialog.db.DbLoaderOptionsDialog
-
- progressBar - Variable in class org.apache.cayenne.modeler.util.ProgressDialog
-
- ProgressDialog - Class in org.apache.cayenne.modeler.util
-
A dialog rendering a progress bar.
- ProgressDialog(JFrame, String, String) - Constructor for class org.apache.cayenne.modeler.util.ProgressDialog
-
- project - Variable in class org.apache.cayenne.modeler.ProjectController
-
- ProjectAction - Class in org.apache.cayenne.modeler.action
-
- ProjectAction(Application) - Constructor for class org.apache.cayenne.modeler.action.ProjectAction
-
- ProjectAction(String, Application) - Constructor for class org.apache.cayenne.modeler.action.ProjectAction
-
Constructor for ProjectAction.
- projectClosed() - Method in interface org.apache.cayenne.modeler.action.ActionManager
-
- projectClosed() - Method in class org.apache.cayenne.modeler.action.DefaultActionManager
-
- projectClosedAction() - Method in class org.apache.cayenne.modeler.CayenneModelerController
-
Action method invoked on project closing.
- projectController - Variable in class org.apache.cayenne.modeler.CayenneModelerController
-
- projectController - Variable in class org.apache.cayenne.modeler.editor.DataDomainView
-
- projectController - Variable in class org.apache.cayenne.modeler.editor.dbentity.DbEntityTabbedView
-
- projectController - Variable in class org.apache.cayenne.modeler.editor.ObjEntityTabbedView
-
- ProjectController - Class in org.apache.cayenne.modeler
-
A controller that works with the project tree, tracking selection and
dispatching project events.
- ProjectController(CayenneModelerController) - Constructor for class org.apache.cayenne.modeler.ProjectController
-
- ProjectController.ControllerState - Class in org.apache.cayenne.modeler
-
- ProjectController.ControllerState() - Constructor for class org.apache.cayenne.modeler.ProjectController.ControllerState
-
- projectControllerPreferences - Variable in class org.apache.cayenne.modeler.ProjectController
-
- ProjectFileChangeTracker - Class in org.apache.cayenne.modeler
-
ProjectWatchdog class is responsible for tracking changes in cayenne.xml and
other Cayenne project files
- ProjectFileChangeTracker(ProjectController) - Constructor for class org.apache.cayenne.modeler.ProjectFileChangeTracker
-
- ProjectFileChangeTracker.FileInfo - Class in org.apache.cayenne.modeler
-
Class to store information about files (last modification time & File
pointer)
- ProjectFileChangeTracker.FileInfo(String) - Constructor for class org.apache.cayenne.modeler.ProjectFileChangeTracker.FileInfo
-
Creates new object
- projectModifiedAction() - Method in class org.apache.cayenne.modeler.CayenneModelerController
-
- ProjectOnSaveEvent - Class in org.apache.cayenne.modeler.event
-
Triggered while project is saved.
- ProjectOnSaveEvent(Object) - Constructor for class org.apache.cayenne.modeler.event.ProjectOnSaveEvent
-
- ProjectOnSaveListener - Interface in org.apache.cayenne.modeler.event
-
Interface for classes that are interested in ProjectOnSave events.
- projectOpened() - Method in interface org.apache.cayenne.modeler.action.ActionManager
-
Updates actions state to reflect an open project.
- projectOpened() - Method in class org.apache.cayenne.modeler.action.DefaultActionManager
-
Updates actions state to reflect an open project.
- projectOpened() - Method in class org.apache.cayenne.modeler.ProjectController
-
- projectOpenedAction(Project) - Method in class org.apache.cayenne.modeler.CayenneModelerController
-
Handles project opening control.
- projectSavedAction() - Method in class org.apache.cayenne.modeler.CayenneModelerController
-
- ProjectTreeFactory - Class in org.apache.cayenne.modeler
-
A helper class that wraps a tree of project nodes into Swing tree nodes.
- ProjectTreeFactory() - Constructor for class org.apache.cayenne.modeler.ProjectTreeFactory
-
- ProjectTreeModel - Class in org.apache.cayenne.modeler
-
ProjectTreeModel is a model of Cayenne project tree.
- ProjectTreeModel(Project) - Constructor for class org.apache.cayenne.modeler.ProjectTreeModel
-
Constructor for ProjectTreeModel.
- ProjectTreeView - Class in org.apache.cayenne.modeler
-
Panel displaying Cayenne project as a tree.
- ProjectTreeView(ProjectController) - Constructor for class org.apache.cayenne.modeler.ProjectTreeView
-
- ProjectUtil - Class in org.apache.cayenne.modeler.util
-
Provides utility methods to perform various manipulations with project objects.
- ProjectUtil() - Constructor for class org.apache.cayenne.modeler.util.ProjectUtil
-
- properties - Variable in class org.apache.cayenne.modeler.dialog.datadomain.CacheSyncConfigController
-
- properties - Variable in class org.apache.cayenne.modeler.editor.EjbqlQueryMainTab
-
- properties - Variable in class org.apache.cayenne.modeler.editor.ProcedureQueryView
-
- properties - Variable in class org.apache.cayenne.modeler.editor.SelectQueryMainTab
-
- properties - Variable in class org.apache.cayenne.modeler.editor.SQLTemplateMainTab
-
- propertiesFile - Variable in class org.apache.cayenne.modeler.editor.datanode.DBCPDataSourceView
-
- PropertyBinding - Class in org.apache.cayenne.swing
-
A binding for connecting to children that implement BoundComponent.
- PropertyBinding(BoundComponent, String, String) - Constructor for class org.apache.cayenne.swing.PropertyBinding
-
- propertyChange(PropertyChangeEvent) - Method in class org.apache.cayenne.modeler.editor.SelectQueryOrderingTab
-
Updates split pane divider location in properties
- propertyChangeSupport - Variable in class org.apache.cayenne.modeler.util.CayenneController
-
- prototypeKey - Variable in class org.apache.cayenne.modeler.dialog.pref.DataSourceDuplicator
-
- RawQueryPropertiesPanel - Class in org.apache.cayenne.modeler.editor
-
A panel that supports editing the properties a query not based on ObjEntity, but still
supporting DataObjects retrieval.
- RawQueryPropertiesPanel(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.RawQueryPropertiesPanel
-
- rawSQLQuery - Variable in class org.apache.cayenne.modeler.dialog.query.QueryType
-
- readOnly - Variable in class org.apache.cayenne.modeler.editor.ObjEntityTab
-
- rebuild() - Method in class org.apache.cayenne.modeler.graph.DataDomainGraphTab
-
Rebuilds graph, deleting existing if needed
- rebuildFromPreferences() - Method in class org.apache.cayenne.modeler.util.RecentFileMenu
-
Rebuilds internal menu items list with the files stored in CayenneModeler
preferences.
- RebuildGraphAction - Class in org.apache.cayenne.modeler.graph.action
-
Action for refreshing the graph
- RebuildGraphAction(DataDomainGraphTab, Application) - Constructor for class org.apache.cayenne.modeler.graph.action.RebuildGraphAction
-
- rebuildTable(DbEntity) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbEntityAttributePanel
-
- rebuildTable(DbEntity) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbEntityRelationshipPanel
-
- rebuildTable(ObjEntity) - Method in class org.apache.cayenne.modeler.editor.ObjEntityAttributePanel
-
- rebuildTable(ObjEntity) - Method in class org.apache.cayenne.modeler.editor.ObjEntityRelationshipPanel
-
- rebuildTable(Procedure) - Method in class org.apache.cayenne.modeler.editor.ProcedureParameterTab
-
- rebuildTables() - Method in class org.apache.cayenne.modeler.editor.AbstractCallbackMethodsTab
-
rebuilds table content
- recentFileListChanged() - Method in interface org.apache.cayenne.modeler.event.RecentFileListListener
-
Invoked when recent files list changed (for instance, a new project was opened
and so must be added to recent files menu
- recentFileListChanged() - Method in class org.apache.cayenne.modeler.util.RecentFileMenu
-
- recentFileListChanged() - Method in class org.apache.cayenne.modeler.WelcomeScreen
-
- recentFileListeners - Variable in class org.apache.cayenne.modeler.CayenneModelerFrame
-
Listeners for changes in recent file menu
- RecentFileListListener - Interface in org.apache.cayenne.modeler.event
-
Listens to changes in recent file list
- recentFileMenu - Variable in class org.apache.cayenne.modeler.CayenneModelerFrame
-
- RecentFileMenu - Class in org.apache.cayenne.modeler.util
-
Menu that contains a list of previously used files.
- RecentFileMenu(String) - Constructor for class org.apache.cayenne.modeler.util.RecentFileMenu
-
Constructor for RecentFileMenu.
- reconfigure() - Method in class org.apache.cayenne.modeler.ProjectFileChangeTracker
-
Reloads files to watch from the project.
- redo() - Method in class org.apache.cayenne.modeler.undo.AddPrefetchUndoableEdit
-
- redo() - Method in class org.apache.cayenne.modeler.undo.CayenneTableModelUndoableEdit
-
- redo() - Method in class org.apache.cayenne.modeler.undo.CayenneUndoManager
-
- redo() - Method in class org.apache.cayenne.modeler.undo.CreateAttributeUndoableEdit
-
- redo() - Method in class org.apache.cayenne.modeler.undo.CreateCallbackMethodUndoableEdit
-
- redo() - Method in class org.apache.cayenne.modeler.undo.CreateDataMapEntityListenerUndoableEdit
-
- redo() - Method in class org.apache.cayenne.modeler.undo.CreateDataMapUndoableEdit
-
- redo() - Method in class org.apache.cayenne.modeler.undo.CreateDbEntityUndoableEdit
-
- redo() - Method in class org.apache.cayenne.modeler.undo.CreateEmbAttributeUndoableEdit
-
- redo() - Method in class org.apache.cayenne.modeler.undo.CreateEmbeddableUndoableEdit
-
- redo() - Method in class org.apache.cayenne.modeler.undo.CreateEntityListenerUndoableEdit
-
- redo() - Method in class org.apache.cayenne.modeler.undo.CreateNodeUndoableEdit
-
- redo() - Method in class org.apache.cayenne.modeler.undo.CreateObjEntityUndoableEdit
-
- redo() - Method in class org.apache.cayenne.modeler.undo.CreateProcedureUndoableEdit
-
- redo() - Method in class org.apache.cayenne.modeler.undo.CreateQueryUndoableEdit
-
- redo() - Method in class org.apache.cayenne.modeler.undo.CreateRelationshipUndoableEdit
-
- redo() - Method in class org.apache.cayenne.modeler.undo.JComboBoxUndoableEdit
-
- redo() - Method in class org.apache.cayenne.modeler.undo.LinkDataMapsUndoableEdit
-
- redo() - Method in class org.apache.cayenne.modeler.undo.LinkDataMapUndoableEdit
-
- redo() - Method in class org.apache.cayenne.modeler.undo.PasteUndoableEdit
-
- redo() - Method in class org.apache.cayenne.modeler.undo.RelationshipUndoableEdit
-
- redo() - Method in class org.apache.cayenne.modeler.undo.RemoveAttributeUndoableEdit
-
- redo() - Method in class org.apache.cayenne.modeler.undo.RemoveCallbackMethodUndoableEdit
-
- redo() - Method in class org.apache.cayenne.modeler.undo.RemoveRelationshipUndoableEdit
-
- redo() - Method in class org.apache.cayenne.modeler.undo.RemoveUndoableEdit
-
- redo() - Method in class org.apache.cayenne.modeler.undo.TextCompoundEdit
-
- RedoAction - Class in org.apache.cayenne.modeler.action
-
- RedoAction(Application) - Constructor for class org.apache.cayenne.modeler.action.RedoAction
-
- refired - Variable in class org.apache.cayenne.modeler.event.DisplayEvent
-
- refresh() - Method in class org.apache.cayenne.modeler.graph.DataDomainGraphTab
-
Rebuilds graph from a domain, if it is not yet built Otherwise, takes it
from cache
- refreshButton - Variable in class org.apache.cayenne.modeler.dialog.validator.ValidatorDialog
-
- refreshDataSources() - Method in class org.apache.cayenne.modeler.dialog.db.DataSourceWizard
-
- refreshFromModel(List<ValidationFailure>) - Method in class org.apache.cayenne.modeler.dialog.validator.ValidatorDialog
-
- refreshGeneratorAction() - Method in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptions
-
- refreshGeneratorAction() - Method in class org.apache.cayenne.modeler.dialog.db.MergerOptions
-
- refreshingClassLoader - Variable in class org.apache.cayenne.modeler.dialog.pref.CayenneModelerPreferenceEditor
-
- refreshLocalDataSources() - Method in class org.apache.cayenne.modeler.editor.datanode.MainDataNodeEditor
-
- refreshSQLAction() - Method in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptions
-
Updates a text area showing generated SQL.
- refreshSQLAction() - Method in class org.apache.cayenne.modeler.dialog.db.MergerOptions
-
Updates a text area showing generated SQL.
- refreshView() - Method in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptions
-
- refreshView() - Method in class org.apache.cayenne.modeler.dialog.db.MergerOptions
-
- refreshView() - Method in class org.apache.cayenne.modeler.dialog.pref.DBConnectionInfoEditor
-
- refreshView(DataNodeDescriptor) - Method in class org.apache.cayenne.modeler.editor.datanode.AdapterEditor
-
- refreshView() - Method in class org.apache.cayenne.modeler.editor.datanode.DataSourceEditor
-
- refreshView(DataNodeDescriptor) - Method in class org.apache.cayenne.modeler.editor.datanode.MainDataNodeEditor
-
Reinitializes widgets to display selected DataNode.
- refreshView(DataNodeDescriptor) - Method in class org.apache.cayenne.modeler.editor.datanode.PasswordEncoderEditor
-
- registerAction(CayenneAction) - Method in class org.apache.cayenne.modeler.action.DefaultActionManager
-
- registerPanel(String, CayenneController) - Method in class org.apache.cayenne.modeler.dialog.pref.PreferenceDialog
-
- rel - Variable in class org.apache.cayenne.modeler.dialog.validator.RelationshipErrorMsg
-
- relationship - Variable in class org.apache.cayenne.modeler.dialog.DbJoinTableModel
-
- relationship - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
- relationship - Variable in class org.apache.cayenne.modeler.dialog.ResolveDbRelationshipDialog
-
- relationshipChanged(int) - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
Processes relationship path when path component at index was changed.
- relationshipChanged - Variable in class org.apache.cayenne.modeler.event.RelationshipDisplayEvent
-
- RelationshipDisplayEvent - Class in org.apache.cayenne.modeler.event
-
- RelationshipDisplayEvent(Object, Relationship, Entity, DataMap, DataChannelDescriptor) - Constructor for class org.apache.cayenne.modeler.event.RelationshipDisplayEvent
-
- RelationshipDisplayEvent(Object, Relationship[], Entity, DataMap, DataChannelDescriptor) - Constructor for class org.apache.cayenne.modeler.event.RelationshipDisplayEvent
-
- RelationshipErrorMsg - Class in org.apache.cayenne.modeler.dialog.validator
-
Relationship validation message.
- RelationshipErrorMsg(ValidationFailure) - Constructor for class org.apache.cayenne.modeler.dialog.validator.RelationshipErrorMsg
-
Constructor for RelationshipErrorMsg.
- relationshipIcon - Static variable in class org.apache.cayenne.modeler.util.CellRenderers
-
- relationshipMatch(Object, Relationship) - Method in interface org.apache.cayenne.modeler.util.EntityTreeFilter
-
Checks if relationship should appear in the tree
- relationshipName - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
- relationshipName - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfoView
-
- relationshipPanel - Variable in class org.apache.cayenne.modeler.editor.dbentity.DbEntityAttributeRelationshipTab
-
- relationshipPanel - Variable in class org.apache.cayenne.modeler.editor.ObjEntityAttributeRelationshipTab
-
- relationships - Variable in class org.apache.cayenne.modeler.dialog.datamap.LockingUpdateView
-
- relationships - Variable in class org.apache.cayenne.modeler.event.RelationshipDisplayEvent
-
- RelationshipUndoableEdit - Class in org.apache.cayenne.modeler.undo
-
- RelationshipUndoableEdit(DbRelationship) - Constructor for class org.apache.cayenne.modeler.undo.RelationshipUndoableEdit
-
- relTarget - Variable in class org.apache.cayenne.modeler.dialog.objentity.DbRelationshipTarget
-
- relTargets - Variable in class org.apache.cayenne.modeler.dialog.objentity.DbRelationshipTarget
-
- relTargets - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributeInfoDialog
-
- remoteUpdates - Variable in class org.apache.cayenne.modeler.editor.DataDomainView
-
- remove(Object) - Method in class org.apache.cayenne.modeler.util.CircularArray
-
Removes the specified object from the array
- remove(String) - Method in class org.apache.cayenne.pref.ChildrenMapPreference
-
- RemoveAction - Class in org.apache.cayenne.modeler.action
-
Removes currently selected object from the project.
- RemoveAction(Application) - Constructor for class org.apache.cayenne.modeler.action.RemoveAction
-
- RemoveAction(String, Application) - Constructor for class org.apache.cayenne.modeler.action.RemoveAction
-
- removeActionListener(ActionListener) - Method in class org.apache.cayenne.swing.control.ActionLink
-
- removeAllFiles() - Method in class org.apache.cayenne.modeler.ProjectFileChangeTracker
-
Turns off watching for all files
- RemoveAttributeAction - Class in org.apache.cayenne.modeler.action
-
Removes currently selected attribute from either the DbEntity or ObjEntity.
- RemoveAttributeAction(Application) - Constructor for class org.apache.cayenne.modeler.action.RemoveAttributeAction
-
- RemoveAttributeRelationshipAction - Class in org.apache.cayenne.modeler.action
-
- RemoveAttributeRelationshipAction(Application) - Constructor for class org.apache.cayenne.modeler.action.RemoveAttributeRelationshipAction
-
- RemoveAttributeUndoableEdit - Class in org.apache.cayenne.modeler.undo
-
- RemoveAttributeUndoableEdit(Embeddable, EmbeddableAttribute[]) - Constructor for class org.apache.cayenne.modeler.undo.RemoveAttributeUndoableEdit
-
- RemoveAttributeUndoableEdit(DataChannelDescriptor, DataMap, ObjEntity, ObjAttribute[]) - Constructor for class org.apache.cayenne.modeler.undo.RemoveAttributeUndoableEdit
-
- RemoveAttributeUndoableEdit(DataChannelDescriptor, DataMap, DbEntity, DbAttribute[]) - Constructor for class org.apache.cayenne.modeler.undo.RemoveAttributeUndoableEdit
-
- removeButton - Variable in class org.apache.cayenne.modeler.dialog.pref.TemplatePreferencesView
-
- removeButton - Variable in class org.apache.cayenne.modeler.dialog.ResolveDbRelationshipDialog
-
- removeCallbackMethod(CallbackType, String) - Method in class org.apache.cayenne.modeler.action.RemoveCallbackMethodAction
-
- RemoveCallbackMethodAction - Class in org.apache.cayenne.modeler.action
-
Action class for removing callback methods from ObjEntity
- RemoveCallbackMethodAction(Application) - Constructor for class org.apache.cayenne.modeler.action.RemoveCallbackMethodAction
-
Constructor.
- RemoveCallbackMethodUndoableEdit - Class in org.apache.cayenne.modeler.undo
-
- RemoveCallbackMethodUndoableEdit(CallbackType, ObjCallbackMethod[]) - Constructor for class org.apache.cayenne.modeler.undo.RemoveCallbackMethodUndoableEdit
-
- removeCellEditorListener(CellEditorListener) - Method in class org.apache.cayenne.modeler.util.CellEditorForAttributeTable
-
- RemoveCompoundUndoableEdit - Class in org.apache.cayenne.modeler.undo
-
- RemoveCompoundUndoableEdit() - Constructor for class org.apache.cayenne.modeler.undo.RemoveCompoundUndoableEdit
-
- removeDataMap(DataMap) - Method in class org.apache.cayenne.modeler.action.RemoveAction
-
- removeDataMapFromDataNode(DataNodeDescriptor, DataMap) - Method in class org.apache.cayenne.modeler.action.RemoveAction
-
- removeDataMapListener(DataMapListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- removeDataNode(DataNodeDescriptor) - Method in class org.apache.cayenne.modeler.action.RemoveAction
-
- removeDataSource - Variable in class org.apache.cayenne.modeler.dialog.pref.DataSourcePreferencesView
-
- removeDataSourceAction() - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourcePreferences
-
Removes current DataSource.
- removeDbAttributeListener(DbAttributeListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- removeDbAttributes(DataMap, DbEntity, DbAttribute[]) - Method in class org.apache.cayenne.modeler.action.RemoveAttributeAction
-
- removeDbEntity(DataMap, DbEntity) - Method in class org.apache.cayenne.modeler.action.RemoveAction
-
Removes current DbEntity from its DataMap and fires "remove" EntityEvent.
- removeDbEntityListener(DbEntityListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- removeDbRelationshipListener(DbRelationshipListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- removeDbRelationships(DbEntity, DbRelationship[]) - Method in class org.apache.cayenne.modeler.action.RemoveRelationshipAction
-
- removeDomainListener(DomainListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- removeEmbeddable(DataMap, Embeddable) - Method in class org.apache.cayenne.modeler.action.RemoveAction
-
- removeEmbeddableAttributes(Embeddable, EmbeddableAttribute[]) - Method in class org.apache.cayenne.modeler.action.RemoveAttributeAction
-
- RemoveEntityAction - Class in org.apache.cayenne.modeler.graph.action
-
Action for removing entities from the graph
- RemoveEntityAction(GraphBuilder) - Constructor for class org.apache.cayenne.modeler.graph.action.RemoveEntityAction
-
- removeEntityListener(ObjEntity, String) - Method in class org.apache.cayenne.modeler.action.RemoveEntityListenerAction
-
- removeEntityListener(DataMap, String) - Method in class org.apache.cayenne.modeler.action.RemoveEntityListenerForDataMapAction
-
- RemoveEntityListenerAction - Class in org.apache.cayenne.modeler.action
-
Action class for removing entity listeners from an ObjEntity
- RemoveEntityListenerAction(Application) - Constructor for class org.apache.cayenne.modeler.action.RemoveEntityListenerAction
-
Constructor.
- RemoveEntityListenerForDataMapAction - Class in org.apache.cayenne.modeler.action
-
Action class for removing entity listeners from a DamaMap
- RemoveEntityListenerForDataMapAction(Application) - Constructor for class org.apache.cayenne.modeler.action.RemoveEntityListenerForDataMapAction
-
Constructor.
- removeEntryAction() - Method in class org.apache.cayenne.modeler.dialog.pref.ClasspathPreferences
-
- removeEntryButton - Variable in class org.apache.cayenne.modeler.dialog.pref.ClasspathPreferencesView
-
- removeFile(String) - Method in class org.apache.cayenne.modeler.ProjectFileChangeTracker
-
Turns off watching for a specified file
- removeFKs - Variable in class org.apache.cayenne.modeler.dialog.objentity.EntitySyncDialog
-
- removeHighlightText(Highlighter) - Method in class org.apache.cayenne.swing.components.textpane.JCayenneTextPane
-
- removeHighlightText() - Method in class org.apache.cayenne.swing.components.textpane.JCayenneTextPane
-
- removeNewPreferences() - Static method in class org.apache.cayenne.pref.RenamedPreferences
-
- removeNode(DefaultMutableTreeNode) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
Removes current node from the tree.
- removeNode(Object[]) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
- removeObjAttributeListener(ObjAttributeListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- removeObjAttributes(ObjEntity, ObjAttribute[]) - Method in class org.apache.cayenne.modeler.action.RemoveAttributeAction
-
- removeObjEntity(DataMap, ObjEntity) - Method in class org.apache.cayenne.modeler.action.RemoveAction
-
Removes current object entity from its DataMap.
- removeObjEntityListener(ObjEntityListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- removeObjRelationshipListener(ObjRelationshipListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- removeObjRelationships(ObjEntity, ObjRelationship[]) - Method in class org.apache.cayenne.modeler.action.RemoveRelationshipAction
-
- removeOldPreferences() - Static method in class org.apache.cayenne.pref.RenamedPreferences
-
- removeParameterButton - Variable in class org.apache.cayenne.modeler.editor.ProcedureParameterTab
-
- removeParameterMenu - Variable in class org.apache.cayenne.modeler.editor.ProcedureParameterTab
-
By now popup menu items are made similiar to toolbar button.
- removePrefetch(String) - Method in class org.apache.cayenne.modeler.editor.SelectQueryPrefetchTab
-
- removeProcedure(DataMap, Procedure) - Method in class org.apache.cayenne.modeler.action.RemoveAction
-
Removes current Procedure from its DataMap and fires "remove" ProcedureEvent.
- RemoveProcedureParameterAction - Class in org.apache.cayenne.modeler.action
-
Removes currently selected parameter from the current procedure.
- RemoveProcedureParameterAction(Application) - Constructor for class org.apache.cayenne.modeler.action.RemoveProcedureParameterAction
-
- removeProcedureParameters() - Method in class org.apache.cayenne.modeler.action.RemoveProcedureParameterAction
-
- removeProcedureParameters(Procedure, ProcedureParameter[]) - Method in class org.apache.cayenne.modeler.action.RemoveProcedureParameterAction
-
- removeProjectaction(String) - Method in class org.apache.cayenne.modeler.action.DefaultActionManager
-
- removeProjectDetailObject(Preferences) - Method in class org.apache.cayenne.pref.CayenneProjectPreferences
-
- removeProjectOnSaveListener(ProjectOnSaveListener) - Method in class org.apache.cayenne.modeler.ProjectController
-
- removeQuery(DataMap, Query) - Method in class org.apache.cayenne.modeler.action.RemoveAction
-
Removes current Query from its DataMap and fires "remove" QueryEvent.
- RemoveRelationshipAction - Class in org.apache.cayenne.modeler.action
-
Removes currently selected relationship from either the DbEntity or
ObjEntity.
- RemoveRelationshipAction(Application) - Constructor for class org.apache.cayenne.modeler.action.RemoveRelationshipAction
-
- RemoveRelationshipUndoableEdit - Class in org.apache.cayenne.modeler.undo
-
- RemoveRelationshipUndoableEdit(ObjEntity, ObjRelationship[]) - Constructor for class org.apache.cayenne.modeler.undo.RemoveRelationshipUndoableEdit
-
- RemoveRelationshipUndoableEdit(DbEntity, DbRelationship[]) - Constructor for class org.apache.cayenne.modeler.undo.RemoveRelationshipUndoableEdit
-
- removeRow(int) - Method in class org.apache.cayenne.modeler.editor.ObjRelationshipTableModel
-
- removeRow(Object) - Method in class org.apache.cayenne.modeler.util.CayenneTableModel
-
- removeTemplateAction() - Method in class org.apache.cayenne.modeler.dialog.pref.TemplatePreferences
-
- removeToken(MergerToken) - Method in class org.apache.cayenne.modeler.dialog.db.MergerTokenSelectorController
-
- removeTreeModelListener(TreeModelListener) - Method in class org.apache.cayenne.modeler.util.EntityTreeModel
-
- removeTreeSelectionListener(TreeSelectionListener) - Method in class org.apache.cayenne.modeler.util.MultiColumnBrowser
-
- RemoveUndoableEdit - Class in org.apache.cayenne.modeler.undo
-
- RemoveUndoableEdit(Application) - Constructor for class org.apache.cayenne.modeler.undo.RemoveUndoableEdit
-
- RemoveUndoableEdit(Application, DataNodeDescriptor, DataMap) - Constructor for class org.apache.cayenne.modeler.undo.RemoveUndoableEdit
-
- RemoveUndoableEdit(Application, DataMap) - Constructor for class org.apache.cayenne.modeler.undo.RemoveUndoableEdit
-
- RemoveUndoableEdit(Application, DataNodeDescriptor) - Constructor for class org.apache.cayenne.modeler.undo.RemoveUndoableEdit
-
- RemoveUndoableEdit(DataMap, ObjEntity) - Constructor for class org.apache.cayenne.modeler.undo.RemoveUndoableEdit
-
- RemoveUndoableEdit(DataMap, DbEntity) - Constructor for class org.apache.cayenne.modeler.undo.RemoveUndoableEdit
-
- RemoveUndoableEdit(DataMap, Query) - Constructor for class org.apache.cayenne.modeler.undo.RemoveUndoableEdit
-
- RemoveUndoableEdit(DataMap, Procedure) - Constructor for class org.apache.cayenne.modeler.undo.RemoveUndoableEdit
-
- RemoveUndoableEdit(DataMap, Embeddable) - Constructor for class org.apache.cayenne.modeler.undo.RemoveUndoableEdit
-
- removeUpdate(DocumentEvent) - Method in class org.apache.cayenne.modeler.editor.EjbqlQueryScriptsTab
-
- removeUpdate(DocumentEvent) - Method in class org.apache.cayenne.modeler.editor.SQLTemplateScriptsTab
-
- removeUpdate(DocumentEvent) - Method in class org.apache.cayenne.modeler.undo.TextCompoundEdit
-
- RenamedPreferences - Class in org.apache.cayenne.pref
-
use for preferences where in preference's node path contains dependence from name dataChanelDescriptor,
dataNodeDescriptor, dataMap etc.
- RenamedPreferences(Preferences) - Constructor for class org.apache.cayenne.pref.RenamedPreferences
-
- renameEntityListener(String, String) - Method in class org.apache.cayenne.modeler.action.ChangeObjEntityListenerClassAction
-
change entity listener class
- renderer - Variable in class org.apache.cayenne.modeler.util.MultiColumnBrowser
-
- repaint - Variable in class org.apache.cayenne.swing.components.textpane.JCayenneTextPane
-
- repaintPane() - Method in class org.apache.cayenne.swing.components.textpane.JCayenneTextPane
-
- reportError(String, Throwable) - Method in class org.apache.cayenne.modeler.util.CayenneController
-
Utility method to provide a visual indication an execution error.
- reset() - Method in class org.apache.cayenne.modeler.ProjectController
-
- resetDbEntity() - Method in class org.apache.cayenne.modeler.editor.ObjAttributeTableModel
-
Refreshes DbEntity to current db entity within ObjEntity.
- resetEdits() - Method in class org.apache.cayenne.modeler.editor.wrapper.ObjAttributeWrapper
-
Correct ObjAttributeWrapper failures.
- resetEdits() - Method in interface org.apache.cayenne.modeler.editor.wrapper.Wrapper
-
- resetModel() - Method in class org.apache.cayenne.modeler.editor.ObjAttributeTableModel
-
Correct errors that attributes have.
- resetModel() - Method in class org.apache.cayenne.modeler.util.CayenneTableModel
-
Correct errors that model has.
- resetStrategy(DbEntity, boolean, boolean) - Method in class org.apache.cayenne.modeler.editor.dbentity.PKGeneratorPanel
-
- resize(int) - Method in class org.apache.cayenne.modeler.util.CircularArray
-
Resizes the array to the specified new size.
- resizeColumns(Object[]) - Method in class org.apache.cayenne.swing.TableBinding
-
- resolve - Variable in class org.apache.cayenne.modeler.editor.dbentity.DbEntityAttributeRelationshipTab
-
- resolve - Variable in class org.apache.cayenne.modeler.editor.ObjEntityAttributeRelationshipTab
-
- ResolveDbRelationshipDialog - Class in org.apache.cayenne.modeler.dialog
-
Editor of DbRelationship joins.
- ResolveDbRelationshipDialog(DbRelationship) - Constructor for class org.apache.cayenne.modeler.dialog.ResolveDbRelationshipDialog
-
- ResolveDbRelationshipDialog(DbRelationship, boolean) - Constructor for class org.apache.cayenne.modeler.dialog.ResolveDbRelationshipDialog
-
- resolveFile(String) - Method in class org.apache.cayenne.modeler.util.CayenneUserDir
-
- resolveMenu - Variable in class org.apache.cayenne.modeler.editor.dbentity.DbEntityRelationshipPanel
-
By now popup menu item is made similiar to toolbar button.
- resolveMenu - Variable in class org.apache.cayenne.modeler.editor.ObjEntityAttributePanel
-
By now popup menu item is made similiar to toolbar button.
- resolveMenu - Variable in class org.apache.cayenne.modeler.editor.ObjEntityRelationshipPanel
-
By now popup menu item is made similiar to toolbar button.
- RESOURCE_PATH - Static variable in interface org.apache.cayenne.modeler.ModelerConstants
-
Defines path to the images.
- restart() - Method in class org.apache.cayenne.modeler.dialog.pref.CayenneModelerPreferenceEditor
-
- restart() - Method in class org.apache.cayenne.pref.CayennePreferenceEditor
-
- restartRequired - Variable in class org.apache.cayenne.pref.CayennePreferenceEditor
-
- result - Variable in class org.apache.cayenne.modeler.dialog.FileDeletedDialog
-
- result - Variable in class org.apache.cayenne.modeler.dialog.OverwriteDialog
-
- result - Variable in class org.apache.cayenne.modeler.dialog.UnsavedChangesDialog
-
- resumeWatching() - Method in class org.apache.cayenne.modeler.ProjectFileChangeTracker
-
Resumes watching for files
- returnsValue - Variable in class org.apache.cayenne.modeler.editor.ProcedureTab
-
- reverseAll - Variable in class org.apache.cayenne.modeler.dialog.db.MergerTokenSelectorView
-
- reverseAllAction() - Method in class org.apache.cayenne.modeler.dialog.db.MergerTokenSelectorController
-
- reverseName - Variable in class org.apache.cayenne.modeler.dialog.ResolveDbRelationshipDialog
-
- reverseRelationship - Variable in class org.apache.cayenne.modeler.dialog.ResolveDbRelationshipDialog
-
- revert() - Method in class org.apache.cayenne.pref.CayennePreferenceEditor
-
- revert() - Method in interface org.apache.cayenne.pref.PreferenceEditor
-
- RevertAction - Class in org.apache.cayenne.modeler.action
-
- RevertAction(Application) - Constructor for class org.apache.cayenne.modeler.action.RevertAction
-
- revertPath() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
Reverts current path to saved path
- rightArrow - Static variable in class org.apache.cayenne.modeler.util.MultiColumnBrowser
-
- root - Variable in class org.apache.cayenne.modeler.util.EntityTreeModel
-
- run() - Method in class org.apache.cayenne.modeler.ProjectFileChangeTracker
-
- run() - Method in class org.apache.cayenne.modeler.util.combo.AutoCompletion
-
- save() - Method in class org.apache.cayenne.modeler.dialog.objentity.DbRelationshipTarget
-
- save() - Method in class org.apache.cayenne.modeler.dialog.pref.CayenneModelerPreferenceEditor
-
- save() - Method in class org.apache.cayenne.pref.CayennePreferenceEditor
-
- save() - Method in class org.apache.cayenne.pref.ChildrenMapPreference
-
- save() - Method in interface org.apache.cayenne.pref.PreferenceEditor
-
- SAVE_CONFIG_CONTROL - Static variable in class org.apache.cayenne.modeler.dialog.datadomain.CacheSyncConfigController
-
- SaveAction - Class in org.apache.cayenne.modeler.action
-
An action that saves a project using to its default location.
- SaveAction(Application) - Constructor for class org.apache.cayenne.modeler.action.SaveAction
-
- saveAll() - Method in class org.apache.cayenne.modeler.action.SaveAction
-
- saveAll() - Method in class org.apache.cayenne.modeler.action.SaveAsAction
-
Saves project and related files.
- SaveAsAction - Class in org.apache.cayenne.modeler.action
-
A "Save As" action that allows user to pick save location.
- SaveAsAction(Application) - Constructor for class org.apache.cayenne.modeler.action.SaveAsAction
-
- SaveAsAction(String, Application) - Constructor for class org.apache.cayenne.modeler.action.SaveAsAction
-
- SaveAsImageAction - Class in org.apache.cayenne.modeler.graph.action
-
Action for saving graph as image
- SaveAsImageAction(DataDomainGraphTab, Application) - Constructor for class org.apache.cayenne.modeler.graph.action.SaveAsImageAction
-
- saveButton - Variable in class org.apache.cayenne.modeler.dialog.datadomain.CacheSyncConfigView
-
- saveButton - Variable in class org.apache.cayenne.modeler.dialog.objentity.DbRelationshipTargetView
-
- saveButton - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributeInfoDialogView
-
- saveButton - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfoView
-
- saveButton - Variable in class org.apache.cayenne.modeler.dialog.pref.PreferenceDialogView
-
- saveButton - Variable in class org.apache.cayenne.modeler.dialog.ResolveDbRelationshipDialog
-
- savedDbRelationships - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
- saveMapping() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributeInfoDialog
-
- saveMapping() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
- saveObjectPreference() - Method in class org.apache.cayenne.modeler.pref.DBConnectionInfo
-
- saveObjectPreference() - Method in class org.apache.cayenne.pref.CayennePreference
-
- savePath() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
Stores current state of the model in the internal ObjRelationship.
- savePreferencesAction() - Method in class org.apache.cayenne.modeler.dialog.pref.PreferenceDialog
-
- savePressed - Variable in class org.apache.cayenne.modeler.dialog.objentity.DbRelationshipTarget
-
- saveSqlButton - Variable in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptionsView
-
- saveSqlButton - Variable in class org.apache.cayenne.modeler.dialog.db.MergerOptionsView
-
- schema - Variable in class org.apache.cayenne.modeler.editor.dbentity.DbEntityTab
-
- schema - Variable in class org.apache.cayenne.modeler.editor.ProcedureTab
-
- schemaLabel - Variable in class org.apache.cayenne.modeler.dialog.db.DbLoaderOptionsDialog
-
- schemaLabel - Variable in class org.apache.cayenne.modeler.dialog.db.DbMigrateOptionsDialog
-
- schemaLabel - Variable in class org.apache.cayenne.modeler.editor.dbentity.DbEntityTab
-
- schemas - Variable in class org.apache.cayenne.modeler.dialog.db.DbLoaderHelper
-
- schemaSelector - Variable in class org.apache.cayenne.modeler.dialog.db.DbLoaderOptionsDialog
-
- schemaSelector - Variable in class org.apache.cayenne.modeler.dialog.db.DbMigrateOptionsDialog
-
- SchemaUpdateController - Class in org.apache.cayenne.modeler.dialog.datamap
-
A controller for batch DbEntities schema update.
- SchemaUpdateController(ProjectController, DataMap) - Constructor for class org.apache.cayenne.modeler.dialog.datamap.SchemaUpdateController
-
- schemaUpdateStrategy - Variable in class org.apache.cayenne.modeler.editor.datanode.MainDataNodeView
-
- scriptArea - Variable in class org.apache.cayenne.modeler.editor.EjbqlQueryScriptsTab
-
- scriptArea - Variable in class org.apache.cayenne.modeler.editor.SQLTemplateScriptsTab
-
JEdit text component for highlighing SQL syntax (see CAY-892)
- scriptRefreshHandler - Variable in class org.apache.cayenne.modeler.editor.SQLTemplateScriptsTab
-
- scripts - Variable in class org.apache.cayenne.modeler.editor.SQLTemplateScriptsTab
-
- scriptsTab - Variable in class org.apache.cayenne.modeler.editor.EjbqlTabbedView
-
- scriptsTab - Variable in class org.apache.cayenne.modeler.editor.SQLTemplateTabbedView
-
- scroll(JTable, int, int) - Static method in class org.apache.cayenne.modeler.util.UIUtil
-
Scrolls view if it is located in a JViewport, so that the specified cell
is displayed in the center.
- scrollToSelectedRow(JTable) - Static method in class org.apache.cayenne.modeler.util.UIUtil
-
Scrolls table within JViewport to the selected row if there is one.
- SELECT - Static variable in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsController
-
- SELECT - Static variable in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsDialog
-
- SELECT - Static variable in class org.apache.cayenne.modeler.dialog.db.DbLoaderOptionsDialog
-
- SELECT - Static variable in class org.apache.cayenne.modeler.dialog.db.DbMigrateOptionsDialog
-
- select(MergerToken, boolean) - Method in class org.apache.cayenne.modeler.dialog.db.MergerTokenSelectorController
-
- select(Object) - Method in class org.apache.cayenne.modeler.util.CayenneTable
-
- select(int) - Method in class org.apache.cayenne.modeler.util.CayenneTable
-
- select(int[]) - Method in class org.apache.cayenne.modeler.util.CayenneTable
-
Selects multiple rows at once.
- selectableTablesList - Variable in class org.apache.cayenne.modeler.dialog.db.TableSelectorController
-
- selectableTokensList - Variable in class org.apache.cayenne.modeler.dialog.db.MergerTokenSelectorController
-
- selectAttributes(DbAttribute[]) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbEntityAttributePanel
-
Selects specified attributes.
- selectAttributes(EmbeddableAttribute[]) - Method in class org.apache.cayenne.modeler.editor.EmbeddableAttributeTab
-
Selects a specified attribute.
- selectAttributes(ObjAttribute[]) - Method in class org.apache.cayenne.modeler.editor.ObjEntityAttributePanel
-
Selects a specified attribute.
- selectButton - Variable in class org.apache.cayenne.modeler.dialog.db.DbLoaderOptionsDialog
-
- selectButton - Variable in class org.apache.cayenne.modeler.dialog.db.DbMigrateOptionsDialog
-
- selectCard() - Method in class org.apache.cayenne.modeler.dialog.datadomain.CacheSyncConfigController
-
- selectDataMap(Frame) - Method in class org.apache.cayenne.modeler.action.ImportDataMapAction
-
- SELECTED_PROPERTY - Static variable in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsControllerBase
-
- SELECTED_PROPERTY - Static variable in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorControllerBase
-
- selectedEmbeddables - Variable in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorControllerBase
-
- selectedEncodingBinding - Variable in class org.apache.cayenne.modeler.dialog.pref.EncodingSelector
-
- selectedEntities - Variable in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsControllerBase
-
- selectedEntities - Variable in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorControllerBase
-
- selectEditor(MouseEvent) - Method in class org.apache.cayenne.modeler.util.CellEditorForAttributeTable
-
- selectedQuery - Variable in class org.apache.cayenne.modeler.dialog.query.QueryType
-
- selectionPath - Variable in class org.apache.cayenne.modeler.util.MultiColumnBrowser
-
- selectOutputFolder - Variable in class org.apache.cayenne.modeler.dialog.codegen.GeneratorControllerPanel
-
- selectOutputFolderAction() - Method in class org.apache.cayenne.modeler.dialog.codegen.GeneratorController
-
An action method that pops up a file chooser dialog to pick the
generation directory.
- selectParameters(ProcedureParameter[]) - Method in class org.apache.cayenne.modeler.editor.ProcedureParameterTab
-
Selects a specified parameters.
- selectPath() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
- selectPathButton - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributeInfoDialogView
-
- selectPathButton - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfoView
-
- SelectPropertiesPanel - Class in org.apache.cayenne.modeler.editor
-
A panel that supports editing the properties of a GenericSelectQuery.
- SelectPropertiesPanel(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.SelectPropertiesPanel
-
- selectQuery - Variable in class org.apache.cayenne.modeler.editor.SelectQueryOrderingTab
-
- SelectQueryMainTab - Class in org.apache.cayenne.modeler.editor
-
A tabbed pane that contains editors for various SelectQuery parts.
- SelectQueryMainTab(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.SelectQueryMainTab
-
- SelectQueryOrderingTab - Class in org.apache.cayenne.modeler.editor
-
A panel for picking SelectQuery orderings.
- SelectQueryOrderingTab(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.SelectQueryOrderingTab
-
- SelectQueryPrefetchTab - Class in org.apache.cayenne.modeler.editor
-
Subclass of the SelectQueryOrderingTab configured to work with prefetches.
- SelectQueryPrefetchTab(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.SelectQueryPrefetchTab
-
- SelectQueryTabbedView - Class in org.apache.cayenne.modeler.editor
-
A tabbed view for configuring a select query.
- SelectQueryTabbedView(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.SelectQueryTabbedView
-
- selectRelationships(DbRelationship[]) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbEntityRelationshipPanel
-
Selects a specified relationship in the relationships table.
- selectRelationships(ObjRelationship[]) - Method in class org.apache.cayenne.modeler.editor.ObjEntityRelationshipPanel
-
Selects a specified relationship in the relationships table.
- selectRow(Object, int, TreePath) - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributePathBrowser
-
Selects one path component.
- selectRow(Object, int, TreePath) - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipPathBrowser
-
Selects one path component.
- selectRow(Object, int, TreePath) - Method in class org.apache.cayenne.modeler.util.MultiColumnBrowser
-
Selects one path component
- serverClass - Variable in class org.apache.cayenne.modeler.dialog.objentity.ClassNameUpdaterView
-
- serverOnly - Variable in class org.apache.cayenne.modeler.editor.ObjEntityTab
-
- serverOnlyLabel - Variable in class org.apache.cayenne.modeler.editor.ObjEntityTab
-
- setAction(String) - Method in class org.apache.cayenne.modeler.dialog.validator.DuplicatedAttributesDialog.DuplicatedAttributeInfo
-
- setAdapterName(String) - Method in class org.apache.cayenne.modeler.editor.datanode.AdapterEditor
-
- setAllFilter(Boolean) - Method in class org.apache.cayenne.modeler.dialog.datadomain.FilterDialog
-
- setAllowDirectories(boolean) - Method in class org.apache.cayenne.swing.control.FileChooser
-
- setAllowFiles(boolean) - Method in class org.apache.cayenne.swing.control.FileChooser
-
- setAlwaysOn(boolean) - Method in class org.apache.cayenne.modeler.util.CayenneAction
-
Sets the alwaysOn.
- setAttributeName(Attribute, String) - Static method in class org.apache.cayenne.modeler.util.ProjectUtil
-
Changes the name of the attribute and all references to this attribute.
- setAttributeType(String, DbAttribute) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbAttributeTableModel
-
- setAutoLoadProject(boolean) - Method in class org.apache.cayenne.modeler.dialog.pref.GeneralPreferences
-
- setBooleanProperty(String, boolean) - Method in class org.apache.cayenne.modeler.pref.DataMapDefaults
-
- setCacheGroupsEnabled(boolean) - Method in class org.apache.cayenne.modeler.editor.SelectPropertiesPanel
-
- setCallbackType(CallbackType) - Method in class org.apache.cayenne.modeler.editor.ObjCallbackMethod
-
- setCanceled(boolean) - Method in class org.apache.cayenne.modeler.util.LongRunningTask
-
- setCellEditor(Collection<String>, CayenneTable) - Method in class org.apache.cayenne.modeler.dialog.objentity.OverrideEmbeddableAttributeTableModel
-
- setCellEditor(Collection<String>, CayenneTable) - Method in class org.apache.cayenne.modeler.editor.EmbeddableAttributeTableModel
-
- setCellEditor(Collection<String>, CayenneTable) - Method in class org.apache.cayenne.modeler.editor.ObjAttributeTableModel
-
- setChanged(boolean) - Method in class org.apache.cayenne.modeler.event.DisplayEvent
-
- setCheckingForValueChange(boolean) - Method in class org.apache.cayenne.swing.BindingBase
-
- setCheckingForValueChange(boolean) - Method in class org.apache.cayenne.swing.BindingFactory
-
- setChoice(int) - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsDialog
-
- setClassName(ObjEntity, String) - Method in class org.apache.cayenne.modeler.dialog.datamap.PackageUpdateController
-
- setCollectionType() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
- setColumns(int) - Method in class org.apache.cayenne.swing.control.FileChooser
-
- setColumnWidthChanged(boolean) - Method in class org.apache.cayenne.modeler.util.CayenneTable
-
- setComboBoxes(Collection<String>, int) - Method in class org.apache.cayenne.modeler.dialog.objentity.OverrideEmbeddableAttributeTableModel
-
- setComboBoxes(Collection<String>, int) - Method in class org.apache.cayenne.modeler.editor.ObjAttributeTableModel
-
- setConnectionInfo(DBConnectionInfo) - Method in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptions
-
- setConnectionInfo(DBConnectionInfo) - Method in class org.apache.cayenne.modeler.dialog.pref.DBConnectionInfoEditor
-
- setConsoleProperty(String, boolean) - Method in class org.apache.cayenne.modeler.dialog.LogConsole
-
Sets the property, depending on last user's choice
- setContext(Object) - Method in class org.apache.cayenne.swing.BindingBase
-
- setContext(Object) - Method in class org.apache.cayenne.swing.BindingBuilder
-
Sets the context object that will be used by all bindings created via this
BindingBuilder.
- setContext(Object) - Method in interface org.apache.cayenne.swing.ObjectBinding
-
- setContext(Object) - Method in class org.apache.cayenne.swing.TableBinding
-
- setCounter(int) - Method in class org.apache.cayenne.modeler.editor.CallbackType
-
Method to specify counter value
- setCreateFK(Boolean) - Method in class org.apache.cayenne.modeler.pref.DBGeneratorDefaults
-
- setCreatePK(Boolean) - Method in class org.apache.cayenne.modeler.pref.DBGeneratorDefaults
-
- setCreateTables(Boolean) - Method in class org.apache.cayenne.modeler.pref.DBGeneratorDefaults
-
- setCurrentCallbackMethods(ObjCallbackMethod[]) - Method in class org.apache.cayenne.modeler.ProjectController
-
- setCurrentCallbackType(CallbackType) - Method in class org.apache.cayenne.modeler.ProjectController
-
- setCurrentClass(Object) - Method in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorControllerBase
-
- setCurrentDbAttributes(DbAttribute[]) - Method in class org.apache.cayenne.modeler.ProjectController
-
Set currently selected DbAttributes
- setCurrentDbRelationships(DbRelationship[]) - Method in class org.apache.cayenne.modeler.ProjectController
-
Set currently selected DbRelationships
- setCurrentDirectory(File) - Method in class org.apache.cayenne.swing.control.FileChooser
-
- setCurrentEntity(InferredRelationship) - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsControllerBase
-
- setCurrentListenerClass(String) - Method in class org.apache.cayenne.modeler.ProjectController
-
- setCurrentNodeForPreference(Class, String) - Method in class org.apache.cayenne.pref.CayennePreference
-
- setCurrentObjAttributes(ObjAttribute[]) - Method in class org.apache.cayenne.modeler.ProjectController
-
Set currently selected ObjAttributes
- setCurrentObjRelationships(ObjRelationship[]) - Method in class org.apache.cayenne.modeler.ProjectController
-
Set currently selected ObjRelationships
- setCurrentPreference(Preferences) - Method in class org.apache.cayenne.pref.CayennePreference
-
- setCurrentSelectedPanel(JComponent) - Method in class org.apache.cayenne.modeler.action.CopyAttributeRelationshipAction
-
- setCurrentSelectedPanel(JComponent) - Method in class org.apache.cayenne.modeler.action.CutAttributeRelationshipAction
-
- setCurrentSelectedPanel(JComponent) - Method in class org.apache.cayenne.modeler.action.RemoveAttributeRelationshipAction
-
- setDataMap(DataMap) - Method in class org.apache.cayenne.configuration.event.DataMapEvent
-
Sets DataMap associated with this event.
- setDataMap(DataMap) - Method in class org.apache.cayenne.configuration.event.QueryEvent
-
Sets DataMap, containing the query
- setDataMap(DataMap) - Method in class org.apache.cayenne.modeler.dialog.codegen.StandardPanelComponent
-
- setDataMap(DataMap) - Method in class org.apache.cayenne.modeler.event.DataMapDisplayEvent
-
Sets the dataMap.
- setDataMapChanged(boolean) - Method in class org.apache.cayenne.modeler.event.DataMapDisplayEvent
-
- setDataMapName(DataChannelDescriptor, DataMap, String) - Static method in class org.apache.cayenne.modeler.util.ProjectUtil
-
- setDataNode(DataNodeDescriptor) - Method in class org.apache.cayenne.configuration.event.DataNodeEvent
-
Sets the dataNode.
- setDataNode(DataNodeDescriptor) - Method in class org.apache.cayenne.modeler.event.DataNodeDisplayEvent
-
Sets the dataNode.
- setDataNodeChanged(boolean) - Method in class org.apache.cayenne.modeler.event.DataNodeDisplayEvent
-
- setDataNodeName(DataChannelDescriptor, DataNodeDescriptor, String) - Static method in class org.apache.cayenne.modeler.util.ProjectUtil
-
- setDataSourceKey(String) - Method in class org.apache.cayenne.modeler.dialog.db.DataSourceWizard
-
- setDataSourceKey(String) - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourcePreferences
-
- setDbAdapter(String) - Method in class org.apache.cayenne.modeler.pref.DBConnectionInfo
-
- setDbAttributePath(String) - Method in class org.apache.cayenne.modeler.editor.wrapper.ObjAttributeWrapper
-
- setDbConnectionInfoPreferences(Preferences) - Method in class org.apache.cayenne.modeler.pref.DBConnectionInfo
-
- setDbEntity(DbEntity) - Method in class org.apache.cayenne.modeler.editor.dbentity.PKCustomSequenceGeneratorPanel
-
- setDbEntity(DbEntity) - Method in class org.apache.cayenne.modeler.editor.dbentity.PKDBGeneratorPanel
-
- setDbEntity(DbEntity) - Method in class org.apache.cayenne.modeler.editor.dbentity.PKDefaultGeneratorPanel
-
- setDbEntity(DbEntity) - Method in class org.apache.cayenne.modeler.editor.dbentity.PKGeneratorPanel
-
Called by parent when DbEntity changes, regardless of whether this panel is visible
or not.
- setDbEntityFilter(Boolean) - Method in class org.apache.cayenne.modeler.dialog.datadomain.FilterDialog
-
- setDbEntityName(DbEntity, String) - Static method in class org.apache.cayenne.modeler.util.ProjectUtil
-
Renames a DbEntity and changes the name of all references.
- setDbRelationships(List<DbRelationship>) - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
Sets list of DB Relationships current ObjRelationship is mapped to
- setDefaultEncoding(boolean) - Method in class org.apache.cayenne.modeler.dialog.pref.EncodingSelector
-
- setDefaultRenderer() - Method in class org.apache.cayenne.modeler.util.MultiColumnBrowser
-
Resets currently used renderer to default one that will use the "name"
property of objects and display a small arrow to the right of all
non-leaf nodes.
- setDelegate(BindingDelegate) - Method in class org.apache.cayenne.swing.BindingBase
-
- setDelegate(BindingDelegate) - Method in class org.apache.cayenne.swing.BindingBuilder
-
Sets BindingDelegate that will be assigned to all bindings created via this
BindingBuilder.
- setDelegate(BindingDelegate) - Method in interface org.apache.cayenne.swing.ObjectBinding
-
- setDeletePrompt(boolean) - Method in class org.apache.cayenne.modeler.dialog.pref.GeneralPreferences
-
- setDetailed(boolean) - Method in class org.apache.cayenne.modeler.dialog.ErrorDebugDialog
-
Sets the detailed.
- setDirection(MergerToken, MergeDirection) - Method in class org.apache.cayenne.modeler.dialog.db.MergerTokenSelectorController
-
- setDirectory(File) - Method in class org.apache.cayenne.modeler.pref.FSPath
-
- setDirty(boolean) - Method in class org.apache.cayenne.modeler.ProjectController
-
- setDockComponent(Component) - Method in class org.apache.cayenne.modeler.CayenneModelerFrame
-
Plugs a component in the frame, between main area and status bar
- setDomain(DataChannelDescriptor) - Method in class org.apache.cayenne.modeler.dialog.validator.ValidationDisplayHandler
-
- setDomain(DataChannelDescriptor) - Method in class org.apache.cayenne.modeler.event.DomainDisplayEvent
-
Sets the domain.
- setDomainChanged(boolean) - Method in class org.apache.cayenne.modeler.event.DomainDisplayEvent
-
Sets the domainChanged.
- setDomainProperty(String, String, String) - Method in class org.apache.cayenne.modeler.editor.DataDomainView
-
Helper method that updates domain properties.
- setDrawsLayeredHighlights(boolean) - Method in class org.apache.cayenne.swing.components.textpane.UnderlineHighlighterForText
-
- setDropPK(Boolean) - Method in class org.apache.cayenne.modeler.pref.DBGeneratorDefaults
-
- setDropTables(Boolean) - Method in class org.apache.cayenne.modeler.pref.DBGeneratorDefaults
-
- setDuplicatedAttributes(List<ObjAttribute>) - Method in class org.apache.cayenne.modeler.dialog.validator.DuplicatedAttributesDialog
-
- setEditorAt(int, TableCellEditor) - Method in class org.apache.cayenne.modeler.util.CellEditorForAttributeTable
-
- setEjbqlQuery() - Method in class org.apache.cayenne.modeler.dialog.query.QueryType
-
- setEmbeddableAttributeName(EmbeddableAttribute, String) - Static method in class org.apache.cayenne.modeler.util.ProjectUtil
-
Changes the name of the embeddable attribute and all references to this embeddable attribute.
- setEmbeddableChanged(boolean) - Method in class org.apache.cayenne.modeler.event.EmbeddableDisplayEvent
-
- setEmbeddableFilter(Boolean) - Method in class org.apache.cayenne.modeler.dialog.datadomain.FilterDialog
-
- setEnabled(boolean) - Method in class org.apache.cayenne.modeler.action.RedoAction
-
- setEnabled(boolean) - Method in class org.apache.cayenne.modeler.dialog.pref.DBConnectionInfoEditorView
-
- setEnabled(boolean) - Method in class org.apache.cayenne.modeler.dialog.pref.GeneralPreferencesView
-
- setEnabled(boolean) - Method in class org.apache.cayenne.modeler.editor.SelectPropertiesPanel
-
- setEnabled(boolean) - Method in class org.apache.cayenne.modeler.util.CayenneAction
-
Overrides super implementation to take into account "alwaysOn" flag.
- setEncoding(String) - Method in class org.apache.cayenne.modeler.dialog.pref.EncodingSelector
-
- setEncoding(String) - Method in class org.apache.cayenne.modeler.dialog.pref.GeneralPreferences
-
- setEntity(ObjEntity) - Method in class org.apache.cayenne.modeler.dialog.validator.DuplicatedAttributesDialog
-
- setEntity(ObjEntity) - Method in class org.apache.cayenne.modeler.editor.RawQueryPropertiesPanel
-
- setEntity(Entity) - Method in class org.apache.cayenne.modeler.editor.wrapper.ObjAttributeWrapper
-
- setEntity(Entity) - Method in class org.apache.cayenne.modeler.event.EntityDisplayEvent
-
- setEntityChanged(boolean) - Method in class org.apache.cayenne.modeler.event.EntityDisplayEvent
-
- setEntityTabSelection(int) - Method in class org.apache.cayenne.modeler.ProjectController
-
- setEtalon(int) - Method in class org.apache.cayenne.swing.components.textpane.LineNumberedBorder
-
- setExistingOnly(boolean) - Method in class org.apache.cayenne.swing.control.FileChooser
-
- setFactoryName(String) - Method in class org.apache.cayenne.modeler.editor.datanode.MainDataNodeEditor
-
- setFetchingDataObjects(boolean) - Method in class org.apache.cayenne.modeler.editor.RawQueryPropertiesPanel
-
- setFile(File) - Method in class org.apache.cayenne.swing.control.FileChooser
-
- setFileFilter(FileFilter) - Method in class org.apache.cayenne.swing.control.FileChooser
-
- setFilter(EntityTreeFilter) - Method in class org.apache.cayenne.modeler.util.EntityTreeModel
-
Sets filter for attrs and rels
- setFiltered(HashMap<String, Boolean>) - Method in class org.apache.cayenne.modeler.ProjectTreeModel
-
- setGenerated(Boolean, DbAttribute) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbAttributeTableModel
-
- setGeneratePairs(Boolean) - Method in class org.apache.cayenne.modeler.pref.DataMapDefaults
-
- setHighlightText(int, int) - Method in class org.apache.cayenne.swing.components.textpane.JCayenneTextPane
-
- setHighlightText(int, int, int, String) - Method in class org.apache.cayenne.swing.components.textpane.JCayenneTextPane
-
set underlines text in JCayenneTextPane
- setHistorySize(int) - Method in class org.apache.cayenne.modeler.ProjectController
-
- setIncluded(boolean) - Method in class org.apache.cayenne.modeler.dialog.db.MergerTokenSelectorController
-
- setIncluded(boolean) - Method in class org.apache.cayenne.modeler.dialog.db.TableSelectorController
-
- setInstance(Application) - Static method in class org.apache.cayenne.modeler.Application
-
- setIsUserAction(boolean) - Method in class org.apache.cayenne.modeler.undo.JComboBoxUndoListener
-
- setItem(Object) - Method in class org.apache.cayenne.modeler.util.combo.CustomTypeComboBoxEditor
-
Sets the item that should be edited.
- setJdbcDriver(String) - Method in class org.apache.cayenne.modeler.pref.DBConnectionInfo
-
- setJoinSource(DbAttribute) - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferredRelationship
-
- setJoinTarget(DbAttribute) - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferredRelationship
-
- setLastModified(long) - Method in class org.apache.cayenne.modeler.ProjectFileChangeTracker.FileInfo
-
- setLineNumberWidth(int) - Method in class org.apache.cayenne.swing.components.textpane.LineNumberedBorder
-
- setLiveCheckEnabled(boolean) - Method in class org.apache.cayenne.modeler.util.ValidatorTextAdapter
-
Enables/disables live-checking
- setLocalDataSource(String) - Method in class org.apache.cayenne.modeler.pref.DataNodeDefaults
-
- setMainTabFocus(boolean) - Method in class org.apache.cayenne.modeler.event.EmbeddableDisplayEvent
-
- setMainTabFocus(boolean) - Method in class org.apache.cayenne.modeler.event.EntityDisplayEvent
-
- setMandatory(Boolean, DbAttribute) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbAttributeTableModel
-
- setMapKey() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
- setMapKey(String) - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
- setMapPreferences(Map<DataMap, DataMapDefaults>) - Method in class org.apache.cayenne.modeler.dialog.codegen.GeneratorController
-
- setMaxLength(String, DbAttribute) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbAttributeTableModel
-
- setMaxLength(String, ProcedureParameter) - Method in class org.apache.cayenne.modeler.editor.ProcedureParameterTableModel
-
- setMaxValue(int) - Method in class org.apache.cayenne.modeler.util.LongRunningTask
-
- setMergerFactory(MergerFactory) - Method in class org.apache.cayenne.modeler.dialog.db.MergerTokenSelectorController
-
- setMinColumns(int) - Method in class org.apache.cayenne.modeler.util.MultiColumnBrowser
-
Sets the minumum number of displayed columns.
- setMinValue(int) - Method in class org.apache.cayenne.modeler.util.LongRunningTask
-
- setMode(String) - Method in class org.apache.cayenne.modeler.dialog.codegen.CustomPreferencesUpdater
-
- setModel(TableModel) - Method in class org.apache.cayenne.modeler.util.CayenneTable
-
- setModel(TreeModel) - Method in class org.apache.cayenne.modeler.util.MultiColumnBrowser
-
Initializes browser model.
- setName(String) - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferredRelationship
-
- setName(String) - Method in class org.apache.cayenne.modeler.editor.ObjCallbackMethod
-
- setName(String) - Method in class org.apache.cayenne.modeler.editor.wrapper.ObjAttributeWrapper
-
- setName(String) - Method in class org.apache.cayenne.modeler.util.CayenneAction
-
Changes the name of this action, propagating the change to all widgets using this
action.
- setNamingStrategy(ObjectNameGenerator) - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsControllerBase
-
- setNewName(String) - Method in class org.apache.cayenne.modeler.dialog.validator.DuplicatedAttributesDialog.DuplicatedAttributeInfo
-
- setNode(DataNodeDescriptor) - Method in class org.apache.cayenne.modeler.editor.datanode.DataSourceEditor
-
- setNode(DataNodeDescriptor) - Method in class org.apache.cayenne.modeler.editor.datanode.JDBCDataSourceEditor
-
- setNode(DataNodeDescriptor) - Method in class org.apache.cayenne.modeler.editor.datanode.PasswordEncoderEditor
-
- setNodeName(String) - Method in class org.apache.cayenne.modeler.editor.datanode.MainDataNodeEditor
-
- setNodeName(String) - Method in class org.apache.cayenne.modeler.pref.DBConnectionInfo
-
- setObject(CayennePreference) - Method in class org.apache.cayenne.modeler.pref.DBConnectionInfo
-
- setObject(CayennePreference) - Method in class org.apache.cayenne.pref.CayennePreference
-
- setObjectSelectQuery() - Method in class org.apache.cayenne.modeler.dialog.query.QueryType
-
- setObjectTarget(ObjEntity) - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
- setObjEntityFilter(Boolean) - Method in class org.apache.cayenne.modeler.dialog.datadomain.FilterDialog
-
- setObjEntityName(DataMap, ObjEntity, String) - Static method in class org.apache.cayenne.modeler.util.ProjectUtil
-
- setOtherEncoding(boolean) - Method in class org.apache.cayenne.modeler.dialog.pref.EncodingSelector
-
- setOutputPath(String) - Method in class org.apache.cayenne.modeler.dialog.codegen.GeneratorController
-
- setOutputPath(String) - Method in class org.apache.cayenne.modeler.pref.DataMapDefaults
-
- setOutputPattern(String) - Method in class org.apache.cayenne.modeler.dialog.codegen.CustomPreferencesUpdater
-
- setOverwrite(Boolean) - Method in class org.apache.cayenne.modeler.dialog.codegen.CustomPreferencesUpdater
-
- setPairs(Boolean) - Method in class org.apache.cayenne.modeler.dialog.codegen.CustomPreferencesUpdater
-
- setParameter(ProcedureParameter) - Method in class org.apache.cayenne.configuration.event.ProcedureParameterEvent
-
- setParameterDirection(String, ProcedureParameter) - Method in class org.apache.cayenne.modeler.editor.ProcedureParameterTableModel
-
- setParameterName(String, ProcedureParameter) - Method in class org.apache.cayenne.modeler.editor.ProcedureParameterTableModel
-
- setParameterType(String, ProcedureParameter) - Method in class org.apache.cayenne.modeler.editor.ProcedureParameterTableModel
-
- setParent(Object) - Method in class org.apache.cayenne.modeler.editor.wrapper.ObjAttributeWrapper
-
- setPassword(String) - Method in class org.apache.cayenne.modeler.pref.DBConnectionInfo
-
- setPath(boolean) - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributeInfoDialog
-
- setPath(String) - Method in class org.apache.cayenne.modeler.pref.FSPath
-
- setPathFiles(Collection<File>) - Method in class org.apache.cayenne.modeler.FileClassLoadingService
-
- setPKName(String) - Method in class org.apache.cayenne.modeler.editor.dbentity.PKCustomSequenceGeneratorPanel
-
- setPKSize(String) - Method in class org.apache.cayenne.modeler.editor.dbentity.PKCustomSequenceGeneratorPanel
-
- setPrecision(String, ProcedureParameter) - Method in class org.apache.cayenne.modeler.editor.ProcedureParameterTableModel
-
- setPreferences(DataMapDefaults) - Method in class org.apache.cayenne.modeler.dialog.codegen.StandardPanelComponent
-
- setPreferences(TableColumnPreferences) - Method in class org.apache.cayenne.modeler.util.TableHeaderListener
-
- setPreferredColumnSize(Dimension) - Method in class org.apache.cayenne.modeler.util.MultiColumnBrowser
-
- setPressedColumn(int) - Method in class org.apache.cayenne.modeler.util.SortButtonRenderer
-
- setPrimaryKey(Boolean, DbAttribute, int) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbAttributeTableModel
-
- setProcedure(Procedure) - Method in class org.apache.cayenne.configuration.event.ProcedureEvent
-
- setProcedure(Procedure) - Method in class org.apache.cayenne.modeler.event.ProcedureDisplayEvent
-
- setProcedureChanged(boolean) - Method in class org.apache.cayenne.modeler.event.ProcedureDisplayEvent
-
- setProcedureFilter(Boolean) - Method in class org.apache.cayenne.modeler.dialog.datadomain.FilterDialog
-
- setProcedureName(DataMap, Procedure, String) - Static method in class org.apache.cayenne.modeler.util.ProjectUtil
-
- setProcedureParameterName(ProcedureParameter, String) - Static method in class org.apache.cayenne.modeler.util.ProjectUtil
-
- setProcedureParameters(ProcedureParameter[]) - Method in class org.apache.cayenne.modeler.event.ProcedureParameterDisplayEvent
-
- setProcedureQuery() - Method in class org.apache.cayenne.modeler.dialog.query.QueryType
-
- setProject(Project) - Method in class org.apache.cayenne.modeler.ProjectController
-
- setProperty(String, String) - Method in class org.apache.cayenne.modeler.pref.DataMapDefaults
-
- setProperty(String, String) - Method in class org.apache.cayenne.pref.PreferenceDetail
-
- setQuery(Query) - Method in class org.apache.cayenne.configuration.event.QueryEvent
-
- setQuery(Query) - Method in class org.apache.cayenne.modeler.event.QueryDisplayEvent
-
- setQueryChanged(boolean) - Method in class org.apache.cayenne.modeler.event.QueryDisplayEvent
-
- setQueryFilter(Boolean) - Method in class org.apache.cayenne.modeler.dialog.datadomain.FilterDialog
-
- setQueryName(DataMap, Query, String) - Static method in class org.apache.cayenne.modeler.util.ProjectUtil
-
- setRawSQLQuery() - Method in class org.apache.cayenne.modeler.dialog.query.QueryType
-
- setRefired(boolean) - Method in class org.apache.cayenne.modeler.event.DisplayEvent
-
- setRefreshingClassLoader(boolean) - Method in class org.apache.cayenne.modeler.dialog.pref.CayenneModelerPreferenceEditor
-
- setRelationshipChanged(boolean) - Method in class org.apache.cayenne.modeler.event.RelationshipDisplayEvent
-
- setRelationshipName(String) - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
- setRelationshipName(Entity, Relationship, String) - Static method in class org.apache.cayenne.modeler.util.ProjectUtil
-
Changes the name of the attribute in all places in DataMap.
- setRelationships() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsControllerBase
-
- setRenderer(ListCellRenderer) - Method in class org.apache.cayenne.modeler.util.MultiColumnBrowser
-
Initializes the renderer of column cells.
- setRestartRequired(boolean) - Method in class org.apache.cayenne.pref.CayennePreferenceEditor
-
- setSavedDbRelationships(List<DbRelationship>) - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
- setScale(String, DbAttribute) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbAttributeTableModel
-
- setSchemaUpdateStrategy(String) - Method in class org.apache.cayenne.modeler.editor.datanode.MainDataNodeEditor
-
- setSelected(boolean) - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsControllerBase
-
- setSelected(boolean) - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsTabController
-
- setSelected(boolean) - Method in class org.apache.cayenne.modeler.dialog.codegen.ClassesTabController
-
- setSelected(boolean) - Method in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorControllerBase
-
- setSelectedColumn(int, boolean) - Method in class org.apache.cayenne.modeler.util.SortButtonRenderer
-
- setSelectedIndex(int) - Method in class org.apache.cayenne.modeler.editor.SQLTemplateScriptsTab
-
- setSelectedIndex(int) - Method in class org.apache.cayenne.modeler.util.combo.SuggestionList
-
Selects an item in list
- setSelectedQuery(AbstractQuery) - Method in class org.apache.cayenne.modeler.dialog.query.QueryType
-
- setSelectedType(GraphType) - Method in class org.apache.cayenne.modeler.graph.GraphMap
-
Sets type that is currently selected
- setSelectionPath() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributeInfoDialog
-
Selects path in browser
- setSelectionPath(TreePath) - Method in class org.apache.cayenne.modeler.util.MultiColumnBrowser
-
Sets new selection path and fires an event
- setSortColumn(int) - Method in class org.apache.cayenne.modeler.pref.TableColumnPreferences
-
- setSortOrder(boolean) - Method in class org.apache.cayenne.modeler.pref.TableColumnPreferences
-
- setSortPreferenceSaver(TableColumnPreferences) - Method in class org.apache.cayenne.modeler.util.CayenneTable
-
- setSource(DbEntity) - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferredRelationship
-
- setSource(DbEntity, boolean) - Method in class org.apache.cayenne.modeler.dialog.objentity.DbRelationshipTarget
-
- setStoppingReverseEngineering(boolean) - Method in class org.apache.cayenne.modeler.dialog.db.DbLoaderHelper
-
- setSubclassTemplate(String) - Method in class org.apache.cayenne.modeler.dialog.codegen.CustomPreferencesUpdater
-
- setSubclassTemplate(String) - Method in class org.apache.cayenne.modeler.pref.DataMapDefaults
-
- setSuperClassName(ObjEntity, String) - Method in class org.apache.cayenne.modeler.dialog.datamap.SuperclassUpdateController
-
- setSuperclassPackage(String, String) - Method in class org.apache.cayenne.modeler.pref.DataMapDefaults
-
Sets superclass package, building it by "normalizing" and concatenating prefix and
suffix.
- setSuperclassPackage(String) - Method in class org.apache.cayenne.modeler.pref.DataMapDefaults
-
- setSuperclassTemplate(String) - Method in class org.apache.cayenne.modeler.dialog.codegen.CustomPreferencesUpdater
-
- setSuperclassTemplate(String) - Method in class org.apache.cayenne.modeler.pref.DataMapDefaults
-
- setSuperEntity(ObjEntity) - Method in class org.apache.cayenne.modeler.dialog.validator.DuplicatedAttributesDialog
-
- setTable(DbEntity) - Method in class org.apache.cayenne.modeler.dialog.db.TableSelectorController
-
Called by table binding script to set current table.
- setTabReset(boolean) - Method in class org.apache.cayenne.modeler.event.ProcedureDisplayEvent
-
- setTarget(DbEntity) - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferredRelationship
-
- setTarget(DbEntity) - Method in class org.apache.cayenne.modeler.dialog.objentity.DbRelationshipTarget
-
- setTargetCollection(String) - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
- setText(String) - Method in class org.apache.cayenne.modeler.util.JTextFieldUndoable
-
- setText(String) - Method in class org.apache.cayenne.modeler.util.JUndoableCayenneTextPane
-
- setText(String) - Method in class org.apache.cayenne.modeler.util.TextAdapter
-
Sets the text of the underlying text field.
- setText(String) - Method in class org.apache.cayenne.swing.components.textpane.JCayenneTextPane
-
- setThrowable(Throwable) - Method in class org.apache.cayenne.modeler.dialog.ErrorDebugDialog
-
- setTitle(String) - Method in class org.apache.cayenne.swing.control.FileChooser
-
- setToken(MergerToken) - Method in class org.apache.cayenne.modeler.dialog.db.MergerTokenSelectorController
-
Called by table binding script to set current token.
- setTokens(List<MergerToken>) - Method in class org.apache.cayenne.modeler.dialog.db.MergerTokenSelectorController
-
- setToMany(boolean) - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferredRelationship
-
- setToolTipPosition(int, String) - Method in class org.apache.cayenne.swing.components.textpane.JCayenneTextPane
-
- setTooltipTextError(String) - Method in class org.apache.cayenne.swing.components.textpane.JCayenneTextPane
-
- setType(String) - Method in class org.apache.cayenne.modeler.editor.wrapper.ObjAttributeWrapper
-
- setUnselectAttributes(boolean) - Method in class org.apache.cayenne.modeler.event.EntityDisplayEvent
-
- setupCutCopyPaste(JComponent, Class<? extends Action>, Class<? extends Action>) - Method in interface org.apache.cayenne.modeler.action.ActionManager
-
Replaces standard Cut, Copy and Paste action maps, so that accelerators like
Ctrl+X, Ctrl+C, Ctrl+V would work.
- setupCutCopyPaste(JComponent, Class<? extends Action>, Class<? extends Action>) - Method in class org.apache.cayenne.modeler.action.DefaultActionManager
-
- setUpdatedValueAt(Object, int, int) - Method in class org.apache.cayenne.modeler.dialog.DbJoinTableModel
-
- setUpdatedValueAt(Object, int, int) - Method in class org.apache.cayenne.modeler.dialog.objentity.OverrideEmbeddableAttributeTableModel
-
- setUpdatedValueAt(Object, int, int) - Method in class org.apache.cayenne.modeler.editor.CallbackDescriptorTableModel
-
does nothing
- setUpdatedValueAt(Object, int, int) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbAttributeTableModel
-
- setUpdatedValueAt(Object, int, int) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbRelationshipTableModel
-
- setUpdatedValueAt(Object, int, int) - Method in class org.apache.cayenne.modeler.editor.EmbeddableAttributeTableModel
-
- setUpdatedValueAt(Object, int, int) - Method in class org.apache.cayenne.modeler.editor.ObjAttributeTableModel
-
- setUpdatedValueAt(Object, int, int) - Method in class org.apache.cayenne.modeler.editor.ObjRelationshipTableModel
-
- setUpdatedValueAt(Object, int, int) - Method in class org.apache.cayenne.modeler.editor.ProcedureParameterTableModel
-
- setUpdatedValueAt(Object, int, int) - Method in class org.apache.cayenne.modeler.util.CayenneTableModel
-
Sets a new value after it is already checked by the superclass and it is determined
that the value has changed.
- setupMenus(JFrame) - Method in class org.apache.cayenne.modeler.init.platform.GenericPlatformInitializer
-
Does nothing, leaving unchanged the default frame menus.
- setupMenus(JFrame) - Method in interface org.apache.cayenne.modeler.init.platform.PlatformInitializer
-
Updates default frame menus according to the platform specifics.
- setUpTableStructure(ObjAttributeTableModel) - Method in class org.apache.cayenne.modeler.editor.ObjEntityAttributePanel
-
- setUrl(String) - Method in class org.apache.cayenne.modeler.pref.DBConnectionInfo
-
- setUseDefaultConfig(JRadioButton) - Method in class org.apache.cayenne.modeler.dialog.datadomain.JGroupsConfigPanel
-
- setUsedForLocking(boolean) - Method in class org.apache.cayenne.modeler.editor.wrapper.ObjAttributeWrapper
-
- setUsePackagePath(Boolean) - Method in class org.apache.cayenne.modeler.dialog.codegen.CustomPreferencesUpdater
-
- setUserName(String) - Method in class org.apache.cayenne.modeler.pref.DBConnectionInfo
-
- setUsingNullForEmptyStrings(boolean) - Method in class org.apache.cayenne.swing.BindingBase
-
- setUsingNullForEmptyStrings(boolean) - Method in class org.apache.cayenne.swing.BindingFactory
-
- setValue(Object) - Method in class org.apache.cayenne.swing.BindingBase
-
Pushes a new value to the bound context.
- setValue(Object, Map, Object) - Method in class org.apache.cayenne.swing.BindingExpression
-
- setValueAt(Object, int, int) - Method in class org.apache.cayenne.modeler.dialog.db.MergerTokenTableModel
-
- setValueAt(Object, int, int) - Method in class org.apache.cayenne.modeler.editor.CallbackDescriptorTableModel
-
stores edited value
- setValueAt(Object, int, int) - Method in class org.apache.cayenne.modeler.util.CayenneTableModel
-
- setView(EditorView) - Method in class org.apache.cayenne.modeler.CayenneModelerFrame
-
Adds editor view to the frame.
- sharedCache - Variable in class org.apache.cayenne.modeler.editor.DataDomainView
-
- sharedInstance - Static variable in class org.apache.cayenne.modeler.util.CayenneUserDir
-
- sharedPainter - Static variable in class org.apache.cayenne.swing.components.textpane.UnderlineHighlighterForText
-
- shouldCancel() - Method in class org.apache.cayenne.modeler.dialog.FileDeletedDialog
-
- shouldCancel() - Method in class org.apache.cayenne.modeler.dialog.OverwriteDialog
-
- shouldCancel() - Method in class org.apache.cayenne.modeler.dialog.UnsavedChangesDialog
-
- shouldClose() - Method in class org.apache.cayenne.modeler.dialog.FileDeletedDialog
-
- shouldDelete(String, String) - Method in class org.apache.cayenne.modeler.dialog.ConfirmRemoveDialog
-
- shouldDelete(String) - Method in class org.apache.cayenne.modeler.dialog.ConfirmRemoveDialog
-
- shouldNotSave() - Method in class org.apache.cayenne.modeler.dialog.UnsavedChangesDialog
-
- shouldOverwrite() - Method in class org.apache.cayenne.modeler.dialog.OverwriteDialog
-
- shouldSave() - Method in class org.apache.cayenne.modeler.dialog.FileDeletedDialog
-
- shouldSave() - Method in class org.apache.cayenne.modeler.dialog.UnsavedChangesDialog
-
- shouldSelectAnother() - Method in class org.apache.cayenne.modeler.dialog.OverwriteDialog
-
- shouldSelectCell(EventObject) - Method in class org.apache.cayenne.modeler.util.CellEditorForAttributeTable
-
- show() - Method in class org.apache.cayenne.modeler.dialog.FileDeletedDialog
-
- show() - Method in class org.apache.cayenne.modeler.dialog.OverwriteDialog
-
- show() - Method in class org.apache.cayenne.modeler.dialog.UnsavedChangesDialog
-
- SHOW_CONSOLE_PROPERTY - Static variable in class org.apache.cayenne.modeler.dialog.LogConsole
-
Property to store user preference
- showAboutDialog() - Method in class org.apache.cayenne.modeler.action.AboutAction
-
- showCard(String) - Method in class org.apache.cayenne.modeler.dialog.datadomain.CacheSyncConfigView
-
- showConsoleIfNeeded() - Method in class org.apache.cayenne.modeler.dialog.LogConsole
-
Shows the console if the preference 'SHOW_CONSOLE_PROPERTY' is set to true
- showCustomConfig() - Method in class org.apache.cayenne.modeler.dialog.datadomain.JGroupsConfigPanel
-
- showDataSourceEditorAction(Object) - Method in class org.apache.cayenne.modeler.dialog.pref.PreferenceDialog
-
Configures preferences dialog to display an editor for a local DataSource with
specified name.
- showDataSourceSubview(String) - Method in class org.apache.cayenne.modeler.editor.datanode.MainDataNodeEditor
-
Selects a subview for a currently selected DataSource factory.
- showDefaultConfig() - Method in class org.apache.cayenne.modeler.dialog.datadomain.JGroupsConfigPanel
-
- showDetails() - Method in class org.apache.cayenne.modeler.dialog.ErrorDebugDialog
-
- showDialog() - Method in class org.apache.cayenne.modeler.dialog.db.DbMigrateOptionsDialog
-
- showDialog(CayenneModelerFrame, List<ObjAttribute>, ObjEntity, ObjEntity) - Static method in class org.apache.cayenne.modeler.dialog.validator.DuplicatedAttributesDialog
-
- showDialog(CayenneModelerFrame, List<ValidationFailure>) - Static method in class org.apache.cayenne.modeler.dialog.validator.ValidatorDialog
-
- ShowGraphEntityAction - Class in org.apache.cayenne.modeler.graph.action
-
Action that shows entity on the graph
- ShowGraphEntityAction(Application) - Constructor for class org.apache.cayenne.modeler.graph.action.ShowGraphEntityAction
-
- showHide - Variable in class org.apache.cayenne.modeler.dialog.ErrorDebugDialog
-
- ShowLogConsoleAction - Class in org.apache.cayenne.modeler.action
-
Action for opening log console window (See CAY-366)
- ShowLogConsoleAction(Application) - Constructor for class org.apache.cayenne.modeler.action.ShowLogConsoleAction
-
Constructor for ShowLogConsoleAction.
- showNode(DefaultMutableTreeNode) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
Makes node current, visible and selected.
- showNode(Object[]) - Method in class org.apache.cayenne.modeler.ProjectTreeView
-
- showPreferencesDialog() - Method in class org.apache.cayenne.modeler.action.ConfigurePreferencesAction
-
- showProgress() - Method in class org.apache.cayenne.modeler.util.LongRunningTask
-
Starts progress dialog if the task is not finished yet.
- showValidationSuccess(CayenneModelerFrame) - Static method in class org.apache.cayenne.modeler.dialog.validator.ValidatorDialog
-
- size() - Method in class org.apache.cayenne.modeler.util.CircularArray
-
Returns the number of objects stored in the array.
- sort(int, boolean) - Method in class org.apache.cayenne.modeler.util.CayenneTable
-
- SortButtonRenderer - Class in org.apache.cayenne.modeler.util
-
- SortButtonRenderer() - Constructor for class org.apache.cayenne.modeler.util.SortButtonRenderer
-
- sortByColumn(int, boolean) - Method in class org.apache.cayenne.modeler.dialog.DbJoinTableModel
-
- sortByColumn(int, boolean) - Method in class org.apache.cayenne.modeler.dialog.objentity.OverrideEmbeddableAttributeTableModel
-
- sortByColumn(int, boolean) - Method in class org.apache.cayenne.modeler.editor.CallbackDescriptorTableModel
-
- sortByColumn(int, boolean) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbAttributeTableModel
-
- sortByColumn(int, boolean) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbRelationshipTableModel
-
- sortByColumn(int, boolean) - Method in class org.apache.cayenne.modeler.editor.EmbeddableAttributeTableModel
-
- sortByColumn(int, boolean) - Method in class org.apache.cayenne.modeler.editor.ObjAttributeTableModel
-
- sortByColumn(int, boolean) - Method in class org.apache.cayenne.modeler.editor.ObjRelationshipTableModel
-
- sortByColumn(int, boolean) - Method in class org.apache.cayenne.modeler.editor.ProcedureParameterTableModel
-
- sortByColumn(int, boolean) - Method in class org.apache.cayenne.modeler.util.CayenneTableModel
-
- sortByDefinedColumn(int, int, boolean) - Method in class org.apache.cayenne.modeler.util.TableHeaderListener
-
- sortByElementProperty(String, boolean) - Method in class org.apache.cayenne.modeler.util.CayenneTableModel
-
- sortedChildren - Variable in class org.apache.cayenne.modeler.util.EntityTreeModel
-
- sortMapByValue(Map<K, V>, Comparator<? super V>) - Method in class org.apache.cayenne.modeler.dialog.FindDialogView
-
- source - Variable in class org.apache.cayenne.modeler.dialog.DbJoinTableModel
-
- source - Variable in class org.apache.cayenne.modeler.dialog.objentity.DbRelationshipTarget
-
- source1Button - Variable in class org.apache.cayenne.modeler.dialog.objentity.DbRelationshipTargetView
-
- source1Selected - Variable in class org.apache.cayenne.modeler.dialog.objentity.DbRelationshipTarget
-
- source2Button - Variable in class org.apache.cayenne.modeler.dialog.objentity.DbRelationshipTargetView
-
- sourceEntityLabel - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributeInfoDialogView
-
- sourceEntityLabel - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfoView
-
- split - Variable in class org.apache.cayenne.modeler.dialog.pref.PreferenceDialogView
-
- splitPane - Variable in class org.apache.cayenne.modeler.CayenneModelerFrame
-
Split panel, where main project editor and external component, like log console,
are located
- splitPane - Variable in class org.apache.cayenne.modeler.editor.EditorView
-
- sql - Variable in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptionsView
-
- sql - Variable in class org.apache.cayenne.modeler.dialog.db.MergerOptionsView
-
- sqlBinding - Variable in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptions
-
- sqlBinding - Variable in class org.apache.cayenne.modeler.dialog.db.MergerOptions
-
- sqlSelect - Variable in class org.apache.cayenne.modeler.dialog.query.QueryTypeView
-
- SQLSyntaxConstants - Class in org.apache.cayenne.swing.components.textpane.syntax
-
- SQLSyntaxConstants() - Constructor for class org.apache.cayenne.swing.components.textpane.syntax.SQLSyntaxConstants
-
- SQLTemplateMainTab - Class in org.apache.cayenne.modeler.editor
-
A main panel for editing a SQLTemplate.
- SQLTemplateMainTab(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.SQLTemplateMainTab
-
- SQLTemplateScriptsTab - Class in org.apache.cayenne.modeler.editor
-
A panel for configuring SQL scripts of a SQL template.
- SQLTemplateScriptsTab(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.SQLTemplateScriptsTab
-
- SQLTemplateTabbedView - Class in org.apache.cayenne.modeler.editor
-
- SQLTemplateTabbedView(ProjectController) - Constructor for class org.apache.cayenne.modeler.editor.SQLTemplateTabbedView
-
- STANDARD_SERVER_SUBCLASS - Static variable in class org.apache.cayenne.modeler.CodeTemplateManager
-
- STANDARD_SERVER_SUPERCLASS - Static variable in class org.apache.cayenne.modeler.CodeTemplateManager
-
- StandardModeController - Class in org.apache.cayenne.modeler.dialog.codegen
-
- StandardModeController(CodeGeneratorControllerBase) - Constructor for class org.apache.cayenne.modeler.dialog.codegen.StandardModeController
-
- StandardModePanel - Class in org.apache.cayenne.modeler.dialog.codegen
-
- StandardModePanel() - Constructor for class org.apache.cayenne.modeler.dialog.codegen.StandardModePanel
-
- StandardPanelComponent - Class in org.apache.cayenne.modeler.dialog.codegen
-
- StandardPanelComponent() - Constructor for class org.apache.cayenne.modeler.dialog.codegen.StandardPanelComponent
-
- standardSubclassTemplates - Variable in class org.apache.cayenne.modeler.CodeTemplateManager
-
- standardSuperclassTemplates - Variable in class org.apache.cayenne.modeler.CodeTemplateManager
-
- standardTemplates - Variable in class org.apache.cayenne.modeler.CodeTemplateManager
-
- start() - Method in class org.apache.cayenne.modeler.util.LongRunningTask
-
Configures the task to run in a separate thread, and immediately exits the method.
- startAndWait() - Method in class org.apache.cayenne.modeler.util.LongRunningTask
-
Starts current task, and blocks current thread until the task is done.
- startElement(String, String, String, Attributes) - Method in class org.apache.cayenne.modeler.graph.GraphLoader
-
- startup() - Method in class org.apache.cayenne.modeler.Application
-
Starts the application.
- startup() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsController
-
- startup() - Method in class org.apache.cayenne.modeler.dialog.codegen.CodeGeneratorController
-
- startup() - Method in class org.apache.cayenne.modeler.dialog.datadomain.CacheSyncConfigController
-
Creates and shows a new modal dialog window.
- startup() - Method in class org.apache.cayenne.modeler.dialog.datamap.LockingUpdateController
-
- startupAction() - Method in class org.apache.cayenne.modeler.CayenneModelerController
-
- startupAction() - Method in class org.apache.cayenne.modeler.dialog.datamap.CatalogUpdateController
-
Creates and runs the catalog update dialog.
- startupAction() - Method in class org.apache.cayenne.modeler.dialog.datamap.PackageUpdateController
-
Creates and runs the package update dialog.
- startupAction() - Method in class org.apache.cayenne.modeler.dialog.datamap.SchemaUpdateController
-
Creates and runs the schema update dialog.
- startupAction() - Method in class org.apache.cayenne.modeler.dialog.datamap.SuperclassUpdateController
-
Creates and runs superclass update dialog.
- startupAction() - Method in class org.apache.cayenne.modeler.dialog.db.DataSourceWizard
-
Main action method that pops up a dialog asking for user selection.
- startupAction() - Method in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptions
-
Starts options dialog.
- startupAction() - Method in class org.apache.cayenne.modeler.dialog.db.MergerOptions
-
Starts options dialog.
- startupAction() - Method in class org.apache.cayenne.modeler.dialog.FindDialog
-
- startupAction() - Method in class org.apache.cayenne.modeler.dialog.objentity.DbRelationshipTarget
-
Creates and runs the dialog.
- startupAction() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributeInfoDialog
-
Starts options dialog.
- startupAction() - Method in class org.apache.cayenne.modeler.dialog.objentity.ObjRelationshipInfo
-
Starts options dialog.
- startupAction() - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourceCreator
-
Pops up a dialog and blocks current thread until the dialog is closed.
- startupAction() - Method in class org.apache.cayenne.modeler.dialog.pref.DataSourceDuplicator
-
Pops up a dialog and blocks current thread until the dialog is closed.
- startupAction(String) - Method in class org.apache.cayenne.modeler.dialog.pref.PreferenceDialog
-
- startupAction() - Method in class org.apache.cayenne.modeler.dialog.pref.TemplateCreator
-
Pops up a dialog and blocks current thread until the dialog is closed.
- startupAction() - Method in class org.apache.cayenne.modeler.dialog.query.QueryType
-
- startupAction(String, String, Collection<ValidationResult>) - Method in class org.apache.cayenne.modeler.dialog.ValidationResultBrowser
-
- startupAction(String, String, ValidationResult) - Method in class org.apache.cayenne.modeler.dialog.ValidationResultBrowser
-
- stateChanged(ChangeEvent) - Method in class org.apache.cayenne.modeler.editor.DataDomainTabbedView
-
- stateChanged(ChangeEvent) - Method in class org.apache.cayenne.modeler.editor.dbentity.DbEntityTabbedView
-
Handle focus when tab changes.
- status - Variable in class org.apache.cayenne.modeler.CayenneModelerFrame
-
- statusLabel - Variable in class org.apache.cayenne.modeler.util.ProgressDialog
-
- stop() - Method in class org.apache.cayenne.modeler.util.LongRunningTask
-
- stopCellEditing() - Method in class org.apache.cayenne.modeler.util.CellEditorForAttributeTable
-
- stopCellEditing() - Method in class org.apache.cayenne.modeler.util.combo.ComboBoxCellEditor
-
- stopLogging() - Method in class org.apache.cayenne.modeler.dialog.LogConsole
-
Stop logging and don't print any more messages to text area
- stoppingReverseEngineering - Variable in class org.apache.cayenne.modeler.dialog.db.DbLoaderHelper
-
- stopWatchingCaretPosition() - Method in class org.apache.cayenne.modeler.undo.TextCompoundEdit
-
- storeSQLAction() - Method in class org.apache.cayenne.modeler.dialog.db.DBGeneratorOptions
-
Allows user to save generated SQL in a file.
- storeSQLAction() - Method in class org.apache.cayenne.modeler.dialog.db.MergerOptions
-
Allows user to save generated SQL in a file.
- strategy - Variable in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsController
-
- strategy - Variable in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsControllerBase
-
- strategy - Variable in class org.apache.cayenne.modeler.dialog.db.DbLoaderOptionsDialog
-
- strategyCombo - Variable in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsDialog
-
- strategyCombo - Variable in class org.apache.cayenne.modeler.dialog.db.DbLoaderOptionsDialog
-
Combobox for naming strategy
- strategyComboAction() - Method in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsController
-
- strategyLabel - Variable in class org.apache.cayenne.modeler.dialog.autorelationship.InferRelationshipsDialog
-
- strict - Variable in class org.apache.cayenne.modeler.util.combo.SuggestionList
-
'Strict' matching, i.e.
- STRING_TEXT - Static variable in interface org.apache.cayenne.swing.components.textpane.syntax.SyntaxConstant
-
- stringAsValue(String) - Method in class org.apache.cayenne.modeler.util.ExpressionConvertor
-
- stringToEmbeddables - Variable in class org.apache.cayenne.modeler.dialog.objentity.ObjAttributeInfoDialog
-
- SUBCLASS_TEMPLATE_PROPERTY - Static variable in class org.apache.cayenne.modeler.pref.DataMapDefaults
-
- subclassTemplate - Variable in class org.apache.cayenne.modeler.dialog.codegen.CustomModePanel
-
- subTemplate - Variable in class org.apache.cayenne.modeler.dialog.codegen.CustomModeController
-
- SuggestionList - Class in org.apache.cayenne.modeler.util.combo
-
SuggestionList is a combo-popup displaying all items matching for
autocompletion.
- SuggestionList(JComboBox) - Constructor for class org.apache.cayenne.modeler.util.combo.SuggestionList
-
Creates a strict suggestion-popup for a combobox
- SuggestionList(JComboBox, boolean) - Constructor for class org.apache.cayenne.modeler.util.combo.SuggestionList
-
Creates a suggestion-popup for a combobox
- SuggestionList.MouseHandler - Class in org.apache.cayenne.modeler.util.combo
-
- SuggestionList.MouseHandler() - Constructor for class org.apache.cayenne.modeler.util.combo.SuggestionList.MouseHandler
-
- SUPERCLASS_PACKAGE_PROPERTY - Static variable in class org.apache.cayenne.modeler.pref.DataMapDefaults
-
- SUPERCLASS_TEMPLATE_PROPERTY - Static variable in class org.apache.cayenne.modeler.pref.DataMapDefaults
-
- superclassLabel - Variable in class org.apache.cayenne.modeler.editor.ObjEntityTab
-
- superClassName - Variable in class org.apache.cayenne.modeler.editor.ObjEntityTab
-
- superclassTemplate - Variable in class org.apache.cayenne.modeler.dialog.codegen.CustomModePanel
-
- SuperclassUpdateController - Class in org.apache.cayenne.modeler.dialog.datamap
-
- SuperclassUpdateController(ProjectController, DataMap, boolean) - Constructor for class org.apache.cayenne.modeler.dialog.datamap.SuperclassUpdateController
-
- superEntity - Variable in class org.apache.cayenne.modeler.dialog.validator.DuplicatedAttributesDialog
-
- superEntityCombo - Variable in class org.apache.cayenne.modeler.editor.ObjEntityTab
-
- superTemplate - Variable in class org.apache.cayenne.modeler.dialog.codegen.CustomModeController
-
- supportedEncodings(String) - Method in class org.apache.cayenne.modeler.dialog.pref.EncodingSelector
-
Returns an array of charsets that all JVMs must support cross-platform combined
with a default platform charset.
- supportsStringAsValue() - Method in class org.apache.cayenne.modeler.util.ExpressionConvertor
-
- swapRows(int, int) - Method in class org.apache.cayenne.modeler.util.CayenneTableModel
-
- syncDataSourceAction() - Method in class org.apache.cayenne.modeler.editor.datanode.JDBCDataSourceEditor
-
This action is called whenever the password location is changed
in the GUI pulldown.
- synchDbEntity() - Method in class org.apache.cayenne.modeler.action.DbEntitySyncAction
-
- synchObjEntity() - Method in class org.apache.cayenne.modeler.action.ObjEntitySyncAction
-
- syncWithLocal - Variable in class org.apache.cayenne.modeler.editor.datanode.JDBCDataSourceView
-
- SyntaxConstant - Interface in org.apache.cayenne.swing.components.textpane.syntax
-
- SyntaxStyle - Class in org.apache.cayenne.swing.components.textpane.style
-
- SyntaxStyle(Color, Font) - Constructor for class org.apache.cayenne.swing.components.textpane.style.SyntaxStyle
-
- syntaxStyleMap - Variable in class org.apache.cayenne.swing.components.textpane.style.TextPaneStyleMap
-
- systemEncoding - Variable in class org.apache.cayenne.modeler.dialog.pref.EncodingSelector
-