gnu.awt.xlib

Class XPanelPeer

Implemented Interfaces:
CanvasPeer, ComponentPeer, ContainerPeer, PanelPeer

public class XPanelPeer
extends XCanvasPeer
implements PanelPeer

Field Summary

Fields inherited from class gnu.awt.xlib.XCanvasPeer

temporaryWindowwindow

Constructor Summary

XPanelPeer(Panel panel)

Method Summary

void
beginLayout()
void
beginValidate()
void
endLayout()
void
endValidate()
Insets
getInsets()
Insets
insets()
boolean
isPaintPending()

Methods inherited from class gnu.awt.xlib.XCanvasPeer

canDetermineObscurity, cancelPendingPaint, checkImage, coalescePaintEvent, createBuffers, createImage, createImage, createVolatileImage, destroyBuffers, disable, dispose, enable, ensureFlush, flip, getBackBuffer, getBounds, getColorModel, getComponent, getFontMetrics, getGraphics, getGraphicsConfiguration, getLocationOnScreen, getMinimumSize, getPreferredSize, getToolkit, handleEvent, handlesWheelScrolling, hide, isFocusTraversable, isFocusable, isObscured, isReparentSupported, isRestackSupported, layout, minimumSize, paint, preferredSize, prepareImage, print, repaint, reparent, requestFocus, requestFocus, requestFocus, reshape, restack, setBackground, setBounds, setBounds, setCursor, setEnabled, setEventMask, setFont, setForeground, setVisible, show, updateCursorImmediately

Methods inherited from class java.lang.Object

clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

XPanelPeer

public XPanelPeer(Panel panel)

Method Details

beginLayout

public void beginLayout()
Specified by:
beginLayout in interface ContainerPeer

beginValidate

public void beginValidate()
Specified by:
beginValidate in interface ContainerPeer

endLayout

public void endLayout()
Specified by:
endLayout in interface ContainerPeer

endValidate

public void endValidate()
Specified by:
endValidate in interface ContainerPeer

getInsets

public Insets getInsets()
Specified by:
getInsets in interface ContainerPeer

insets

public Insets insets()
Specified by:
insets in interface ContainerPeer

isPaintPending

public boolean isPaintPending()
Specified by:
isPaintPending in interface ContainerPeer

Copyright (C) 2000, 2002, 2003 Free Software Foundation This file is part of libgcj. This software is copyrighted work licensed under the terms of the Libgcj License. Please consult the file "LIBGCJ_LICENSE" for details.