public class GeneratorTabController extends CayenneController
| Modifier and Type | Field and Description |
|---|---|
protected Map |
controllers |
static String |
GENERATOR_PROPERTY |
protected PreferenceDetail |
preferences |
protected GeneratorTabPanel |
view |
application, parent, propertyChangeSupport| Constructor and Description |
|---|
GeneratorTabController(CodeGeneratorControllerBase parent) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ClassGenerationAction> |
getGenerator() |
GeneratorController |
getGeneratorController() |
protected CodeGeneratorControllerBase |
getParentController() |
PreferenceDetail |
getPreferences() |
Component |
getView()
Returns the vie wassociated with this Controller.
|
protected void |
initBindings() |
void |
updateModeAction()
Resets selection to default values for a given controller.
|
addPropertyChangeListener, bindingUpdated, centerView, firePropertyChange, getApplication, getFrame, getLastDirectory, getParent, getViewPreferences, getWindow, makeCloseableOnEscape, reportErrorpublic static final String GENERATOR_PROPERTY
protected GeneratorTabPanel view
protected Map controllers
protected PreferenceDetail preferences
public GeneratorTabController(CodeGeneratorControllerBase parent)
public Component getView()
CayenneControllergetView in interface BoundComponentgetView in class CayenneControllerprotected CodeGeneratorControllerBase getParentController()
protected void initBindings()
public PreferenceDetail getPreferences()
public void updateModeAction()
public GeneratorController getGeneratorController()
public Collection<ClassGenerationAction> getGenerator()
Copyright © 2001–2015 Apache Cayenne. All rights reserved.