|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--gov.sns.application.ApplicationAdaptor
|
+--gov.sns.tools.samples.widgets.Showcase
Main launches showcase, which demonstrates how to use simple
GUI widget to display dinamic PV values.
| Field Summary |
| Fields inherited from class gov.sns.application.ApplicationAdaptor |
docURLs |
| Constructor Summary | |
Showcase()
|
|
| Method Summary | |
java.lang.String |
applicationName()
Subclasses must implement this method to return the name of their application. |
static void |
main(java.lang.String[] args)
Main method. |
XalDocument |
newDocument(java.net.URL url)
Subclasses should implement this method to return an instance of their custom subclass of XalDocument loaded from the specified URL. |
XalDocument |
newEmptyDocument()
Subclasses should implement this method to return an instance of their custom subclass of XalDocument. |
java.lang.String[] |
readableDocumentTypes()
Subclasses should implement this method to return the array of file suffixes identifying the files that can be read by the application. |
java.lang.String[] |
writableDocumentTypes()
Subclasses should implement this method to return the array of file suffixes identifying the files that can be written by the application. |
| Methods inherited from class gov.sns.application.ApplicationAdaptor |
applicationFinishedLaunching, applicationWillQuit, customizeCommands, documentClosed, documentCreated, editPreferences, getApplicationHelpPath, getApplicationInfoPath, getDocURLs, getMenuDefinitionPath, getPathToResource, getResourcesPath, setOptions, usesConsole |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Showcase()
| Method Detail |
public java.lang.String[] readableDocumentTypes()
ApplicationAdaptor
readableDocumentTypes in class ApplicationAdaptorpublic java.lang.String[] writableDocumentTypes()
ApplicationAdaptor
writableDocumentTypes in class ApplicationAdaptorpublic XalDocument newEmptyDocument()
ApplicationAdaptor
newEmptyDocument in class ApplicationAdaptorpublic XalDocument newDocument(java.net.URL url)
ApplicationAdaptor
newDocument in class ApplicationAdaptorpublic java.lang.String applicationName()
ApplicationAdaptor
applicationName in class ApplicationAdaptorpublic static void main(java.lang.String[] args)
args - CMD
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||