|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of DocumentWindow in jApp |
|---|
| Methods in jApp that return DocumentWindow | |
|---|---|
DocumentWindow |
Document.getActiveWindow()
Gets the active DocumentWindow for this
Document which should be the top most visible window on
the screen that is associted with this Document. |
DocumentWindow |
DocumentView.getWindow()
|
| Methods in jApp that return types with arguments of type DocumentWindow | |
|---|---|
java.util.LinkedList<DocumentWindow> |
Document.getWindows()
Gets the list of open DocumentWindows. |
| Methods in jApp with parameters of type DocumentWindow | |
|---|---|
protected void |
Document.removeWindow(DocumentWindow window)
Removes a DocumentWindow from this document. |
void |
DocumentView.setWindow(DocumentWindow window)
|
boolean |
Document.tryCloseWindow(DocumentWindow window)
Closes the given DocumentWindow. |
| Constructors in jApp with parameters of type DocumentWindow | |
|---|---|
WindowState(DocumentWindow wnd,
java.lang.Object extendedState)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||