public abstract class ProjectTreeStructure extends AbstractProjectTreeStructure
ViewSettings.Immutable
myProject
DEFAULT
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, isAlwaysLeaf
getProviders, setProviders
createDescriptor, getChildElements, getDataFromProviders, getParentElement, isValid
asyncCommitDocuments, getLeafState, isToBuildChildrenInBackground, revalidateElement
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isFoldersAlwaysOnTop, isStructureView
public ProjectTreeStructure(Project project, java.lang.String ID)
public boolean isFlattenPackages()
NodeOptions
public boolean isShowMembers()
ViewSettings
public boolean isHideEmptyMiddlePackages()
NodeOptions
public boolean isCompactDirectories()
true
if directories in a tree should be merged if possiblepublic boolean isAbbreviatePackageNames()
NodeOptions
public boolean isShowLibraryContents()
NodeOptions
public boolean isShowModules()
ViewSettings
public boolean isFlattenModules()
true
if modules should be shown in a flat list without grouping accordingly to qualified namespublic boolean isShowURL()
ViewSettings
true
if URL is displayed, false
otherwise.