public abstract class ProjectTreeStructure extends AbstractProjectTreeStructure
ViewSettings.ImmutablemyProjectDEFAULT| Constructor and Description |
|---|
ProjectTreeStructure(Project project,
java.lang.String ID) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAbbreviatePackageNames()
Gets the value of the "Abbreviate Qualified Package Names" option.
|
boolean |
isCompactDirectories() |
boolean |
isFlattenModules() |
boolean |
isFlattenPackages()
Gets the value of the "Flatten Packages" option.
|
boolean |
isHideEmptyMiddlePackages()
Gets the value of the "Compact Empty Middle Packages" option.
|
boolean |
isShowLibraryContents()
Gets the value of the "Show/Hide Library Contents" option.
|
boolean |
isShowMembers()
Checks if the project view displays members of classes.
|
boolean |
isShowModules()
Checks if modules are shown on the "Packages" tab of the project view.
|
boolean |
isShowURL()
Checks if the project view displays URL for projects, modules and libraries.
|
asyncCommit, commit, createRoot, getRootElement, hasSomethingToCommit, isAlwaysLeafgetProviders, setProviderscreateDescriptor, getChildElements, getDataFromProviders, getParentElement, isValidasyncCommitDocuments, getLeafState, isToBuildChildrenInBackground, revalidateElementclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisFoldersAlwaysOnTop, isStructureViewpublic ProjectTreeStructure(Project project, java.lang.String ID)
public boolean isFlattenPackages()
NodeOptionspublic boolean isShowMembers()
ViewSettingspublic boolean isHideEmptyMiddlePackages()
NodeOptionspublic boolean isCompactDirectories()
true if directories in a tree should be merged if possiblepublic boolean isAbbreviatePackageNames()
NodeOptionspublic boolean isShowLibraryContents()
NodeOptionspublic boolean isShowModules()
ViewSettingspublic boolean isFlattenModules()
true if modules should be shown in a flat list without grouping accordingly to qualified namespublic boolean isShowURL()
ViewSettingstrue if URL is displayed, false otherwise.