public class ObjAttributeInfoDialog extends CayenneController implements TreeSelectionListener
| Modifier and Type | Field and Description |
|---|---|
protected ObjAttribute |
attribute |
protected ObjAttribute |
attributeSaved |
protected List<String> |
embeddableNames |
protected ProjectController |
mediator |
protected List<ObjEntity> |
objectTargets |
protected List<DbEntity> |
relTargets |
protected Map<String,Embeddable> |
stringToEmbeddables |
protected ObjAttributeInfoDialogView |
view |
application, parent, propertyChangeSupport| Constructor and Description |
|---|
ObjAttributeInfoDialog(ProjectController mediator,
int row,
ObjAttributeTableModel model) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeAction() |
Map<String,String> |
getCurrentOverrideAttribute() |
Component |
getView()
Returns the vie wassociated with this Controller.
|
boolean |
isChange() |
boolean |
isRegistredType(String typeName) |
void |
saveMapping() |
boolean |
setPath(boolean isChange) |
void |
setSelectionPath()
Selects path in browser
|
void |
startupAction()
Starts options dialog.
|
void |
valueChanged(TreeSelectionEvent e) |
addPropertyChangeListener, bindingUpdated, centerView, firePropertyChange, getApplication, getFrame, getLastDirectory, getParent, getViewPreferences, getWindow, makeCloseableOnEscape, reportErrorprotected ObjAttributeInfoDialogView view
protected ObjAttribute attribute
protected ObjAttribute attributeSaved
protected Map<String,Embeddable> stringToEmbeddables
protected ProjectController mediator
public ObjAttributeInfoDialog(ProjectController mediator, int row, ObjAttributeTableModel model)
public Component getView()
CayenneControllergetView in interface BoundComponentgetView in class CayenneControllerpublic void startupAction()
public void closeAction()
public boolean setPath(boolean isChange)
public boolean isChange()
public void saveMapping()
public void valueChanged(TreeSelectionEvent e)
valueChanged in interface TreeSelectionListenerpublic void setSelectionPath()
public boolean isRegistredType(String typeName)
Copyright © 2001–2015 Apache Cayenne. All rights reserved.