|
Carbide.c++ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nokia.carbide.cpp.project.ui.utils.ProjectUIUtils
public class ProjectUIUtils
Utility class
Constructor Summary | |
---|---|
ProjectUIUtils()
|
Method Summary | |
---|---|
static int |
getAddFilesToProjectOption()
Returns the preference option for whether or not to add new files in the project to the bld.inf and mmp files. |
static int |
getChangedFilesInProjectOption()
Returns the preference option for whether or not to update the bld.inf and mmp files when files in the project are moved or renamed. |
static boolean |
keepProjectsInSync()
Returns the preference option for whether or not to keep bld.inf and mmp files in sync with project changes. |
static void |
setAddFilesToProjectOption(int option)
Sets the preference option for whether or not to update bld.inf and mmp files when new files are added to the project. |
static void |
setChangedFilesInProjectOption(int option)
Sets the preference option for whether or not to update bld.inf and mmp files when files in the project are moved or renamed. |
static void |
setKeepProjectsInSync(boolean keepInSync)
Sets the preference option for whether or not to keep bld.inf and mmp files in sync with project changes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProjectUIUtils()
Method Detail |
---|
public static boolean keepProjectsInSync()
public static void setKeepProjectsInSync(boolean keepInSync)
keepInSync
- true to enable the feature, false to disablepublic static int getAddFilesToProjectOption()
public static void setAddFilesToProjectOption(int option)
option
- true to enable the feature, false to disablepublic static int getChangedFilesInProjectOption()
public static void setChangedFilesInProjectOption(int option)
option
- true to enable the feature, false to disable
|
Carbide.c++ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |