public abstract class MultiWindowApplication extends AbstractApplication
| Constructor and Description |
|---|
MultiWindowApplication(AppContext context)
Create a MultiWindow application based on the given context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addView(View v)
Add a view to the list of views currently known by
this application.
|
abstract View |
createView(Document d)
Create a view to display the given document.
|
View |
getView(Window w)
Get the Document displayed by the given component.
|
void |
removeView(View v)
Remove the given view.
|
actions, addAction, addDocument, addDocumentListener, addMenuItem, addMenuItem, addPropertyChangeListener, addToolBarButton, addToolBarButton, addViewListener, closeDocument, closeView, documentList, getAction, getAppContext, getClipboard, getCurrentView, getDocumentFactory, getResources, getStoragePolicy, getTitle, isVisible, removeDocument, removeDocumentListener, removePropertyChangeListener, removeViewListener, setAppContext, setClipboard, setCurrentView, setDocumentFactory, setStoragePolicy, setVisible, showError, viewList, viewListpublic MultiWindowApplication(AppContext context)
public abstract View createView(Document d)
createView in interface ApplicationcreateView in class AbstractApplicationpublic void addView(View v)
AbstractApplicationaddView in interface ApplicationaddView in class AbstractApplicationpublic void removeView(View v)
removeView in interface ApplicationremoveView in class AbstractApplicationCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.