public interface XJApplicationInterface
| Modifier and Type | Method and Description |
|---|---|
void |
addRecentFile(String path) |
void |
addWindow(XJWindow window) |
void |
clearRecentFiles() |
void |
displayAbout() |
void |
displayHelp() |
void |
displayPrefs() |
XJWindow |
getActiveWindow() |
String |
getApplicationName() |
List |
getDocumentExtensions() |
XJPreferences |
getPreferences() |
XJWindow |
getWindowContainingDocumentForPath(String path) |
List<XJWindow> |
getWindows() |
List<XJWindow> |
getWindowsInWindowMenu() |
boolean |
hasPreferencesMenuItem() |
XJDocument |
newDocument() |
boolean |
openDocument() |
boolean |
openDocument(String file) |
boolean |
openDocuments(List<String> files) |
boolean |
openLastUsedDocument() |
void |
performQuit() |
List |
recentFiles() |
void |
removeRecentFile(String file) |
void |
removeWindow(XJWindow window) |
boolean |
supportsPersistence() |
boolean |
useDesktopMode() |
String getApplicationName()
XJPreferences getPreferences()
boolean openDocument()
boolean openDocument(String file)
boolean openLastUsedDocument()
XJDocument newDocument()
List getDocumentExtensions()
void addWindow(XJWindow window)
void removeWindow(XJWindow window)
XJWindow getActiveWindow()
boolean supportsPersistence()
boolean hasPreferencesMenuItem()
boolean useDesktopMode()
void addRecentFile(String path)
void removeRecentFile(String file)
void clearRecentFiles()
List recentFiles()
void performQuit()
void displayPrefs()
void displayAbout()
void displayHelp()
Copyright © 2013. All rights reserved.