|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--gov.sns.application.Application
|
+--gov.sns.xal.smf.application.AcceleratorApplication
AcceleratorApplication is the subclass of Application that is required for accelerator based applications.
| Field Summary | |
protected RecentFileTracker |
_acceleratorTracker
|
protected javax.swing.JFileChooser |
acceleratorFileChooser
|
| Fields inherited from class gov.sns.application.Application |
NO_OPTION, YES_OPTION |
| Constructor Summary | |
AcceleratorApplication(ApplicationAdaptor adaptor,
java.net.URL[] urls)
Creates a new instance of AcceleratorApplication |
|
| Method Summary | |
static AcceleratorApplication |
getAcceleratorApp()
Get the accelerator application for this session |
static void |
launch(ApplicationAdaptor adaptor)
Handle the launching of the application by creating the application instance and performing application initialization. |
static void |
launch(ApplicationAdaptor adaptor,
java.net.URL[] urls)
Handle the launching of the application by creating the application instance and performing application initialization. |
protected Commander |
makeCommander()
Make an application commander |
protected void |
newDocument()
Handle the "New" action by creating a new document. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected javax.swing.JFileChooser acceleratorFileChooser
protected RecentFileTracker _acceleratorTracker
| Constructor Detail |
public AcceleratorApplication(ApplicationAdaptor adaptor,
java.net.URL[] urls)
| Method Detail |
protected Commander makeCommander()
makeCommander in class Applicationpublic static AcceleratorApplication getAcceleratorApp()
public static void launch(ApplicationAdaptor adaptor)
adaptor - The custom application adaptor.
public static void launch(ApplicationAdaptor adaptor,
java.net.URL[] urls)
adaptor - The custom application adaptor.urls - The URLs of documents to open upon launching the applicationprotected void newDocument()
newDocument in class Application
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||