|
org.netbeans.modules.editor.lib2/1 1.43.1 10 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.api.editor.DialogBinding
public final class DialogBinding
Constructor Summary | |
---|---|
DialogBinding()
|
Method Summary | |
---|---|
static void |
bindComponentToDocument(Document document,
int line,
int column,
int length,
JTextComponent component)
Bind given component and given document together. |
static void |
bindComponentToDocument(Document document,
int offset,
int length,
JTextComponent component)
Bind given component and given document together. |
static void |
bindComponentToFile(FileObject fileObject,
int line,
int column,
int length,
JTextComponent component)
Bind given component and given file together. |
static void |
bindComponentToFile(FileObject fileObject,
int offset,
int length,
JTextComponent component)
Bind given component and given file together. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DialogBinding()
Method Detail |
---|
public static void bindComponentToFile(FileObject fileObject, int offset, int length, JTextComponent component)
fileObject
- to bindoffset
- position at which content of the component will be virtually placedlength
- how many characters replace from the original filecomponent
- component to bindpublic static void bindComponentToDocument(Document document, int offset, int length, JTextComponent component)
document
- to bindoffset
- position at which content of the component will be virtually placedlength
- how many characters replace from the original documentcomponent
- component to bindpublic static void bindComponentToFile(FileObject fileObject, int line, int column, int length, JTextComponent component)
fileObject
- to bindline
- an index (zero based) of the line where to place the component's contentcolumn
- position (number of characters) at the line where to place the contentlength
- how many characters replace from the original filecomponent
- component to bindpublic static void bindComponentToDocument(Document document, int line, int column, int length, JTextComponent component)
document
- to bindline
- an index (zero based) of the line where to place the component's contentcolumn
- position (number of characters) at the line where to place the contentlength
- how many characters replace from the original documentcomponent
- component to bind
|
org.netbeans.modules.editor.lib2/1 1.43.1 10 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |