public class TemplateCreator extends CayenneController
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
canceled |
protected CayennePreferenceEditor |
editor |
protected Set |
existingNames |
protected Preferences |
preferences |
protected TemplateCreatorView |
view |
application, parent, propertyChangeSupport| Constructor and Description |
|---|
TemplateCreator(TemplatePreferences parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelAction() |
protected FSPath |
createTemplate() |
Component |
getView()
Returns the vie wassociated with this Controller.
|
protected void |
initBindings() |
void |
okAction() |
FSPath |
startupAction()
Pops up a dialog and blocks current thread until the dialog is closed.
|
addPropertyChangeListener, bindingUpdated, centerView, firePropertyChange, getApplication, getFrame, getLastDirectory, getParent, getViewPreferences, getWindow, makeCloseableOnEscape, reportErrorprotected TemplateCreatorView view
protected boolean canceled
protected Set existingNames
protected CayennePreferenceEditor editor
protected Preferences preferences
public TemplateCreator(TemplatePreferences parent)
public Component getView()
CayenneControllergetView in interface BoundComponentgetView in class CayenneControllerprotected void initBindings()
public void okAction()
public void cancelAction()
public FSPath startupAction()
protected FSPath createTemplate()
Copyright © 2001–2015 Apache Cayenne. All rights reserved.