| Interface | Description |
|---|---|
| EntityTreeFilter |
EntityTreeFilter is an interface for deciding which attributes or
relationships should appear in the tree
|
| WidgetFactory |
Utility class to create standard Swing widgets following default look-and-feel of
CayenneModeler.
|
| Class | Description |
|---|---|
| AdapterMapping |
Contains mappings for guessing defaults for various adapter and JDBC
settings.
|
| BevelArrowIcon | |
| BlankIcon | |
| BrowserControl |
Opens a URL in the system default browser.
|
| CayenneAction |
Superclass of CayenneModeler actions that implements support for some common
functionality, exception handling, etc.
|
| CayenneCellEditor |
Overrides CellEditor to allow multiple selection in table
without bothering the editor.
|
| CayenneController |
A superclass of CayenneModeler controllers.
|
| CayenneDialog |
Superclass of CayenneModeler dialogs.
|
| CayenneTable |
Common superclass of tables used in Cayenne.
|
| CayenneTableModel<T> |
Superclass of CayenneModeler table model classes.
|
| CayenneTransferable |
CayenneTransferable is a data holder of Cayenne object(s), like
Entities, Attributes, Relationships etc.
|
| CayenneUserDir |
CayenneUserDir represents a directory where all Cayenne-related information is stored
on the user machine.
|
| CellEditorForAttributeTable | |
| CellRenderers |
Utility class that serves as a factory for various project renderers.
|
| CircularArray |
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.
|
| CodeValidationUtil | |
| Comparators |
A collection of useful Comparators used by the modeler.
|
| DbAdapterInfo | |
| DefaultWidgetFactory | |
| EntityTreeModel |
Swing TreeModel for Entity attributes and relationships
|
| ExpressionConvertor |
A Scope convertor that allows to display expressions in text fields.
|
| FileFilters |
A collection of common file filters used by CayenneModeler JFileChoosers.
|
| JTextFieldUndoable | |
| JUndoableCayenneTextPane | |
| LongRunningTask |
A base class for monitoring progress of long running tasks.
|
| ModelerLogFactory |
Factory for creating ModelerLogger instances.
|
| ModelerLogger |
ModelerLogger is a Log implementation, which performs output
to the LogConsole.
|
| ModelerUtil |
Various unorganized utility methods used by CayenneModeler.
|
| MultiColumnBrowser |
A simple non-editable tree browser with multiple columns for display and
navigation of a tree structure.
|
| NameGeneratorPreferences |
Helper class to store/read information about naming strategies have been used
|
| PanelFactory |
Implements a set of utility methods for laying out components on the panels.
|
| ProgressDialog |
A dialog rendering a progress bar.
|
| ProjectUtil |
Provides utility methods to perform various manipulations with project objects.
|
| RecentFileMenu |
Menu that contains a list of previously used files.
|
| SortButtonRenderer | |
| TableHeaderListener | |
| TextAdapter |
A validating adapter for JTextComponent.
|
| UIUtil | |
| ValidatorTextAdapter |
Text adapter with live validation, which is fired in VALIDATION_DELAY time.
|
| Version |
Helper class to deal with version strings.
|
| Enum | Description |
|---|---|
| OperatingSystem |
An enum that provides high-level information about the host OS.
|
Copyright © 2001–2015 Apache Cayenne. All rights reserved.