Interface Preferences
-
- All Known Implementing Classes:
PreferencesImpl
public interface PreferencesPreference
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPreferences.ColorThemecolor themes
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddHistory(String indexPath)Preferences.ColorThemegetColorTheme()StringgetDirImpl()List<String>getHistory()booleanisKeepAllCommits()booleanisNoReader()booleanisReadOnly()booleanisUseCompound()voidsetColorTheme(Preferences.ColorTheme theme)voidsetIndexOpenerPrefs(boolean readOnly, String dirImpl, boolean noReader, boolean useCompound, boolean keepAllCommits)
-
-
-
Method Detail
-
addHistory
void addHistory(String indexPath) throws IOException
- Throws:
IOException
-
isReadOnly
boolean isReadOnly()
-
getDirImpl
String getDirImpl()
-
isNoReader
boolean isNoReader()
-
isUseCompound
boolean isUseCompound()
-
isKeepAllCommits
boolean isKeepAllCommits()
-
setIndexOpenerPrefs
void setIndexOpenerPrefs(boolean readOnly, String dirImpl, boolean noReader, boolean useCompound, boolean keepAllCommits) throws IOException- Throws:
IOException
-
getColorTheme
Preferences.ColorTheme getColorTheme()
-
setColorTheme
void setColorTheme(Preferences.ColorTheme theme) throws IOException
- Throws:
IOException
-
-