|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DialogPeer
Disabled: no SafeJ information.
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.
Field Summary |
---|
Fields inherited from interface java.awt.peer.ComponentPeer |
---|
DEFAULT_OPERATION, NO_EMBEDDED_CHECK, RESET_OPERATION, SET_BOUNDS, SET_CLIENT_SIZE, SET_LOCATION, SET_SIZE |
Method Summary | |
---|---|
void |
blockWindows(List<Window> windows)
Block the specified windows. |
void |
setResizable(boolean resizeable)
Sets if the dialog should be resizable or not. |
void |
setTitle(String title)
Sets the title on the dialog window. |
Methods inherited from interface java.awt.peer.WindowPeer |
---|
repositionSecurityWarning, setAlwaysOnTop, setModalBlocked, setOpacity, setOpaque, toBack, toFront, updateFocusableWindowState, updateIconImages, updateMinimumSize, updateWindow |
Methods inherited from interface java.awt.peer.ContainerPeer |
---|
beginLayout, beginValidate, endLayout, endValidate, getInsets |
Method Detail |
---|
void setTitle(String title)
title
- the title to setDialog.setTitle(String)
void setResizable(boolean resizeable)
resizeable
- true
when the dialog should be resizable,
false
if notDialog.setResizable(boolean)
void blockWindows(List<Window> windows)
windows
- the windows to blockDialog.modalShow()
,
Dialog#blockWindows()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |