| java.lang.Object sun.awt.X11.XBaseWindow sun.awt.X11.XWindow sun.awt.X11.XComponentPeer sun.awt.X11.XCanvasPeer sun.awt.X11.XPanelPeer sun.awt.X11.XWindowPeer
All known Subclasses: sun.awt.X11.XDecoratedPeer,
Method Summary | |
public synchronized void | addDropTarget() | void | addRootPropertyEventDispatcher() | public void | addToplevelStateListener(ToplevelStateListener l) | public void | checkIfOnNewScreen(Rectangle newBounds) | static Vector<XWindowPeer> | collectJavaToplevels() | public void | displayChanged() From the DisplayChangedListener interface; called from
X11GraphicsDevice when the display mode has been changed. | public void | dispose() | public void | draggedToNewScreen(int screenNum) | static void | dumpIcons(java.util.List<XIconInfo> icons) | final public boolean | focusAllowedFor() | static Window | getDecoratedOwner(Window window) | protected static synchronized java.util.List<XIconInfo> | getDefaultIconInfo() | long | getFocusTargetWindow() | java.util.List<XIconInfo> | getIconInfo() | public Insets | getInsets() | public PropMwmHints | getMWMHints() | int | getMenuBarHeight() | public XAtomList | getNETWMState() | static XWindowPeer | getNativeFocusedWindowPeer() | public XWindowPeer | getOwnerPeer() | public Dimension | getTargetMinimumSize() | protected String | getWMName() | protected XAtomList | getWMProtocols() Returns list of protocols which should be installed on this window. | public Insets | getWMSetInsets(XAtom changedAtom) | int | getWMState() | int | getWarningWindowHeight() | public void | handleButtonPressRelease(XEvent xev) | public void | handleConfigureNotifyEvent(XEvent xev) | public void | handleDeiconify() | public void | handleFocusEvent(XEvent xev) | public void | handleIconify() | public void | handleMapNotifyEvent(XEvent xev) | public void | handleMotionNotify(XEvent xev) | public void | handlePropertyNotify(XEvent xev) | void | handleRootPropertyNotify(XEvent xev) | public void | handleStateChange(int oldState, int newState) | public void | handleUnmapNotifyEvent(XEvent xev) | public void | handleVisibilityEvent(XEvent xev) | protected void | handleWMSetInsets(Insets newInsets) | public void | handleWindowFocusIn(long serial) | public void | handleWindowFocusInSync(long serial) | public void | handleWindowFocusIn_Dispatch() | public void | handleWindowFocusOut(Window oppositeWindow, long serial) | public void | handleWindowFocusOutSync(Window oppositeWindow, long serial) | public void | handleXCrossingEvent(XEvent xev) | boolean | hasDecorations(int decor) | boolean | hasWarningWindow() | public Insets | insets() DEPRECATED: Replaced by getInsets(). | boolean | isAutoRequestFocus() | boolean | isFocusableWindow() | boolean | isFocusedWindowModalBlocker() | public boolean | isGrabbed() | boolean | isLocationByPlatform() | boolean | isModalBlocked() | boolean | isNativelyNonFocusableWindow() Returns whether or not this window peer has native X window
configured as non-focusable window. | final boolean | isOLWMDecorBug() | boolean | isOverrideRedirect() | boolean | isResizable() | final boolean | isSimpleWindow() | boolean | isWithdrawn() | static java.util.List<XIconInfo> | normalizeIconImages(java.util.List<XIconInfo> icons) | public void | paletteChanged() From the DisplayChangedListener interface; top-levels do not need
to react to this event. | void | postInit(XCreateWindowParams params) | void | preInit(XCreateWindowParams params) | public void | recursivelySetIcon(java.util.List<XIconInfo> icons) | public synchronized void | removeDropTarget() | void | removeRootPropertyEventDispatcher() | public void | removeToplevelStateListener(ToplevelStateListener l) | protected void | requestInitialFocus() | public boolean | requestWindowFocus() | public boolean | requestWindowFocus(long time, boolean timeProvided) | final void | requestXFocus(long time) | final void | requestXFocus() | protected void | requestXFocus(long time, boolean timeProvided) Requests focus to this top-level. | public void | resetWMSetInsets() | static void | restoreTransientFor(XWindowPeer window) | void | setActualFocusedWindow(XWindowPeer actualFocusedWindow) | public void | setAlwaysOnTop(boolean alwaysOnTop) | public void | setBounds(int x, int y, int width, int height, int op) | public void | setGrab(boolean grab) | void | setIconHints(java.util.List<XIconInfo> icons) | public void | setMWMHints(PropMwmHints hints) | public void | setModalBlocked(Dialog d, boolean blocked) | public void | setModalBlocked(Dialog d, boolean blocked, Vector<XWindowPeer> javaToplevels) | public void | setNETWMState(XAtomList state) | void | setReparented(boolean newValue) | void | setSaveUnder(boolean state) | static void | setToplevelTransientFor(XWindowPeer window, XWindowPeer transientForWindow, boolean updateChain, boolean allStates) | public void | setVisible(boolean vis) | protected void | stateChanged(long time, int oldState, int newState) Override this methods to get notifications when top-level window state changes. | protected void | suppressWmTakeFocus(boolean doSuppress) | public void | toBack() | public void | toFront() | void | updateChildrenSizes() | protected synchronized void | updateDropTarget() | void | updateFocusability() | public void | updateFocusableWindowState() | public void | updateIconImages() | public void | updateMinimumSize() | void | updateTransientFor() | public void | xSetVisible(boolean visible) |
delayedModalBlocking | boolean delayedModalBlocking(Code) | | |
mwm_hints | PropMwmHints mwm_hints(Code) | | |
prevTransientFornextTransientFor | protected XWindowPeer prevTransientFornextTransientFor(Code) | | |
addDropTarget | public synchronized void addDropTarget()(Code) | | |
addRootPropertyEventDispatcher | void addRootPropertyEventDispatcher()(Code) | | |
checkIfOnNewScreen | public void checkIfOnNewScreen(Rectangle newBounds)(Code) | | |
displayChanged | public void displayChanged()(Code) | | From the DisplayChangedListener interface; called from
X11GraphicsDevice when the display mode has been changed.
|
dispose | public void dispose()(Code) | | |
draggedToNewScreen | public void draggedToNewScreen(int screenNum)(Code) | | |
focusAllowedFor | final public boolean focusAllowedFor()(Code) | | |
getFocusTargetWindow | long getFocusTargetWindow()(Code) | | |
getMWMHints | public PropMwmHints getMWMHints()(Code) | | |
getMenuBarHeight | int getMenuBarHeight()(Code) | | |
getWMProtocols | protected XAtomList getWMProtocols()(Code) | | Returns list of protocols which should be installed on this window.
Descendants can override this method to add class-specific protocols
|
getWMState | int getWMState()(Code) | | |
getWarningWindowHeight | int getWarningWindowHeight()(Code) | | |
handleButtonPressRelease | public void handleButtonPressRelease(XEvent xev)(Code) | | |
handleConfigureNotifyEvent | public void handleConfigureNotifyEvent(XEvent xev)(Code) | | |
handleDeiconify | public void handleDeiconify()(Code) | | |
handleFocusEvent | public void handleFocusEvent(XEvent xev)(Code) | | |
handleIconify | public void handleIconify()(Code) | | |
handleMapNotifyEvent | public void handleMapNotifyEvent(XEvent xev)(Code) | | |
handleMotionNotify | public void handleMotionNotify(XEvent xev)(Code) | | |
handlePropertyNotify | public void handlePropertyNotify(XEvent xev)(Code) | | |
handleRootPropertyNotify | void handleRootPropertyNotify(XEvent xev)(Code) | | |
handleStateChange | public void handleStateChange(int oldState, int newState)(Code) | | |
handleUnmapNotifyEvent | public void handleUnmapNotifyEvent(XEvent xev)(Code) | | |
handleVisibilityEvent | public void handleVisibilityEvent(XEvent xev)(Code) | | |
handleWMSetInsets | protected void handleWMSetInsets(Insets newInsets)(Code) | | |
handleWindowFocusIn | public void handleWindowFocusIn(long serial)(Code) | | |
handleWindowFocusInSync | public void handleWindowFocusInSync(long serial)(Code) | | |
handleWindowFocusIn_Dispatch | public void handleWindowFocusIn_Dispatch()(Code) | | |
handleWindowFocusOut | public void handleWindowFocusOut(Window oppositeWindow, long serial)(Code) | | |
handleWindowFocusOutSync | public void handleWindowFocusOutSync(Window oppositeWindow, long serial)(Code) | | |
handleXCrossingEvent | public void handleXCrossingEvent(XEvent xev)(Code) | | |
hasDecorations | boolean hasDecorations(int decor)(Code) | | |
hasWarningWindow | boolean hasWarningWindow()(Code) | | |
insets | public Insets insets()(Code) | | DEPRECATED: Replaced by getInsets().
|
isAutoRequestFocus | boolean isAutoRequestFocus()(Code) | | |
isFocusableWindow | boolean isFocusableWindow()(Code) | | |
isFocusedWindowModalBlocker | boolean isFocusedWindowModalBlocker()(Code) | | |
isGrabbed | public boolean isGrabbed()(Code) | | |
isLocationByPlatform | boolean isLocationByPlatform()(Code) | | |
isModalBlocked | boolean isModalBlocked()(Code) | | |
isNativelyNonFocusableWindow | boolean isNativelyNonFocusableWindow()(Code) | | Returns whether or not this window peer has native X window
configured as non-focusable window. It might happen if:
- Java window is non-focusable
- Java window is simple Window(not Frame or Dialog)
|
isOLWMDecorBug | final boolean isOLWMDecorBug()(Code) | | |
isOverrideRedirect | boolean isOverrideRedirect()(Code) | | |
isResizable | boolean isResizable()(Code) | | |
isSimpleWindow | final boolean isSimpleWindow()(Code) | | |
isWithdrawn | boolean isWithdrawn()(Code) | | |
paletteChanged | public void paletteChanged()(Code) | | From the DisplayChangedListener interface; top-levels do not need
to react to this event.
|
removeDropTarget | public synchronized void removeDropTarget()(Code) | | |
removeRootPropertyEventDispatcher | void removeRootPropertyEventDispatcher()(Code) | | |
requestInitialFocus | protected void requestInitialFocus()(Code) | | |
requestWindowFocus | public boolean requestWindowFocus()(Code) | | |
requestWindowFocus | public boolean requestWindowFocus(long time, boolean timeProvided)(Code) | | |
requestXFocus | final void requestXFocus(long time)(Code) | | |
requestXFocus | final void requestXFocus()(Code) | | |
requestXFocus | protected void requestXFocus(long time, boolean timeProvided)(Code) | | Requests focus to this top-level. Descendants should override to provide
implementations based on a class of top-level.
|
resetWMSetInsets | public void resetWMSetInsets()(Code) | | |
setActualFocusedWindow | void setActualFocusedWindow(XWindowPeer actualFocusedWindow)(Code) | | |
setAlwaysOnTop | public void setAlwaysOnTop(boolean alwaysOnTop)(Code) | | |
setBounds | public void setBounds(int x, int y, int width, int height, int op)(Code) | | |
setGrab | public void setGrab(boolean grab)(Code) | | |
setMWMHints | public void setMWMHints(PropMwmHints hints)(Code) | | |
setModalBlocked | public void setModalBlocked(Dialog d, boolean blocked)(Code) | | |
setReparented | void setReparented(boolean newValue)(Code) | | |
setSaveUnder | void setSaveUnder(boolean state)(Code) | | |
setToplevelTransientFor | static void setToplevelTransientFor(XWindowPeer window, XWindowPeer transientForWindow, boolean updateChain, boolean allStates)(Code) | | |
setVisible | public void setVisible(boolean vis)(Code) | | |
stateChanged | protected void stateChanged(long time, int oldState, int newState)(Code) | | Override this methods to get notifications when top-level window state changes. The state is
meant in terms of ICCCM: WithdrawnState, IconicState, NormalState
|
suppressWmTakeFocus | protected void suppressWmTakeFocus(boolean doSuppress)(Code) | | |
toBack | public void toBack()(Code) | | |
toFront | public void toFront()(Code) | | |
updateChildrenSizes | void updateChildrenSizes()(Code) | | |
updateDropTarget | protected synchronized void updateDropTarget()(Code) | | |
updateFocusability | void updateFocusability()(Code) | | |
updateFocusableWindowState | public void updateFocusableWindowState()(Code) | | |
updateIconImages | public void updateIconImages()(Code) | | |
updateMinimumSize | public void updateMinimumSize()(Code) | | |
updateTransientFor | void updateTransientFor()(Code) | | |
xSetVisible | public void xSetVisible(boolean visible)(Code) | | |
Methods inherited from sun.awt.X11.XComponentPeer | public void addDropTarget(DropTarget dt)(Code)(Java Doc) public void beginLayout()(Code)(Java Doc) public void beginValidate()(Code)(Java Doc) static void callRequestFocus(Component target, CausedFocusEvent.Cause cause)(Code)(Java Doc) static boolean canBeFocusedByClick(Component component)(Code)(Java Doc) public boolean canDetermineObscurity()(Code)(Java Doc) public int checkImage(Image img, int w, int h, ImageObserver o)(Code)(Java Doc) public void coalescePaintEvent(PaintEvent e)(Code)(Java Doc) public void createBuffers(int numBuffers, BufferCapabilities caps) throws AWTException(Code)(Java Doc) public Image createImage(ImageProducer producer)(Code)(Java Doc) public Image createImage(int width, int height)(Code)(Java Doc) public VolatileImage createVolatileImage(int width, int height)(Code)(Java Doc) public void destroyBuffers()(Code)(Java Doc) public void disable()(Code)(Java Doc) public void draw3DOval(Graphics g, Color colors, int x, int y, int w, int h, boolean raised)(Code)(Java Doc) void draw3DOval(Graphics g, Color bg, int x, int y, int w, int h, boolean raised)(Code)(Java Doc) public void draw3DRect(Graphics g, Color colors, int x, int y, int width, int height, boolean raised)(Code)(Java Doc) void draw3DRect(Graphics g, Color bg, int x, int y, int width, int height, boolean raised)(Code)(Java Doc) public void drawMotif3DRect(Graphics g, int x, int y, int width, int height, boolean topShadow)(Code)(Java Doc) void drawScrollbar(Graphics g, Color bg, int thickness, int length, int min, int max, int val, int vis, boolean horizontal)(Code)(Java Doc) public void enable()(Code)(Java Doc) public void endLayout()(Code)(Java Doc) public void endValidate()(Code)(Java Doc) public void flip(BufferCapabilities.FlipContents flipAction)(Code)(Java Doc) public void focusGained(FocusEvent e)(Code)(Java Doc) public void focusLost(FocusEvent e)(Code)(Java Doc) public Image getBackBuffer()(Code)(Java Doc) static Window getContainingWindow(Component comp)(Code)(Java Doc) public Font getFont()(Code)(Java Doc) public FontMetrics getFontMetrics(Font font)(Code)(Java Doc) public Color[] getGUIcolors()(Code)(Java Doc) public Graphics getGraphics()(Code)(Java Doc) public Insets getInsets()(Code)(Java Doc) public Dimension getMinimumSize()(Code)(Java Doc) static XComponentPeer getNativeContainer(Component comp)(Code)(Java Doc) XWindowPeer getParentTopLevel()(Code)(Java Doc) Color getPeerBackground()(Code)(Java Doc) Font getPeerFont()(Code)(Java Doc) Color getPeerForeground()(Code)(Java Doc) Dimension getPeerSize()(Code)(Java Doc) public Dimension getPreferredSize()(Code)(Java Doc) static int[] getRGBvals(Color c)(Code)(Java Doc) static Color[] getSystemColors()(Code)(Java Doc) public java.awt.Toolkit getToolkit()(Code)(Java Doc) public Color getWinBackground()(Code)(Java Doc) public void handleButtonPressRelease(XEvent xev)(Code)(Java Doc) public void handleEvent(java.awt.AWTEvent e)(Code)(Java Doc) void handleF10JavaKeyEvent(KeyEvent e)(Code)(Java Doc) void handleJavaFocusEvent(AWTEvent e)(Code)(Java Doc) void handleJavaInputMethodEvent(InputMethodEvent e)(Code)(Java Doc) void handleJavaKeyEvent(KeyEvent e)(Code)(Java Doc) void handleJavaMouseEvent(MouseEvent e)(Code)(Java Doc) void handleJavaMouseWheelEvent(MouseWheelEvent e)(Code)(Java Doc) void handleJavaWindowFocusEvent(AWTEvent e)(Code)(Java Doc) public boolean handlesWheelScrolling()(Code)(Java Doc) final public boolean hasFocus()(Code)(Java Doc) public void hide()(Code)(Java Doc) public Insets insets()(Code)(Java Doc) public boolean isEnabled()(Code)(Java Doc) protected boolean isEventDisabled(XEvent e)(Code)(Java Doc) public boolean isFocusable()(Code)(Java Doc) protected boolean isInitialReshape()(Code)(Java Doc) public boolean isObscured()(Code)(Java Doc) public boolean isPaintPending()(Code)(Java Doc) public boolean isReparentSupported()(Code)(Java Doc) public boolean isRestackSupported()(Code)(Java Doc) public void layout()(Code)(Java Doc) public Dimension minimumSize()(Code)(Java Doc) public void notifyTextComponentChange(boolean add)(Code)(Java Doc) static String operationToString(int operation)(Code)(Java Doc) public void pSetCursor(Cursor cursor)(Code)(Java Doc) public void paint(Graphics g)(Code)(Java Doc) void postInit(XCreateWindowParams params)(Code)(Java Doc) void preInit(XCreateWindowParams params)(Code)(Java Doc) public Dimension preferredSize()(Code)(Java Doc) public boolean prepareImage(Image img, int w, int h, ImageObserver o)(Code)(Java Doc) public void print(Graphics g)(Code)(Java Doc) static boolean processSynchronousLightweightTransfer(Component heavyweight, Component descendant, boolean temporary, boolean focusedWindowChangeAllowed, long time)(Code)(Java Doc) public void removeDropTarget(DropTarget dt)(Code)(Java Doc) public void repaint(long tm, int x, int y, int width, int height)(Code)(Java Doc) public void reparent(ContainerPeer newNativeParent)(Code)(Java Doc) final public boolean requestFocus(Component lightweightChild, boolean temporary, boolean focusedWindowChangeAllowed, long time, CausedFocusEvent.Cause cause)(Code)(Java Doc) public void reshape(int x, int y, int width, int height)(Code)(Java Doc) public void restack()(Code)(Java Doc) public void setBackground(Color c)(Code)(Java Doc) public void setBounds(int x, int y, int width, int height, int op)(Code)(Java Doc) public void setBoundsOperation(int operation)(Code)(Java Doc) public void setEnabled(boolean value)(Code)(Java Doc) public void setFont(Font f)(Code)(Java Doc) public void setForeground(Color c)(Code)(Java Doc) public void setVisible(boolean b)(Code)(Java Doc) protected boolean shouldFocusOnClick()(Code)(Java Doc) public void show()(Code)(Java Doc) public void updateCursorImmediately()(Code)(Java Doc) void updateMotifColors(Color bg)(Code)(Java Doc) final static AWTEvent wrapInSequenced(AWTEvent event)(Code)(Java Doc)
|
Methods inherited from sun.awt.X11.XWindow | public void dispose()(Code)(Java Doc) protected boolean doEraseBackground()(Code)(Java Doc) public void doLayout(int x, int y, int width, int height)(Code)(Java Doc) protected void flush()(Code)(Java Doc) native static int getAWTKeyCodeForKeySym(int keysym)(Code)(Java Doc) public ColorModel getColorModel(int transparency)(Code)(Java Doc) public ColorModel getColorModel()(Code)(Java Doc) public Component getEventSource()(Code)(Java Doc) public FontMetrics getFontMetrics(Font font)(Code)(Java Doc) Graphics getGraphics(SurfaceData surfData, Color afore, Color aback, Font afont)(Code)(Java Doc) public Graphics getGraphics()(Code)(Java Doc) public GraphicsConfiguration getGraphicsConfiguration()(Code)(Java Doc) public AwtGraphicsConfigData getGraphicsConfigurationData()(Code)(Java Doc) native static int getKeySymForAWTKeyCode(int keycode)(Code)(Java Doc) public Point getLocationOnScreen()(Code)(Java Doc) static int getModifiers(int state, int button, int keyCode)(Code)(Java Doc) static int getMouseMovementSmudge()(Code)(Java Doc) native int getNativeColor(Color clr, GraphicsConfiguration gc)(Code)(Java Doc) static long getParentWindowID(Component target)(Code)(Java Doc) static XWindow getParentXWindowObject(Component target)(Code)(Java Doc) static int getRightButtonNumber()(Code)(Java Doc) public SurfaceData getSurfaceData()(Code)(Java Doc) public Object getTarget()(Code)(Java Doc) public Rectangle getTargetBounds()(Code)(Java Doc) native long getTopWindow(long window, long rootWin)(Code)(Java Doc) protected String[] getWMClass()(Code)(Java Doc) native void getWMInsets(long window, long left, long top, long right, long bottom, long border)(Code)(Java Doc) public Color getWinBackground()(Code)(Java Doc) native void getWindowBounds(long window, long x, long y, long width, long height)(Code)(Java Doc) static int getXModifiers(AWTKeyStroke stroke)(Code)(Java Doc) public void handleButtonPressRelease(XEvent xev)(Code)(Java Doc) public void handleConfigureNotifyEvent(XEvent xev)(Code)(Java Doc) public void handleExposeEvent(XEvent xev)(Code)(Java Doc) public void handleExposeEvent(Component target, int x, int y, int w, int h)(Code)(Java Doc) public void handleKeyPress(XEvent xev)(Code)(Java Doc) final void handleKeyPress(XKeyEvent ev)(Code)(Java Doc) public void handleKeyRelease(XEvent xev)(Code)(Java Doc) public void handleMapNotifyEvent(XEvent xev)(Code)(Java Doc) public void handleMotionNotify(XEvent xev)(Code)(Java Doc) public void handleUnmapNotifyEvent(XEvent xev)(Code)(Java Doc) public void handleXCrossingEvent(XEvent xev)(Code)(Java Doc) native boolean haveCurrentX11InputMethodInstance()(Code)(Java Doc) protected void initGraphicsConfiguration()(Code)(Java Doc) public boolean isEmbedded()(Code)(Java Doc) boolean isLocationByPlatform()(Code)(Java Doc) boolean isParentOf(XWindow win)(Code)(Java Doc) boolean isReparented()(Code)(Java Doc) boolean isResizable()(Code)(Java Doc) boolean isShowing()(Code)(Java Doc) int keyEventType2Id(int xEventType)(Code)(Java Doc) char keysymToUnicode(long keysym, int state)(Code)(Java Doc) public void layout()(Code)(Java Doc) void logIncomingKeyEvent(XKeyEvent ev)(Code)(Java Doc) void paint(Graphics g)(Code)(Java Doc) public void popup(int x, int y, int width, int height)(Code)(Java Doc) void postEvent(AWTEvent event)(Code)(Java Doc) static void postEventStatic(AWTEvent event)(Code)(Java Doc) public void postEventToEventQueue(AWTEvent event)(Code)(Java Doc) void postInit(XCreateWindowParams params)(Code)(Java Doc) public void postKeyEvent(int id, long when, int keyCode, char keyChar, int keyLocation, int state, long event, int eventSize)(Code)(Java Doc) void preInit(XCreateWindowParams params)(Code)(Java Doc) boolean prePostEvent(AWTEvent e)(Code)(Java Doc) public void repaint(int x, int y, int width, int height)(Code)(Java Doc) public void repaint()(Code)(Java Doc) public void reshape(Rectangle bounds)(Code)(Java Doc) public void reshape(int x, int y, int width, int height)(Code)(Java Doc) static void sendEvent(AWTEvent e)(Code)(Java Doc) static void setBData(KeyEvent e, byte[] data)(Code)(Java Doc) public void setBackground(Color c)(Code)(Java Doc) void setReparented(boolean newValue)(Code)(Java Doc) void updateSizeHints()(Code)(Java Doc) void updateSizeHints(int x, int y, int width, int height)(Code)(Java Doc) void updateSizeHints(int x, int y)(Code)(Java Doc) void validateSurface()(Code)(Java Doc) void winBackground(Color c)(Code)(Java Doc) native public boolean x11inputMethodLookupString(long event, long[] keysymArray)(Code)(Java Doc) final public void xSetBackground(Color c)(Code)(Java Doc)
|
Methods inherited from sun.awt.X11.XBaseWindow | void awtLock()(Code)(Java Doc) void awtLockNotifyAll()(Code)(Java Doc) void awtLockWait() throws InterruptedException(Code)(Java Doc) void awtUnlock()(Code)(Java Doc) public boolean checkInitialised()(Code)(Java Doc) protected void checkParams(XCreateWindowParams params)(Code)(Java Doc) static void checkSecurity()(Code)(Java Doc) public boolean contains(int x, int y)(Code)(Java Doc) public boolean containsGlobal(int x, int y)(Code)(Java Doc) void destroy()(Code)(Java Doc) public void dispatchEvent(XEvent xev)(Code)(Java Doc) static void dispatchToWindow(XEvent ev)(Code)(Java Doc) void flush()(Code)(Java Doc) public int getAbsoluteX()(Code)(Java Doc) public int getAbsoluteY()(Code)(Java Doc) public Rectangle getBounds()(Code)(Java Doc) public Set<Long> getChildren()(Code)(Java Doc) public long getContentWindow()(Code)(Java Doc) public XBaseWindow getContentXWindow()(Code)(Java Doc) public XCreateWindowParams getDelayedParams()(Code)(Java Doc) int getHeight()(Code)(Java Doc) public XSizeHints getHints()(Code)(Java Doc) public XBaseWindow getParentWindow()(Code)(Java Doc) long getScreen()(Code)(Java Doc) long getScreenNumber()(Code)(Java Doc) static long getScreenOfWindow(long window)(Code)(Java Doc) public Dimension getSize()(Code)(Java Doc) Object getStateLock()(Code)(Java Doc) public XWindowPeer getToplevelXWindow()(Code)(Java Doc) public XWMHints getWMHints()(Code)(Java Doc) protected String getWMName()(Code)(Java Doc) int getWidth()(Code)(Java Doc) public long getWindow()(Code)(Java Doc) int getX()(Code)(Java Doc) static XRootWindow getXAWTRootWindow()(Code)(Java Doc) int getY()(Code)(Java Doc) public boolean grabInput()(Code)(Java Doc) public void handleButtonPressRelease(XEvent xev)(Code)(Java Doc) public void handleClientMessage(XEvent xev)(Code)(Java Doc) public void handleConfigureNotifyEvent(XEvent xev)(Code)(Java Doc) public void handleCreateNotify(XEvent xev)(Code)(Java Doc) public void handleDestroyNotify(XEvent xev)(Code)(Java Doc) public void handleExposeEvent(XEvent xev)(Code)(Java Doc) public void handleKeyPress(XEvent xev)(Code)(Java Doc) public void handleKeyRelease(XEvent xev)(Code)(Java Doc) public void handleMapNotifyEvent(XEvent xev)(Code)(Java Doc) public void handleMotionNotify(XEvent xev)(Code)(Java Doc) public void handlePropertyNotify(XEvent xev)(Code)(Java Doc) public void handleReparentNotifyEvent(XEvent xev)(Code)(Java Doc) public void handleUnmapNotifyEvent(XEvent xev)(Code)(Java Doc) public void handleVisibilityEvent(XEvent xev)(Code)(Java Doc) public void handleXCrossingEvent(XEvent xev)(Code)(Java Doc) final protected void init(long parentWindow, Rectangle bounds)(Code)(Java Doc) final protected void init(XCreateWindowParams params)(Code)(Java Doc) protected void initClientLeader()(Code)(Java Doc) void instantPreInit(XCreateWindowParams params)(Code)(Java Doc) boolean isDisposed()(Code)(Java Doc) protected boolean isEventDisabled(XEvent e)(Code)(Java Doc) static boolean isFullRelease(int buttonState, int button)(Code)(Java Doc) static boolean isGrabbedEvent(XEvent ev, XBaseWindow target)(Code)(Java Doc) boolean isMapped()(Code)(Java Doc) public boolean isMinSizeSet()(Code)(Java Doc) boolean isVisible()(Code)(Java Doc) final protected void postInit()(Code)(Java Doc) void postInit(XCreateWindowParams params)(Code)(Java Doc) final protected void preInit()(Code)(Java Doc) void preInit(XCreateWindowParams params)(Code)(Java Doc) void setDisposed(boolean d)(Code)(Java Doc) public void setSizeHints(long flags, int x, int y, int width, int height)(Code)(Java Doc) void setWMClass(String[] cl)(Code)(Java Doc) final public void setWMHints(XWMHints hints)(Code)(Java Doc) public void toFront()(Code)(Java Doc) Rectangle toGlobal(Rectangle rec)(Code)(Java Doc) Point toGlobal(Point pt)(Code)(Java Doc) Point toGlobal(int x, int y)(Code)(Java Doc) Point toLocal(Point pt)(Code)(Java Doc) Point toLocal(int x, int y)(Code)(Java Doc) static Point toOtherWindow(long src, long dst, int x, int y)(Code)(Java Doc) public String toString()(Code)(Java Doc) static void ungrabInput()(Code)(Java Doc) void ungrabInputImpl()(Code)(Java Doc) void updateWMName()(Code)(Java Doc) public static long xGetInputFocus()(Code)(Java Doc) public void xRequestFocus(long time)(Code)(Java Doc) public void xRequestFocus()(Code)(Java Doc) public void xSetBounds(Rectangle bounds)(Code)(Java Doc) public void xSetBounds(int x, int y, int width, int height)(Code)(Java Doc) public void xSetVisible(boolean visible)(Code)(Java Doc)
|
|
|