|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdatabionics.esom.util.actions.FileAction
databionics.esom.util.actions.SaveFileAction
databionics.esom.tool.AbstractSaveAction
public abstract class AbstractSaveAction
Field Summary | |
---|---|
protected AbstractTool |
tool
|
Fields inherited from class databionics.esom.util.actions.SaveFileAction |
---|
log |
Fields inherited from class databionics.esom.util.actions.FileAction |
---|
myFileType |
Constructor Summary | |
---|---|
AbstractSaveAction(FileType type,
AbstractTool tool)
|
Method Summary | |
---|---|
abstract void |
save(java.lang.String filename)
Really save the file in subclasses. |
Methods inherited from class databionics.esom.util.actions.SaveFileAction |
---|
actionPerformed |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected AbstractTool tool
Constructor Detail |
---|
public AbstractSaveAction(FileType type, AbstractTool tool)
type
- Method Detail |
---|
public abstract void save(java.lang.String filename)
SaveFileAction
save
in class SaveFileAction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |