|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractAction
org.apache.ojb.tools.mapping.reversedb2.actions.ActionSaveOJBRepository
Saves the given DescriptorRepository to a file selected by the use
Nested Class Summary |
Nested classes inherited from class javax.swing.AbstractAction |
|
Field Summary | |
(package private) DescriptorRepository |
aRepository
|
(package private) java.io.File |
theFile
|
Fields inherited from class javax.swing.AbstractAction |
changeSupport, enabled |
Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
Constructor Summary | |
ActionSaveOJBRepository(DescriptorRepository paRepository,
java.io.File fileSaveTo)
Creates a new instance of ActionSaveOJBRepository |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent evt)
|
Methods inherited from class javax.swing.AbstractAction |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
DescriptorRepository aRepository
java.io.File theFile
Constructor Detail |
public ActionSaveOJBRepository(DescriptorRepository paRepository, java.io.File fileSaveTo)
Method Detail |
public void actionPerformed(java.awt.event.ActionEvent evt)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |