public class NodeTDialogLauncher extends TDialogLauncher
Constructor and Description |
---|
NodeTDialogLauncher(java.awt.Component parent,
java.lang.String title,
Traversable traversable,
Namespace data,
DialogRunnerCallback dialogCallback,
Node[] sources)
The traversable's onEntry(...) method is called as a side effect
of constructing the NodeTDialogLauncher.
|
Modifier and Type | Method and Description |
---|---|
oracle.bali.ewt.dialog.JEWTDialog |
initDialog()
Initializes the JEWTDialog that the TDialogLauncher will use to host
the Traversable.
|
addApplyListener, dispose, fireApply, fireCancel, getDefaultInitialSize, getInitialSize, getParent, getPreferredDefaultInitialSize, getTitle, getTraversableContext, newDialog, removeApplyListener, setDialogHeader, setInitialSize, setInitialSize, setPackDialog, setPreferredDefaultInitialSize, showDialog
public NodeTDialogLauncher(java.awt.Component parent, java.lang.String title, Traversable traversable, Namespace data, DialogRunnerCallback dialogCallback, Node[] sources)
sources
- an optional Node array of source files that may be
modified through the traversable.java.lang.IllegalArgumentException
- if the traversable is
null
.public oracle.bali.ewt.dialog.JEWTDialog initDialog()
TDialogLauncher
initDialog
in class TDialogLauncher