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, viewList
public MultiWindowApplication(AppContext context)
public abstract View createView(Document d)
createView
in interface Application
createView
in class AbstractApplication
public void addView(View v)
AbstractApplication
addView
in interface Application
addView
in class AbstractApplication
public void removeView(View v)
removeView
in interface Application
removeView
in class AbstractApplication
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.