java.awt.peer
Interface DialogPeer
- All Superinterfaces:
- ComponentPeer, ContainerPeer, WindowPeer
- All Known Subinterfaces:
- FileDialogPeer
public interface DialogPeer
- extends WindowPeer
The peer interface for Dialog
. This adds a couple of dialog specific
features to the WindowPeer
interface.
The peer interfaces are intended only for use in porting
the AWT. They are not intended for use by application
developers, and developers should not implement peers
nor invoke any of the peer methods directly on the peer
instances.
Methods inherited from interface java.awt.peer.ComponentPeer |
applyShape, canDetermineObscurity, checkImage, coalescePaintEvent, createBuffers, createImage, createImage, createVolatileImage, destroyBuffers, dispose, flip, getBackBuffer, getColorModel, getFontMetrics, getGraphics, getGraphicsConfiguration, getLocationOnScreen, getMinimumSize, getPreferredSize, getToolkit, handleEvent, handlesWheelScrolling, isFocusable, isObscured, isReparentSupported, layout, paint, prepareImage, print, reparent, requestFocus, setBackground, setBounds, setEnabled, setFont, setForeground, setVisible, updateCursorImmediately |
setTitle
void setTitle(String title)
- Sets the title on the dialog window.
- Parameters:
title
- the title to set- See Also:
Dialog.setTitle(String)
setResizable
void setResizable(boolean resizeable)
- Sets if the dialog should be resizable or not.
- Parameters:
resizeable
- true
when the dialog should be resizable,
false
if not- See Also:
Dialog.setResizable(boolean)
blockWindows
void blockWindows(List<Window> windows)
- Block the specified windows. This is used for modal dialogs.
- Parameters:
windows
- the windows to block- See Also:
Dialog.modalShow()
,
Dialog#blockWindows()
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.