^1376449252417
@xworker.core.java.awt.Dialog
sname
Dialog
slabel
Dialog
sdescriptors
xworker.lang.MetaDescriptor3
sextends
xworker.java.awt.Window
smany
true
seditCols
2
sinitialization
false
smodifier
public
sinheritDescription
false
sdescription
<p><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">A Dialog is a top-level window with a title and a border that is typically used to take some form of input from the user. The size of the dialog includes any area designated for the border. The dimensions of the border area can be obtained using the </span><code>getInsets</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)"> method, however, since these dimensions are platform-dependent, a valid insets value cannot be obtained until the dialog is made displayable by either calling </span><code>pack</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)"> or </span><code>show</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">. Since the border area is included in the overall size of the dialog, the border effectively obscures a portion of the dialog, constraining the area available for rendering and/or displaying subcomponents to the rectangle which has an upper-left corner location of </span><code>(insets.left, insets.top)</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">, and has a size of </span><code>width - (insets.left + insets.right)</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)"> by </span><code>height - (insets.top + insets.bottom)</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">.</span></p>
sth_createIndex
false
sregistMyChilds
false
sth_mark
false
@xworker.core.java.awt.Dialog/@modal
sname
modal
sinputtype
truefalseselect
sshowLabel
true
sgroup
Dialog
sreadOnly
false
sinheritDescription
false
sdescription
<p><span style="background-color:rgb(238, 238, 239); color:rgb(53, 56, 51)">Specifies whether this dialog should be modal.</span></p>
svalidateAllowBlank
true
LvalidateOnBlur
true
LallowDecimals
true
LallowNegative
true
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
sth_createIndex
false
sregistMyChilds
false
sth_mark
false
@xworker.core.java.awt.Dialog/@modalityType
sname
modalityType
sinputtype
select
sshowLabel
true
sgroup
Dialog
sreadOnly
false
sinheritDescription
false
sdescription
<p><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">Sets the modality type for this dialog.</span></p>
svalidateAllowBlank
true
LvalidateOnBlur
true
LallowDecimals
true
LallowNegative
true
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
sth_createIndex
false
sregistMyChilds
false
sth_mark
false
@xworker.core.java.awt.Dialog/@modalityType/@APPLICATION_MODAL
sname
APPLICATION_MODAL
svalue
APPLICATION_MODAL
sdescriptors
xworker.lang.MetaDescriptor3/@attribute/@value
sth_createIndex
false
sregistMyChilds
false
sth_mark
false
@xworker.core.java.awt.Dialog/@modalityType/@DOCUMENT_MODAL
sname
DOCUMENT_MODAL
svalue
DOCUMENT_MODAL
sdescriptors
xworker.lang.MetaDescriptor3/@attribute/@value
sth_createIndex
false
sregistMyChilds
false
sth_mark
false
@xworker.core.java.awt.Dialog/@modalityType/@MODELESS
sname
MODELESS
svalue
MODELESS
sdescriptors
xworker.lang.MetaDescriptor3/@attribute/@value
sth_createIndex
false
sregistMyChilds
false
sth_mark
false
@xworker.core.java.awt.Dialog/@modalityType/@TOOLKIT_MODAL
sname
TOOLKIT_MODAL
svalue
TOOLKIT_MODAL
sdescriptors
xworker.lang.MetaDescriptor3/@attribute/@value
sth_createIndex
false
sregistMyChilds
false
sth_mark
false
@xworker.core.java.awt.Dialog/@resizable
sname
resizable
sinputtype
truefalseselect
sshowLabel
true
sgroup
Dialog
sreadOnly
false
sinheritDescription
false
sdescription
<p><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">Sets whether this dialog is resizable by the user.</span></p>
svalidateAllowBlank
true
LvalidateOnBlur
true
LallowDecimals
true
LallowNegative
true
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
sth_createIndex
false
sregistMyChilds
false
sth_mark
false
@xworker.core.java.awt.Dialog/@title
sname
title
sinputtype
openWindow
sshowLabel
true
sgroup
Dialog
sinputattrs
xworker.swt.xworker.attributeEditor.openWins.ParamsEditor/@shell|thingPath=xworker.java.awt.xworker.TextEditor
sreadOnly
false
sinheritDescription
false
sdescription
<p><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">Sets the title of the Dialog.</span></p>
svalidateAllowBlank
true
LvalidateOnBlur
true
LallowDecimals
true
LallowNegative
true
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
sth_createIndex
false
sregistMyChilds
false
sth_mark
false
@xworker.core.java.awt.Dialog/@undecorated
sname
undecorated
sinputtype
truefalseselect
sshowLabel
true
sgroup
Dialog
sreadOnly
false
sinheritDescription
false
sdescription
<p><span style="background-color:rgb(238, 238, 239); color:rgb(53, 56, 51)">Disables or enables decorations for this dialog.</span></p>
svalidateAllowBlank
true
LvalidateOnBlur
true
LallowDecimals
true
LallowNegative
true
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
sth_createIndex
false
sregistMyChilds
false
sth_mark
false
@xworker.core.java.awt.Dialog/@visible
sname
visible
sinputtype
truefalseselect
sshowLabel
true
sgroup
Dialog
sreadOnly
false
sinheritDescription
false
sdescription
<p><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">Shows or hides this </span><code>Dialog</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)"> depending on the value of parameter </span><code>b</code><span style="background-color:rgb(255, 255, 255); color:rgb(53, 56, 51)">.</span></p>
svalidateAllowBlank
true
LvalidateOnBlur
true
LallowDecimals
true
LallowNegative
true
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
sth_createIndex
false
sregistMyChilds
false
sth_mark
false
