Modifier and Type | Method and Description |
---|---|
static void |
NpapiEvent.dispatchCocoaNpapiEvent(Window window,
java.util.Map eventInfo) |
Modifier and Type | Field and Description |
---|---|
private static Window |
Window.focusedWindow |
private Window |
Window.owner |
private Window |
View.window |
Modifier and Type | Field and Description |
---|---|
private static java.util.LinkedList<Window> |
Window.visibleWindows |
Modifier and Type | Method and Description |
---|---|
abstract Window |
Application.createWindow(long parent) |
Window |
Application.createWindow(Screen screen,
int styleMask)
Create a window.
|
abstract Window |
Application.createWindow(Window owner,
Screen screen,
int styleMask)
Create a window.
|
static Window |
Window.getFocusedWindow() |
Window |
Window.getOwner() |
Window |
View.getWindow() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Window> |
Window.getWindows() |
static java.util.List<Window> |
Window.getWindowsClone() |
Modifier and Type | Method and Description |
---|---|
protected static void |
Window.add(Window window) |
protected static void |
Window.addFirst(Window window) |
abstract Window |
Application.createWindow(Window owner,
Screen screen,
int styleMask)
Create a window.
|
void |
Window.enterModal(Window window)
Enter modal state only blocking the given window.
|
void |
Window.EventHandler.handleScreenChangedEvent(Window window,
long time,
Screen oldScreen,
Screen newScreen)
Notifies a listener that the screen object for this Window instance
has been updated.
|
void |
Window.EventHandler.handleWindowEvent(Window window,
long time,
int type) |
protected static void |
Window.remove(Window window) |
private static void |
Window.setFocusedWindow(Window window) |
(package private) void |
View.setWindow(Window window) |
static CommonDialogs.FileChooserResult |
CommonDialogs.showFileChooser(Window owner,
java.io.File folder,
java.lang.String filename,
java.lang.String title,
int type,
boolean multipleMode,
java.util.List<CommonDialogs.ExtensionFilter> extensionFilters,
int defaultFilterIndex)
Creates a native file chooser that lets the user select files.
|
static java.io.File |
CommonDialogs.showFolderChooser(Window owner,
java.io.File folder,
java.lang.String title)
Creates a native folder chooser that lets the user selects folder.
|
protected abstract CommonDialogs.FileChooserResult |
Application.staticCommonDialogs_showFileChooser(Window owner,
java.lang.String folder,
java.lang.String filename,
java.lang.String title,
int type,
boolean multipleMode,
CommonDialogs.ExtensionFilter[] extensionFilters,
int defaultFilterIndex) |
protected abstract java.io.File |
Application.staticCommonDialogs_showFolderChooser(Window owner,
java.lang.String folder,
java.lang.String title) |
Constructor and Description |
---|
Window(Window owner,
Screen screen,
int styleMask) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
GtkChildWindow |
(package private) class |
GtkWindow |
Modifier and Type | Method and Description |
---|---|
Window |
GtkApplication.createWindow(long parent) |
Window |
GtkApplication.createWindow(Window owner,
Screen screen,
int styleMask) |
Modifier and Type | Method and Description |
---|---|
Window |
GtkApplication.createWindow(Window owner,
Screen screen,
int styleMask) |
(package private) static CommonDialogs.FileChooserResult |
GtkCommonDialogs.showFileChooser(Window owner,
java.lang.String folder,
java.lang.String filename,
java.lang.String title,
int type,
boolean multipleMode,
CommonDialogs.ExtensionFilter[] extensionFilters,
int defaultFilterIndex) |
(package private) static java.io.File |
GtkCommonDialogs.showFolderChooser(Window owner,
java.lang.String folder,
java.lang.String title) |
protected CommonDialogs.FileChooserResult |
GtkApplication.staticCommonDialogs_showFileChooser(Window owner,
java.lang.String folder,
java.lang.String filename,
java.lang.String title,
int type,
boolean multipleMode,
CommonDialogs.ExtensionFilter[] extensionFilters,
int defaultFilterIndex) |
protected java.io.File |
GtkApplication.staticCommonDialogs_showFolderChooser(Window owner,
java.lang.String folder,
java.lang.String title) |
Constructor and Description |
---|
GtkWindow(Window owner,
Screen screen,
int styleMask) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
IosWindow
iOS platform Window implementation class.
|
Modifier and Type | Method and Description |
---|---|
Window |
IosApplication.createWindow(long parent) |
Window |
IosApplication.createWindow(Window owner,
Screen screen,
int styleMask) |
Modifier and Type | Method and Description |
---|---|
Window |
IosApplication.createWindow(Window owner,
Screen screen,
int styleMask) |
protected CommonDialogs.FileChooserResult |
IosApplication.staticCommonDialogs_showFileChooser(Window owner,
java.lang.String folder,
java.lang.String filename,
java.lang.String title,
int type,
boolean multipleMode,
CommonDialogs.ExtensionFilter[] extensionFilters,
int defaultFilterIndex) |
protected java.io.File |
IosApplication.staticCommonDialogs_showFolderChooser(Window owner,
java.lang.String folder,
java.lang.String title) |
Constructor and Description |
---|
IosWindow(Window owner,
Screen screen,
int styleMask) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
LensWindow |
Modifier and Type | Method and Description |
---|---|
Window |
LensApplication.createWindow(long parent) |
Window |
LensApplication.createWindow(Window owner,
Screen screen,
int styleMask) |
Modifier and Type | Method and Description |
---|---|
Window |
LensApplication.createWindow(Window owner,
Screen screen,
int styleMask) |
protected CommonDialogs.FileChooserResult |
LensApplication.staticCommonDialogs_showFileChooser(Window owner,
java.lang.String folder,
java.lang.String filename,
java.lang.String title,
int type,
boolean multipleMode,
CommonDialogs.ExtensionFilter[] extensionFilters,
int defaultFilterIndex) |
protected java.io.File |
LensApplication.staticCommonDialogs_showFolderChooser(Window owner,
java.lang.String folder,
java.lang.String title) |
Modifier and Type | Method and Description |
---|---|
private void |
LensWindow.raiseOwnedWindows(java.util.List<Window> list) |
Constructor and Description |
---|
LensWindow(Window owner,
Screen screen,
int styleMask) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
MacWindow
MacOSX platform implementation class for Window.
|
Modifier and Type | Method and Description |
---|---|
Window |
MacApplication.createWindow(long parent) |
Window |
MacApplication.createWindow(Window owner,
Screen screen,
int styleMask) |
Modifier and Type | Method and Description |
---|---|
Window |
MacApplication.createWindow(Window owner,
Screen screen,
int styleMask) |
(package private) static CommonDialogs.FileChooserResult |
MacCommonDialogs.showFileChooser_impl(Window owner,
java.lang.String folder,
java.lang.String filename,
java.lang.String title,
int type,
boolean multipleMode,
CommonDialogs.ExtensionFilter[] extensionFilters,
int defaultFilterIndex) |
(package private) static java.io.File |
MacCommonDialogs.showFolderChooser_impl(Window owner,
java.lang.String folder,
java.lang.String title) |
protected CommonDialogs.FileChooserResult |
MacApplication.staticCommonDialogs_showFileChooser(Window owner,
java.lang.String folder,
java.lang.String filename,
java.lang.String title,
int type,
boolean multipleMode,
CommonDialogs.ExtensionFilter[] extensionFilters,
int defaultFilterIndex) |
protected java.io.File |
MacApplication.staticCommonDialogs_showFolderChooser(Window owner,
java.lang.String folder,
java.lang.String title) |
Constructor and Description |
---|
MacWindow(Window owner,
Screen screen,
int styleMask) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
MonocleWindow |
Modifier and Type | Method and Description |
---|---|
Window |
MonocleApplication.createWindow(long parent) |
Window |
MonocleApplication.createWindow(Window owner,
Screen screen,
int styleMask) |
Modifier and Type | Method and Description |
---|---|
Window |
MonocleApplication.createWindow(Window owner,
Screen screen,
int styleMask) |
private void |
TouchInput.dispatchPoint(Window window,
View view,
int state,
int id,
int x,
int y) |
private void |
TouchInput.postPoint(Window window,
View view,
int state,
TouchState.Point p) |
private void |
TouchInput.postPoints(Window window,
View view,
int[] states,
int[] ids,
int[] xs,
int[] ys) |
protected CommonDialogs.FileChooserResult |
MonocleApplication.staticCommonDialogs_showFileChooser(Window owner,
java.lang.String folder,
java.lang.String filename,
java.lang.String title,
int type,
boolean multipleMode,
CommonDialogs.ExtensionFilter[] extensionFilters,
int defaultFilterIndex) |
protected java.io.File |
MonocleApplication.staticCommonDialogs_showFolderChooser(Window owner,
java.lang.String folder,
java.lang.String title) |
Constructor and Description |
---|
MonocleWindow(Window owner,
Screen screen,
int styleMask) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
SWTWindow |
Modifier and Type | Method and Description |
---|---|
Window |
SWTApplication.createWindow(long parent) |
Window |
SWTApplication.createWindow(Window owner,
Screen screen,
int styleMask) |
Modifier and Type | Method and Description |
---|---|
Window |
SWTApplication.createWindow(Window owner,
Screen screen,
int styleMask) |
protected CommonDialogs.FileChooserResult |
SWTApplication.staticCommonDialogs_showFileChooser(Window owner,
java.lang.String folder,
java.lang.String filename,
java.lang.String title,
int type,
boolean multipleMode,
CommonDialogs.ExtensionFilter[] extensionFilters,
int defaultFilterIndex) |
protected java.io.File |
SWTApplication.staticCommonDialogs_showFolderChooser(Window owner,
java.lang.String folder,
java.lang.String title) |
Constructor and Description |
---|
SWTWindow(Window owner,
Screen screen,
int styleMask) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
WinChildWindow
MS Windows platform implementation class for child Window.
|
(package private) class |
WinWindow
MS Windows platform implementation class for Window.
|
Modifier and Type | Method and Description |
---|---|
Window |
WinApplication.createWindow(long parent) |
Window |
WinApplication.createWindow(Window owner,
Screen screen,
int styleMask) |
Modifier and Type | Method and Description |
---|---|
Window |
WinApplication.createWindow(Window owner,
Screen screen,
int styleMask) |
private static boolean |
WinMenuImpl.notifyCommand(Window window,
int cmdID) |
(package private) static CommonDialogs.FileChooserResult |
WinCommonDialogs.showFileChooser_impl(Window owner,
java.lang.String folder,
java.lang.String filename,
java.lang.String title,
int type,
boolean multipleMode,
CommonDialogs.ExtensionFilter[] extensionFilters,
int defaultFilterIndex) |
(package private) static java.io.File |
WinCommonDialogs.showFolderChooser_impl(Window owner,
java.lang.String folder,
java.lang.String title) |
protected CommonDialogs.FileChooserResult |
WinApplication.staticCommonDialogs_showFileChooser(Window owner,
java.lang.String folder,
java.lang.String filename,
java.lang.String title,
int type,
boolean multipleMode,
CommonDialogs.ExtensionFilter[] extensionFilters,
int defaultFilterIndex) |
protected java.io.File |
WinApplication.staticCommonDialogs_showFolderChooser(Window owner,
java.lang.String folder,
java.lang.String title) |
Constructor and Description |
---|
WinWindow(Window owner,
Screen screen,
int styleMask) |
Modifier and Type | Field and Description |
---|---|
private Window |
WindowStage.deadWindow |
private Window |
GlassAppletWindow.glassWindow |
protected Window |
WindowStage.platformWindow |
private Window |
GlassWindowEventHandler.window |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<Window,WindowStage> |
WindowStage.platformWindows |
Modifier and Type | Method and Description |
---|---|
(package private) Window |
GlassAppletWindow.getGlassWindow() |
(package private) Window |
WindowStage.getPlatformWindow() |
Modifier and Type | Method and Description |
---|---|
(package private) static WindowStage |
WindowStage.findWindowStage(Window platformWindow) |
void |
GlassWindowEventHandler.handleScreenChangedEvent(Window window,
long time,
Screen oldScreen,
Screen newScreen) |
void |
GlassWindowEventHandler.handleWindowEvent(Window window,
long time,
int type) |
Modifier and Type | Field and Description |
---|---|
protected Window |
PresentableState.window
The underlying Window and View
|
Modifier and Type | Method and Description |
---|---|
Window |
PresentableState.getWindow() |