public class ClasspathPreferences extends CayenneController
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
classPathEntries |
protected List<String> |
classPathKeys |
protected CayennePreferenceEditor |
editor |
protected org.apache.cayenne.modeler.dialog.pref.ClasspathPreferences.ClasspathTableModel |
tableModel |
protected ClasspathPreferencesView |
view |
application, parent, propertyChangeSupport| Constructor and Description |
|---|
ClasspathPreferences(PreferenceDialog parentController) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChangedPreferences(String key,
String value) |
protected void |
addClassDirectoryAction() |
protected void |
addJarOrZipAction() |
void |
addRemovedPreferences(String key) |
protected void |
chooseClassEntry(FileFilter filter,
String title,
int selectionMode) |
Component |
getView()
Returns the vie wassociated with this Controller.
|
protected void |
initBindings() |
protected void |
removeEntryAction() |
addPropertyChangeListener, bindingUpdated, centerView, firePropertyChange, getApplication, getFrame, getLastDirectory, getParent, getViewPreferences, getWindow, makeCloseableOnEscape, reportErrorprotected ClasspathPreferencesView view
protected org.apache.cayenne.modeler.dialog.pref.ClasspathPreferences.ClasspathTableModel tableModel
protected CayennePreferenceEditor editor
public ClasspathPreferences(PreferenceDialog parentController)
public Component getView()
CayenneControllergetView in interface BoundComponentgetView in class CayenneControllerprotected void initBindings()
protected void addJarOrZipAction()
protected void addClassDirectoryAction()
protected void removeEntryAction()
protected void chooseClassEntry(FileFilter filter, String title, int selectionMode)
public void addRemovedPreferences(String key)
Copyright © 2001–2015 Apache Cayenne. All rights reserved.