public class DBConnectionInfoEditor extends CayenneController
| Modifier and Type | Field and Description |
|---|---|
protected ObjectBinding[] |
bindings |
protected DBConnectionInfo |
connectionInfo |
protected DBConnectionInfoEditorView |
view |
application, parent, propertyChangeSupport| Constructor and Description |
|---|
DBConnectionInfoEditor(CayenneController parent) |
| Modifier and Type | Method and Description |
|---|---|
DBConnectionInfo |
getConnectionInfo() |
Component |
getView()
Returns the vie wassociated with this Controller.
|
protected void |
initBindings() |
protected void |
refreshView() |
void |
setConnectionInfo(DBConnectionInfo connectionInfo) |
addPropertyChangeListener, bindingUpdated, centerView, firePropertyChange, getApplication, getFrame, getLastDirectory, getParent, getViewPreferences, getWindow, makeCloseableOnEscape, reportErrorprotected DBConnectionInfoEditorView view
protected DBConnectionInfo connectionInfo
protected ObjectBinding[] bindings
public DBConnectionInfoEditor(CayenneController parent)
public Component getView()
CayenneControllergetView in interface BoundComponentgetView in class CayenneControllerprotected void initBindings()
public DBConnectionInfo getConnectionInfo()
public void setConnectionInfo(DBConnectionInfo connectionInfo)
protected void refreshView()
Copyright © 2001–2015 Apache Cayenne. All rights reserved.