public class InferRelationshipsController extends InferRelationshipsControllerBase
| Modifier and Type | Field and Description |
|---|---|
static int |
CANCEL |
protected InferRelationshipsTabController |
entitySelector |
static int |
SELECT |
protected ObjectNameGenerator |
strategy |
protected InferRelationshipsDialog |
view |
currentEntity, dataMap, entities, entityNumber, index, inferredRelationships, SELECTED_PROPERTY, selectedEntitiesapplication, parent, propertyChangeSupport| Constructor and Description |
|---|
InferRelationshipsController(CayenneController parent,
DataMap dataMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelAction() |
ObjectNameGenerator |
createNamingStrategy(String strategyClass) |
void |
entitySelectedAction() |
void |
generateAction() |
ObjectNameGenerator |
getNamingStrategy() |
Component |
getView()
Returns the vie wassociated with this Controller.
|
protected void |
initBindings() |
void |
startup() |
void |
strategyComboAction() |
createJoins, createNames, createRelationships, createReversRelationship, getCurrentEntity, getDataMap, getEntities, getExportedKey, getJoin, getJoinAttribute, getSelectedEntities, getSelectedEntitiesSize, getToMany, isSelected, setCurrentEntity, setNamingStrategy, setRelationships, setSelected, updateSelectionaddPropertyChangeListener, bindingUpdated, centerView, firePropertyChange, getApplication, getFrame, getLastDirectory, getParent, getViewPreferences, getWindow, makeCloseableOnEscape, reportErrorpublic static final int SELECT
public static final int CANCEL
protected InferRelationshipsDialog view
protected InferRelationshipsTabController entitySelector
protected ObjectNameGenerator strategy
public InferRelationshipsController(CayenneController parent, DataMap dataMap)
public ObjectNameGenerator createNamingStrategy(String strategyClass)
public Component getView()
CayenneControllergetView in interface BoundComponentgetView in class InferRelationshipsControllerBasepublic void startup()
protected void initBindings()
public void entitySelectedAction()
public void strategyComboAction()
public ObjectNameGenerator getNamingStrategy()
public void cancelAction()
public void generateAction()
Copyright © 2001–2015 Apache Cayenne. All rights reserved.