public class CacheSyncConfigController extends CayenneController
| Modifier and Type | Field and Description |
|---|---|
static String |
CANCEL_CONFIG_CONTROL |
static String |
CUSTOM_FACTORY_LABEL |
protected ProjectController |
eventController |
protected Map |
existingCards |
static String |
JGROUPS_DEFAULT_CONTROL |
static String |
JGROUPS_FACTORY_LABEL |
static String |
JGROUPS_URL_CONTROL |
static String |
JMS_FACTORY_LABEL |
protected boolean |
modified |
protected Map |
properties |
static String |
SAVE_CONFIG_CONTROL |
protected CacheSyncConfigView |
view |
application, parent, propertyChangeSupport| Constructor and Description |
|---|
CacheSyncConfigController(ProjectController eventController) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
commitChanges()
Stores configuration changes in the data domain properties.
|
Component |
getView()
Returns the vie wassociated with this Controller.
|
protected void |
jgroupsDefaultConfig() |
protected void |
jgroupsURLConfig() |
protected void |
loadProperties(String factory) |
protected void |
prepareChildren(String factory) |
protected void |
selectCard() |
void |
startup()
Creates and shows a new modal dialog window.
|
addPropertyChangeListener, bindingUpdated, centerView, firePropertyChange, getApplication, getFrame, getLastDirectory, getParent, getViewPreferences, getWindow, makeCloseableOnEscape, reportErrorpublic static final String SAVE_CONFIG_CONTROL
public static final String CANCEL_CONFIG_CONTROL
public static final String JGROUPS_DEFAULT_CONTROL
public static final String JGROUPS_URL_CONTROL
public static final String JGROUPS_FACTORY_LABEL
public static final String JMS_FACTORY_LABEL
public static final String CUSTOM_FACTORY_LABEL
protected Map existingCards
protected Map properties
protected boolean modified
protected ProjectController eventController
protected CacheSyncConfigView view
public CacheSyncConfigController(ProjectController eventController)
public void startup()
public Component getView()
CayenneControllergetView in interface BoundComponentgetView in class CayenneControllerprotected void selectCard()
protected void jgroupsDefaultConfig()
protected void jgroupsURLConfig()
protected void commitChanges()
protected void loadProperties(String factory)
protected void prepareChildren(String factory)
Copyright © 2001–2015 Apache Cayenne. All rights reserved.