java.awt.peer
Interface DialogPeer

All Superinterfaces:
ComponentPeer, ContainerPeer, WindowPeer
All Known Subinterfaces:
FileDialogPeer

public interface DialogPeer
extends WindowPeer


Method Summary
 void setResizable(boolean resizeable)
           
 void setTitle(String title)
           
 
Methods inherited from interface java.awt.peer.WindowPeer
requestWindowFocus, setAlwaysOnTop, setModalBlocked, toBack, toFront, updateAlwaysOnTop, updateFocusableWindowState, updateIconImages, updateMinimumSize
 
Methods inherited from interface java.awt.peer.ContainerPeer
beginLayout, beginValidate, cancelPendingPaint, endLayout, endValidate, getInsets, insets, isPaintPending, isRestackSupported, restack
 
Methods inherited from interface java.awt.peer.ComponentPeer
canDetermineObscurity, checkImage, coalescePaintEvent, createBuffers, createImage, createImage, createVolatileImage, destroyBuffers, disable, dispose, enable, flip, getBackBuffer, getBounds, getColorModel, getFontMetrics, getGraphics, getGraphicsConfiguration, getLocationOnScreen, getMinimumSize, getPreferredSize, getToolkit, handleEvent, handlesWheelScrolling, hide, isFocusable, isFocusTraversable, isObscured, isReparentSupported, layout, minimumSize, paint, preferredSize, prepareImage, print, repaint, reparent, requestFocus, requestFocus, requestFocus, reshape, setBackground, setBounds, setBounds, setCursor, setEnabled, setEventMask, setFont, setForeground, setVisible, show, updateCursorImmediately
 

Method Detail

setResizable

void setResizable(boolean resizeable)

setTitle

void setTitle(String title)