org.netbeans.api.java.source.ui
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.
Use
DialogBinding instead. |
@Deprecated public static JavaSource bindComponentToFile(FileObject fileObject, int offset, int length, JTextComponent component) throws IllegalArgumentException
DialogBinding
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 nullBuilt on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.