|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdatabionics.esom.util.actions.FileAction
databionics.esom.util.actions.SaveFileAction
databionics.esom.util.actions.SavePngFileAction
public class SavePngFileAction
Save a *.umx file
Field Summary | |
---|---|
protected static org.apache.log4j.Logger |
log
interface to log4j system |
protected java.lang.String |
method
string with kind of saving |
Fields inherited from class databionics.esom.util.actions.FileAction |
---|
myFileType |
Constructor Summary | |
---|---|
SavePngFileAction()
Standard contructor |
|
SavePngFileAction(java.lang.String method)
constructor witrh given kind of saving |
Method Summary | |
---|---|
void |
save(java.lang.String filename)
Save the file |
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 |
Methods inherited from interface java.awt.event.ActionListener |
---|
actionPerformed |
Field Detail |
---|
protected static final org.apache.log4j.Logger log
protected java.lang.String method
Constructor Detail |
---|
public SavePngFileAction()
public SavePngFileAction(java.lang.String method)
methode
- kind of savingMethod Detail |
---|
public void save(java.lang.String filename)
save
in class SaveFileAction
filename
- name of file or prefix for slide show
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |