|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.preferences.AbstractPreferences
de.uni_paderborn.fujaba.preferences.GeneralPreferences
No comment provided by developer, please add a comment to improve documentation.
Field Summary | |
static java.lang.String |
COMMAND_LINE_PARSING
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
CREATE_PROJECT_BACKUP
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
EXPORT_TO_PROJECT_FOLDER
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
EXPORT_TO_TEMPORARY_FOLDER
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
EXPORT_TO_WORKSPACE_FOLDER
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
EXTERNAL_EDITOR
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
FPR_ACTIVATED
fpr (buttons in gui) |
static java.lang.String |
LOOK_AND_FEEL
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
PROCESS_HISTORY
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
PROPERTY_NAME
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
RECOVER_ACTIVATED
recover |
static java.lang.String |
REPOSITORY_ACTIVATED
versioning |
static java.lang.String |
TEMPORARY_FOLDER
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
USE_EXT_EDITOR
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
VIEW_FILTER_FOLDER
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
WORKSPACE_FOLDER
No comment provided by developer, please add a comment to improve documentation. |
Method Summary | |
void |
addPropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener listener)
Access method for an one to n association. |
static GeneralPreferences |
get()
|
java.lang.String |
getExportFolder()
Returns the folder where generated files are saved. |
java.lang.String |
getExternalEditor()
Get the externalEditor attribute of the GeneralPreferences object |
java.lang.String |
getJDKFolder()
Get the jdkFolder attribute of the GeneralPreferences object |
java.lang.String |
getLookAndFeel()
Get the lookAndFeel attribute of the GeneralPreferences object |
java.util.Vector |
getProcessHistory()
This method provides the pathnames for the ProcessOutputViewer History ComboBox. |
java.lang.String |
getTemporaryFolder()
Get the temporaryFolder attribute of the GeneralPreferences object |
java.lang.String |
getViewFilterFolder()
Get the viewFilterFolder attribute of the GeneralPreferences object |
java.lang.String |
getWorkspaceFolder()
Get the workspaceFolder attribute of the GeneralPreferences object |
boolean |
isCommandLineParsing()
Get the commandLineParsing attribute of the GeneralPreferences object |
boolean |
isCreateProjectBackup()
Get the createProjectBackup attribute of the GeneralPreferences object |
boolean |
isExportToProjectFolder()
Get the exportToProjectFolder attribute of the GeneralPreferences object |
boolean |
isExportToTemporaryFolder()
Get the exportToTemporaryFolder attribute of the GeneralPreferences object |
boolean |
isExportToWorkspaceFolder()
Get the exportToWorkspaceFolder attribute of the GeneralPreferences object |
boolean |
isFPRActivated()
|
boolean |
isJDKFolderIgnored()
Get the jDKFolderIgnored attribute of the GeneralPreferences object |
boolean |
isRecoverActivated()
|
boolean |
isRepositoryActivated()
Get the repositoryActivated attribute of the GeneralPreferences object |
boolean |
isUseExtEditor()
Get the useExtEditor attribute of the GeneralPreferences object |
void |
removePropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener listener)
No comment provided by developer, please add a comment to improve documentation. |
void |
setCommandLineParsing(boolean value)
Sets the commandLineParsing attribute of the GeneralPreferences object |
void |
setCreateProjectBackup(boolean value)
Sets the createProjectBackup attribute of the GeneralPreferences object |
void |
setDefaults()
Sets the defaults attribute of the AbstractPreferences object |
void |
setExportToProjectFolder(boolean value)
Sets the exportToProjectFolder attribute of the GeneralPreferences object |
void |
setExportToTemporaryFolder(boolean value)
Sets the exportToTemporaryFolder attribute of the GeneralPreferences object |
void |
setExportToWorkspaceFolder(boolean value)
Sets the exportToWorkspaceFolder attribute of the GeneralPreferences object |
void |
setExternalEditor(java.lang.String value)
Sets the externalEditor attribute of the GeneralPreferences object |
void |
setFPRActivated(boolean value)
|
void |
setJDKFolder(java.lang.String value)
Sets the jdkFolder attribute of the GeneralPreferences object |
void |
setJDKFolderIgnored(boolean value)
Sets the jdkFoldeIgnored attribute of the GeneralPreferences object |
void |
setLookAndFeel(java.lang.String value)
Sets the lookAndFeel attribute of the GeneralPreferences object |
void |
setProcessHistory(java.util.Vector value)
This method sets the pathnames for the ProcessOutputViewer History ComboBox. |
void |
setRecoverActivated(boolean value)
|
void |
setRepositoryActivated(boolean value)
Sets the repositoryActivated attribute of the GeneralPreferences object |
void |
setTemporaryFolder(java.lang.String value)
Sets the temporaryFolder attribute of the GeneralPreferences object |
void |
setUseExtEditor(boolean value)
Sets the useExtEditor attribute of the GeneralPreferences object |
void |
setViewFilterFolder(java.lang.String value)
Sets the viewFilterFolder attribute of the GeneralPreferences object |
void |
setWorkspaceFolder(java.lang.String value)
Sets the workspaceFolder attribute of the GeneralPreferences object |
Methods inherited from class de.uni_paderborn.fujaba.preferences.AbstractPreferences |
isModified, setModified |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String PROPERTY_NAME
public static final java.lang.String WORKSPACE_FOLDER
public static final java.lang.String TEMPORARY_FOLDER
public static final java.lang.String VIEW_FILTER_FOLDER
public static final java.lang.String USE_EXT_EDITOR
public static final java.lang.String EXTERNAL_EDITOR
public static final java.lang.String REPOSITORY_ACTIVATED
public static final java.lang.String RECOVER_ACTIVATED
public static final java.lang.String FPR_ACTIVATED
public static final java.lang.String CREATE_PROJECT_BACKUP
public static final java.lang.String EXPORT_TO_WORKSPACE_FOLDER
public static final java.lang.String EXPORT_TO_PROJECT_FOLDER
public static final java.lang.String EXPORT_TO_TEMPORARY_FOLDER
public static final java.lang.String COMMAND_LINE_PARSING
public static final java.lang.String PROCESS_HISTORY
public static final java.lang.String LOOK_AND_FEEL
Method Detail |
public static GeneralPreferences get()
public void setDefaults()
AbstractPreferences
setDefaults
in class AbstractPreferences
AbstractPreferences.setDefaults()
public void addPropertyChangeListener(java.lang.String propertyName, java.beans.PropertyChangeListener listener)
addPropertyChangeListener
in class AbstractPreferences
propertyName
- The object added.listener
- The object added.public void removePropertyChangeListener(java.lang.String propertyName, java.beans.PropertyChangeListener listener)
removePropertyChangeListener
in class AbstractPreferences
propertyName
- No description providedlistener
- No description providedpublic void setWorkspaceFolder(java.lang.String value)
value
- The new workspaceFolder valuepublic java.lang.String getWorkspaceFolder()
public void setTemporaryFolder(java.lang.String value)
value
- The new temporaryFolder valuepublic java.lang.String getTemporaryFolder()
public void setViewFilterFolder(java.lang.String value)
value
- The new viewFilterFolder valuepublic java.lang.String getViewFilterFolder()
public void setJDKFolder(java.lang.String value)
value
- The new jdkFolder valuepublic java.lang.String getJDKFolder()
public void setJDKFolderIgnored(boolean value)
value
- The new jdkFolderIgnored valuepublic boolean isJDKFolderIgnored()
public void setUseExtEditor(boolean value)
value
- The new useExtEditor valuepublic boolean isUseExtEditor()
public void setExternalEditor(java.lang.String value)
value
- The new externalEditor valuepublic java.lang.String getExternalEditor()
public void setRepositoryActivated(boolean value)
value
- The new repositoryActivated valuepublic boolean isRepositoryActivated()
public void setRecoverActivated(boolean value)
value
- true to activate recover (save immediaty)public boolean isRecoverActivated()
public void setFPRActivated(boolean value)
value
- true to activate fpr save buttonspublic boolean isFPRActivated()
public void setCreateProjectBackup(boolean value)
value
- The new createProjectBackup valuepublic boolean isCreateProjectBackup()
public void setExportToWorkspaceFolder(boolean value)
value
- The new exportToWorkspaceFolder valuepublic boolean isExportToWorkspaceFolder()
public void setExportToProjectFolder(boolean value)
value
- The new exportToProjectFolder valuepublic boolean isExportToProjectFolder()
public void setExportToTemporaryFolder(boolean value)
value
- The new exportToTemporaryFolder valuepublic boolean isExportToTemporaryFolder()
public void setCommandLineParsing(boolean value)
value
- The new commandLineParsing valuepublic boolean isCommandLineParsing()
public void setProcessHistory(java.util.Vector value)
value
- The new processHistory valuepublic java.util.Vector getProcessHistory()
public void setLookAndFeel(java.lang.String value)
value
- The new lookAndFeel valuepublic java.lang.String getLookAndFeel()
public java.lang.String getExportFolder()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |