|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.fopps.ui.actions.ActionHandler.DummyApplication
'Null' application
| Constructor Summary | |
ActionHandler.DummyApplication()
|
|
| Method Summary | |
void |
addApplicationListener(ApplicationListener pListener)
Registers an application listener |
java.lang.String |
getFilename()
Returns always an empty string |
boolean |
hasChanged()
Returns always false |
void |
newFile()
Drops existing file a creates an new, empty file |
void |
openFile(java.lang.String pFilename)
Opens an existing file |
void |
print(java.awt.print.Printable pDocument)
Prints a document |
void |
quitApplication()
Quits application |
void |
removeApplicationListener(ApplicationListener pListener)
Drops an application listener |
void |
saveFile(java.lang.String pFilename)
Saves file |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ActionHandler.DummyApplication()
| Method Detail |
public void openFile(java.lang.String pFilename)
openFile in interface ApplicationpFilename - Name of filepublic void saveFile(java.lang.String pFilename)
saveFile in interface ApplicationpFilename - Name of filepublic void quitApplication()
quitApplication in interface Applicationpublic void newFile()
newFile in interface Applicationpublic java.lang.String getFilename()
getFilename in interface Applicationpublic boolean hasChanged()
hasChanged in interface Applicationpublic void addApplicationListener(ApplicationListener pListener)
addApplicationListener in interface Applicationpublic void removeApplicationListener(ApplicationListener pListener)
removeApplicationListener in interface Application
public void print(java.awt.print.Printable pDocument)
throws java.awt.print.PrinterException
print in interface ApplicationpDocument - Document to print
java.awt.print.PrinterException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||