DialogBinding
instead.@Deprecated public final class DialogBinding extends Object
Modifier and Type | Method and Description |
---|---|
static JavaSource |
bindComponentToFile(FileObject fileObject,
int offset,
int length,
JTextComponent component)
Deprecated.
|
@Deprecated public static JavaSource bindComponentToFile(FileObject fileObject, int offset, int length, JTextComponent component) throws IllegalArgumentException
DialogBinding.bindComponentToFile(FileObject,int,int,JTextComponent)
instead.fileObject
- to bindoffset
- position at which content of the component will be virtually placedlength
- how many characters replace from the original filecomponent
- component to bindJavaSource
or nullIllegalArgumentException
- if fileObject is null