|
VNCj | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--javax.swing.JComponent | +--javax.swing.JInternalFrame | +--gnu.awt.virtual.swing.SwingFramePeer
AWT frame peer implemented as a JInternalFrame
.
Nested Class Summary |
Nested classes inherited from class javax.swing.JInternalFrame |
JInternalFrame.AccessibleJInternalFrame, JInternalFrame.JDesktopIcon |
Nested classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary |
Fields inherited from class javax.swing.JInternalFrame |
closable, CONTENT_PANE_PROPERTY, desktopIcon, FRAME_ICON_PROPERTY, frameIcon, GLASS_PANE_PROPERTY, iconable, IS_CLOSED_PROPERTY, IS_ICON_PROPERTY, IS_MAXIMUM_PROPERTY, IS_SELECTED_PROPERTY, isClosed, isIcon, isMaximum, isSelected, LAYERED_PANE_PROPERTY, maximizable, MENU_BAR_PROPERTY, resizable, ROOT_PANE_PROPERTY, rootPane, rootPaneCheckingEnabled, title, TITLE_PROPERTY |
Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Container |
|
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
SwingFramePeer(JDesktopPane desktopPane,
Frame frame)
|
Method Summary | |
static void |
add(Component component,
Component peer)
|
void |
beginLayout()
|
void |
beginValidate()
|
boolean |
canDetermineObscurity()
|
void |
coalescePaintEvent(PaintEvent e)
|
void |
createBuffers(int x,
BufferCapabilities bufferCapabilities)
|
void |
destroyBuffers()
|
void |
dispose()
|
void |
endLayout()
|
void |
endValidate()
|
void |
flip(BufferCapabilities.FlipContents flipContents)
|
Image |
getBackBuffer()
|
private static SwingFramePeer |
getFramePeer(Component component)
|
int |
getState()
|
void |
handleEvent(AWTEvent e)
|
int |
handleFocusTraversalEvent(KeyEvent e)
|
boolean |
handlesWheelScrolling()
|
boolean |
isObscured()
|
boolean |
isPaintPending()
|
boolean |
requestFocus(Component lightweightChild,
boolean temporary,
boolean focusedWindowChangeAllowed,
long time)
|
void |
setIconImage(Image im)
|
void |
setMaximizedBounds(Rectangle bounds)
|
void |
setMenuBar(MenuBar mb)
|
void |
setState(int state)
|
void |
updateCursorImmediately()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.awt.peer.FramePeer |
setResizable, setTitle |
Methods inherited from interface java.awt.peer.WindowPeer |
toBack, toFront |
Methods inherited from interface java.awt.peer.ContainerPeer |
getInsets, insets |
Methods inherited from interface java.awt.peer.ComponentPeer |
checkImage, createImage, createImage, createVolatileImage, disable, enable, getColorModel, getFontMetrics, getGraphics, getGraphicsConfiguration, getLocationOnScreen, getMinimumSize, getPreferredSize, getToolkit, hide, isFocusable, minimumSize, paint, preferredSize, prepareImage, print, repaint, reshape, setBackground, setBounds, setEnabled, setFont, setForeground, setVisible, show |
Constructor Detail |
public SwingFramePeer(JDesktopPane desktopPane, Frame frame)
Method Detail |
public static void add(Component component, Component peer)
public void setIconImage(Image im)
setIconImage
in interface java.awt.peer.FramePeer
public void setMenuBar(MenuBar mb)
setMenuBar
in interface java.awt.peer.FramePeer
public void setState(int state)
setState
in interface java.awt.peer.FramePeer
public int getState()
getState
in interface java.awt.peer.FramePeer
public void setMaximizedBounds(Rectangle bounds)
setMaximizedBounds
in interface java.awt.peer.FramePeer
public int handleFocusTraversalEvent(KeyEvent e)
public void beginValidate()
beginValidate
in interface java.awt.peer.ContainerPeer
public void endValidate()
endValidate
in interface java.awt.peer.ContainerPeer
public void beginLayout()
beginLayout
in interface java.awt.peer.ContainerPeer
public void endLayout()
endLayout
in interface java.awt.peer.ContainerPeer
public boolean isPaintPending()
isPaintPending
in interface java.awt.peer.ContainerPeer
public void handleEvent(AWTEvent e)
handleEvent
in interface java.awt.peer.ComponentPeer
public void coalescePaintEvent(PaintEvent e)
coalescePaintEvent
in interface java.awt.peer.ComponentPeer
public boolean handlesWheelScrolling()
handlesWheelScrolling
in interface java.awt.peer.ComponentPeer
public boolean isObscured()
isObscured
in interface java.awt.peer.ComponentPeer
public boolean canDetermineObscurity()
canDetermineObscurity
in interface java.awt.peer.ComponentPeer
public boolean requestFocus(Component lightweightChild, boolean temporary, boolean focusedWindowChangeAllowed, long time)
requestFocus
in interface java.awt.peer.ComponentPeer
public void createBuffers(int x, BufferCapabilities bufferCapabilities)
createBuffers
in interface java.awt.peer.ComponentPeer
public void destroyBuffers()
destroyBuffers
in interface java.awt.peer.ComponentPeer
public void flip(BufferCapabilities.FlipContents flipContents)
flip
in interface java.awt.peer.ComponentPeer
public Image getBackBuffer()
getBackBuffer
in interface java.awt.peer.ComponentPeer
public void updateCursorImmediately()
updateCursorImmediately
in interface java.awt.peer.ComponentPeer
public void dispose()
dispose
in interface java.awt.peer.ComponentPeer
dispose
in class JInternalFrame
private static SwingFramePeer getFramePeer(Component component)
|
VNCj | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |