public final class TabPosition extends Object
App.getOpenedDocumentSettings(com.xmlmind.xmleditapp.desktop.OpenedDocument)
.OpenedDocSettings
Modifier and Type | Field and Description |
---|---|
boolean |
atStart
The area containing the tabs may have been split in two parts.
|
int |
index
The index of the tab containing an opened document.
|
Constructor and Description |
---|
TabPosition(int index,
boolean atStart)
Constructs a position object initialized using specified information.
|
Modifier and Type | Method and Description |
---|---|
static TabPosition |
fromString(String spec)
Returns a position object created by parsing its string representation.
|
String |
toString() |
public int index
public boolean atStart
false
if the tab is found at the
bottom part (horizontal split) or at the right part (vertical split).public TabPosition(int index, boolean atStart)
public static TabPosition fromString(String spec)
null
if specified string cannot be parsed
as a position object.