Package | Description |
---|---|
com.sun.glass.events.mac | |
com.sun.glass.ui | |
com.sun.glass.ui.ios | |
com.sun.glass.ui.monocle | |
com.sun.glass.ui.swt | |
com.sun.prism |
Modifier and Type | Method and Description |
---|---|
static void |
NpapiEvent.dispatchCocoaNpapiEvent(Window window,
Map eventInfo) |
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 List<Window> |
Window.getWindows() |
static 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) |
static CommonDialogs.FileChooserResult |
CommonDialogs.showFileChooser(Window owner,
File folder,
String filename,
String title,
int type,
boolean multipleMode,
List<CommonDialogs.ExtensionFilter> extensionFilters,
int defaultFilterIndex)
Creates a native file chooser that lets the user select files.
|
static File |
CommonDialogs.showFolderChooser(Window owner,
File folder,
String title)
Creates a native folder chooser that lets the user selects folder.
|
protected abstract CommonDialogs.FileChooserResult |
Application.staticCommonDialogs_showFileChooser(Window owner,
String folder,
String filename,
String title,
int type,
boolean multipleMode,
CommonDialogs.ExtensionFilter[] extensionFilters,
int defaultFilterIndex) |
protected abstract File |
Application.staticCommonDialogs_showFolderChooser(Window owner,
String folder,
String title) |
Constructor and Description |
---|
Window(Window owner,
Screen screen,
int styleMask) |
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,
String folder,
String filename,
String title,
int type,
boolean multipleMode,
CommonDialogs.ExtensionFilter[] extensionFilters,
int defaultFilterIndex) |
protected File |
IosApplication.staticCommonDialogs_showFolderChooser(Window owner,
String folder,
String title) |
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) |
protected CommonDialogs.FileChooserResult |
MonocleApplication.staticCommonDialogs_showFileChooser(Window owner,
String folder,
String filename,
String title,
int type,
boolean multipleMode,
CommonDialogs.ExtensionFilter[] extensionFilters,
int defaultFilterIndex) |
protected File |
MonocleApplication.staticCommonDialogs_showFolderChooser(Window owner,
String folder,
String title) |
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,
String folder,
String filename,
String title,
int type,
boolean multipleMode,
CommonDialogs.ExtensionFilter[] extensionFilters,
int defaultFilterIndex) |
protected File |
SWTApplication.staticCommonDialogs_showFolderChooser(Window owner,
String folder,
String title) |
Modifier and Type | Field and Description |
---|---|
protected Window |
PresentableState.window
The underlying Window and View
|
Modifier and Type | Method and Description |
---|---|
Window |
PresentableState.getWindow() |
Copyright © 2020. All rights reserved.