|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pdfsam.guiclient.configuration.Configuration
public class Configuration
Configuration Singleton
| Field Summary | |
|---|---|
static int |
DEFAULT_POOL_SIZE
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
java.lang.String |
getConfigurationInformations()
|
org.pdfsam.console.business.ConsoleServicesFacade |
getConsoleServicesFacade()
|
java.lang.String |
getDefaultEnvironment()
|
java.lang.String |
getDefaultWorkingDirectory()
|
java.util.ResourceBundle |
getI18nResourceBundle()
|
static Configuration |
getInstance()
|
int |
getLoggingLevel()
|
int |
getLookAndFeel()
|
java.lang.String |
getPluginAbsolutePath()
|
int |
getScreenResolution()
|
java.lang.String |
getSelectedLanguage()
|
int |
getTheme()
|
int |
getThumbCreatorPoolSize()
|
java.lang.String |
getThumbnailsCreatorIdentifier()
|
int |
getThumbnailSize()
|
boolean |
isAskOverwriteConfirmation()
|
boolean |
isCheckForUpdates()
|
boolean |
isHighQualityThumbnails()
|
boolean |
isPlaySounds()
|
void |
save()
save the current configuration |
void |
setAskOverwriteConfirmation(boolean askOverwriteConfirmation)
set the ask overwrite confirmation flag |
void |
setCheckForUpdates(boolean checkForUpdateds)
Set the check for updates |
void |
setDefaultEnvironment(java.lang.String environmentPath)
Set the default environment path |
void |
setDefaultWorkingDirectory(java.lang.String defaultDirectory)
Set the default working directory |
void |
setLoggingLevel(int level)
Set the logging level |
void |
setLookAndFeel(int lookAndFeel)
Set the look and feel |
void |
setPlaySounds(boolean playSounds)
|
void |
setSelectedLanguage(java.lang.String language)
Set the selected language |
void |
setTheme(int theme)
Set the theme |
void |
setThumbnailsCreatorIdentifier(java.lang.String thumbnailsCreatorIdentifier)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int DEFAULT_POOL_SIZE
| Method Detail |
|---|
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic static Configuration getInstance()
public java.util.ResourceBundle getI18nResourceBundle()
public java.lang.String getDefaultEnvironment()
public void setDefaultEnvironment(java.lang.String environmentPath)
environmentPath - public org.pdfsam.console.business.ConsoleServicesFacade getConsoleServicesFacade()
public int getLoggingLevel()
public boolean isCheckForUpdates()
public void setCheckForUpdates(boolean checkForUpdateds)
checkForUpdateds - public java.lang.String getDefaultWorkingDirectory()
public void setDefaultWorkingDirectory(java.lang.String defaultDirectory)
defaultDirectory - public boolean isPlaySounds()
public void setPlaySounds(boolean playSounds)
playSounds - the playSounds to setpublic int getScreenResolution()
public int getThumbCreatorPoolSize()
public java.lang.String getThumbnailsCreatorIdentifier()
public void setThumbnailsCreatorIdentifier(java.lang.String thumbnailsCreatorIdentifier)
thumbnailsCreatorIdentifier - the thumbnailsCreatorIdentifier to setpublic java.lang.String getSelectedLanguage()
public void setSelectedLanguage(java.lang.String language)
language - public java.lang.String getConfigurationInformations()
public java.lang.String getPluginAbsolutePath()
public int getLookAndFeel()
public void setLookAndFeel(int lookAndFeel)
lookAndFeel - public int getTheme()
public void setTheme(int theme)
theme - public void setLoggingLevel(int level)
level - public boolean isAskOverwriteConfirmation()
public void setAskOverwriteConfirmation(boolean askOverwriteConfirmation)
askOverwriteConfirmation - public boolean isHighQualityThumbnails()
public int getThumbnailSize()
ConfigurationService.getThumbnailSize()
public void save()
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||