public final class Settings extends Object
Modifier and Type | Method and Description |
---|---|
static Settings |
getDefault() |
int |
getRowCount() |
int |
getTabsLocation() |
boolean |
isEnabled() |
boolean |
isSameProjectSameColor() |
boolean |
isShowFullPath() |
boolean |
isSortDocumentListByProject() |
boolean |
isTabRowPerProject() |
public static Settings getDefault()
public boolean isEnabled()
public int getTabsLocation()
JTabbedPane.getTabPlacement()
public boolean isShowFullPath()
public boolean isSameProjectSameColor()
public boolean isSortDocumentListByProject()
public boolean isTabRowPerProject()
public int getRowCount()