public class StandardModeController extends GeneratorController
| Modifier and Type | Field and Description |
|---|---|
protected DataMapDefaults |
preferences |
protected StandardModePanel |
view |
mapPreferences, modeapplication, parent, propertyChangeSupport| Constructor and Description |
|---|
StandardModeController(CodeGeneratorControllerBase parent) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createDefaults() |
Collection<ClassGenerationAction> |
createGenerator()
Creates a class generator for provided selections.
|
protected GeneratorControllerPanel |
createView() |
Component |
getView()
Returns the vie wassociated with this Controller.
|
protected ClassGenerationAction |
newGenerator()
Creates an appropriate subclass of
ClassGenerationAction,
returning it in an unconfigured state. |
getDefaultClassFilter, getMapPreferences, getOutputDir, getOutputPath, getParentController, initBindings, selectOutputFolderAction, setMapPreferences, setOutputPath, updatePreferences, validateAttribute, validateEmbeddable, validateEmbeddable, validateEmbeddedAttribute, validateEntity, validateEntity, validateRelationshipaddPropertyChangeListener, bindingUpdated, centerView, firePropertyChange, getApplication, getFrame, getLastDirectory, getParent, getViewPreferences, getWindow, makeCloseableOnEscape, reportErrorprotected StandardModePanel view
protected DataMapDefaults preferences
public StandardModeController(CodeGeneratorControllerBase parent)
protected void createDefaults()
createDefaults in class GeneratorControllerprotected GeneratorControllerPanel createView()
createView in class GeneratorControllerpublic Component getView()
CayenneControllergetView in interface BoundComponentgetView in class CayenneControllerprotected ClassGenerationAction newGenerator()
GeneratorControllerClassGenerationAction,
returning it in an unconfigured state. Configuration is performed by
GeneratorController.createGenerator() method.newGenerator in class GeneratorControllerpublic Collection<ClassGenerationAction> createGenerator()
GeneratorControllercreateGenerator in class GeneratorControllerCopyright © 2001–2015 Apache Cayenne. All rights reserved.