final class SWTWindow extends Window
Window.EventHandler, Window.Level, Window.State| Modifier and Type | Field and Description |
|---|---|
(package private) static SWTWindow |
focusWindow |
(package private) org.eclipse.swt.widgets.Shell |
shell |
CLOSABLE, MAXIMIZABLE, MINIMIZABLE, NORMAL, POPUP, RIGHT_TO_LEFT, TITLED, TRANSPARENT, UNIFIED, UNTITLED, UTILITY| Modifier | Constructor and Description |
|---|---|
protected |
SWTWindow(long parent) |
protected |
SWTWindow(Window owner,
Screen screen,
int styleMask) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
_close(long ptr) |
protected long |
_createChildWindow(long parent) |
protected long |
_createWindow(long ownerPtr,
long screenPtr,
int mask) |
protected void |
_enterModal(long ptr) |
protected void |
_enterModalWithWindow(long dialog,
long window) |
protected void |
_exitModal(long ptr) |
protected int |
_getEmbeddedX(long ptr) |
protected int |
_getEmbeddedY(long ptr) |
protected boolean |
_grabFocus(long ptr) |
protected boolean |
_maximize(long ptr,
boolean maximize,
boolean wasMaximized) |
protected boolean |
_minimize(long ptr,
boolean minimize) |
protected void |
_releaseInput(long ptr) |
protected boolean |
_requestFocus(long ptr,
int event) |
protected void |
_requestInput(long ptr,
java.lang.String text,
int type,
double width,
double height,
double Mxx,
double Mxy,
double Mxz,
double Mxt,
double Myx,
double Myy,
double Myz,
double Myt,
double Mzx,
double Mzy,
double Mzz,
double Mzt) |
protected void |
_setAlpha(long ptr,
float alpha) |
protected boolean |
_setBackground(long ptr,
float r,
float g,
float b) |
protected void |
_setBounds(long ptr,
int x,
int y,
boolean xSet,
boolean ySet,
int w,
int h,
int cw,
int ch,
float xGravity,
float yGravity) |
protected void |
_setCursor(long ptr,
Cursor cursor) |
protected void |
_setEnabled(long ptr,
boolean enabled) |
protected void |
_setFocusable(long ptr,
boolean isFocusable) |
protected void |
_setIcon(long ptr,
Pixels pixels) |
protected void |
_setLevel(long ptr,
int level) |
protected boolean |
_setMaximumSize(long ptr,
int width,
int height) |
protected boolean |
_setMenubar(long ptr,
long menubarPtr) |
protected boolean |
_setMinimumSize(long ptr,
int width,
int height) |
protected boolean |
_setResizable(long ptr,
boolean resizable) |
protected boolean |
_setTitle(long ptr,
java.lang.String title) |
protected boolean |
_setView(long ptr,
View view) |
protected boolean |
_setVisible(long ptr,
boolean visible) |
protected void |
_toBack(long ptr) |
protected void |
_toFront(long ptr) |
protected void |
_ungrabFocus(long ptr) |
(package private) void |
handleShellEvent(org.eclipse.swt.widgets.Event event) |
add, addFirst, close, dispatchNpapiEvent, enterModal, enterModal, exitModal, getAlpha, getEventHandler, getFocusedWindow, getHeight, getLevel, getMaximumHeight, getMaximumWidth, getMenuBar, getMinimumHeight, getMinimumWidth, getNativeHandle, getNativeWindow, getOutputScale, getOwner, getPlatformScale, getRawHandle, getRenderScale, getScreen, getStyleMask, getTitle, getView, getWidth, getWindows, getWindowsClone, getX, getY, grabFocus, handleWindowEvent, isClosed, isDecorated, isEnabled, isFocused, isMaximized, isMinimized, isModal, isResizable, isTransparentWindow, isUnifiedWindow, isVisible, maximize, minimize, notifyClose, notifyDelegatePtr, notifyDestroy, notifyFocus, notifyFocusDisabled, notifyFocusUngrab, notifyLevelChanged, notifyMove, notifyMoveToAnotherScreen, notifyResize, releaseInput, remove, requestFocus, requestFocus, requestInput, setAlpha, setBackground, setBounds, setContentSize, setCursor, setEnabled, setEventHandler, setFocusable, setIcon, setLevel, setMaximumSize, setMenuBar, setMinimumSize, setPlatformScale, setPosition, setRenderScale, setResizable, setScreen, setShouldStartUndecoratedMove, setSize, setState, setTitle, setUndecoratedMoveRectangle, setUndecoratedResizeRectangle, setView, setVisible, shouldStartUndecoratedMove, shouldStartUndecoratedResize, toBack, toFront, toString, ungrabFocusorg.eclipse.swt.widgets.Shell shell
static SWTWindow focusWindow
protected long _createWindow(long ownerPtr,
long screenPtr,
int mask)
_createWindow in class Windowvoid handleShellEvent(org.eclipse.swt.widgets.Event event)
protected long _createChildWindow(long parent)
_createChildWindow in class Windowprotected void _setBounds(long ptr,
int x,
int y,
boolean xSet,
boolean ySet,
int w,
int h,
int cw,
int ch,
float xGravity,
float yGravity)
_setBounds in class Windowprotected boolean _setMenubar(long ptr,
long menubarPtr)
_setMenubar in class Windowprotected boolean _minimize(long ptr,
boolean minimize)
protected boolean _maximize(long ptr,
boolean maximize,
boolean wasMaximized)
protected boolean _setVisible(long ptr,
boolean visible)
_setVisible in class Windowprotected boolean _setResizable(long ptr,
boolean resizable)
_setResizable in class Windowprotected boolean _requestFocus(long ptr,
int event)
_requestFocus in class Windowprotected void _setFocusable(long ptr,
boolean isFocusable)
_setFocusable in class Windowprotected boolean _setTitle(long ptr,
java.lang.String title)
protected boolean _setBackground(long ptr,
float r,
float g,
float b)
_setBackground in class Windowprotected void _setEnabled(long ptr,
boolean enabled)
_setEnabled in class Windowprotected boolean _setMinimumSize(long ptr,
int width,
int height)
_setMinimumSize in class Windowprotected boolean _setMaximumSize(long ptr,
int width,
int height)
_setMaximumSize in class Windowprotected void _enterModal(long ptr)
_enterModal in class Windowprotected void _enterModalWithWindow(long dialog,
long window)
_enterModalWithWindow in class Windowprotected void _exitModal(long ptr)
_exitModal in class Windowprotected boolean _grabFocus(long ptr)
_grabFocus in class Windowprotected void _ungrabFocus(long ptr)
_ungrabFocus in class Windowprotected void _setCursor(long ptr,
Cursor cursor)
_setCursor in class Windowprotected void _requestInput(long ptr,
java.lang.String text,
int type,
double width,
double height,
double Mxx,
double Mxy,
double Mxz,
double Mxt,
double Myx,
double Myy,
double Myz,
double Myt,
double Mzx,
double Mzy,
double Mzz,
double Mzt)
_requestInput in class Windowprotected void _releaseInput(long ptr)
_releaseInput in class Windowprotected int _getEmbeddedX(long ptr)
_getEmbeddedX in class Windowprotected int _getEmbeddedY(long ptr)
_getEmbeddedY in class Window