public class FileEditorOpenOptions
extends java.lang.Object
Constructor and Description |
---|
FileEditorOpenOptions() |
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
java.lang.Boolean |
getPin() |
boolean |
isCurrentTab() |
boolean |
isExactState() |
boolean |
isFocusEditor() |
boolean |
isReopeningEditorsOnStartup() |
FileEditorOpenOptions |
withCurrentTab(boolean current) |
FileEditorOpenOptions |
withExactState() |
FileEditorOpenOptions |
withFocusEditor(boolean focusEditor) |
FileEditorOpenOptions |
withIndex(int index) |
FileEditorOpenOptions |
withPin(java.lang.Boolean pin) |
FileEditorOpenOptions |
withReopeningEditorsOnStartup() |
public FileEditorOpenOptions withCurrentTab(boolean current)
public FileEditorOpenOptions withFocusEditor(boolean focusEditor)
public FileEditorOpenOptions withPin(java.lang.Boolean pin)
public FileEditorOpenOptions withIndex(int index)
public FileEditorOpenOptions withExactState()
public FileEditorOpenOptions withReopeningEditorsOnStartup()
public boolean isCurrentTab()
public boolean isFocusEditor()
public java.lang.Boolean getPin()
public int getIndex()
public boolean isExactState()
public boolean isReopeningEditorsOnStartup()