Package | Description |
---|---|
org.netbeans.jellytools |
Modifier and Type | Method and Description |
---|---|
static EditorOperator |
EditorWindowOperator.getEditor()
Returns EditorOperator instance of currently selected document.
|
static EditorOperator |
EditorWindowOperator.getEditor(int index)
Selects page with given index and returns EditorOperator instance of
that page.
|
static EditorOperator |
EditorWindowOperator.getEditor(String label)
Selects page with given label and returns EditorOperator instance of
that page.
|
static EditorOperator |
EditorWindowOperator.selectPage(int index)
Selects page by its index.
|
static EditorOperator |
EditorWindowOperator.selectPage(String label)
Selects page by its label.
|