org.netbeans.api.java.source.ui
Class DialogBinding
java.lang.Object
org.netbeans.api.java.source.ui.DialogBinding
Deprecated. Use DialogBinding
instead.
@Deprecated
public final class DialogBinding
- extends Object
- Since:
- 1.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bindComponentToFile
@Deprecated
public static JavaSource bindComponentToFile(FileObject fileObject,
int offset,
int length,
JTextComponent component)
throws IllegalArgumentException
- Deprecated. Use
DialogBinding
instead.
- Bind given component and given file together.
- Parameters:
fileObject
- to bindoffset
- position at which content of the component will be virtually placedlength
- how many characters replace from the original filecomponent
- component to bind
- Returns:
JavaSource
or null
- Throws:
IllegalArgumentException
- if fileObject is null- Since:
- 1.1