public interface NodeOptions
ViewSettings
Modifier and Type | Interface and Description |
---|---|
static class |
NodeOptions.Immutable |
Modifier and Type | Method and Description |
---|---|
default boolean |
isAbbreviatePackageNames()
Gets the value of the "Abbreviate Qualified Package Names" option.
|
default boolean |
isCompactDirectories() |
default boolean |
isFlattenPackages()
Gets the value of the "Flatten Packages" option.
|
default boolean |
isHideEmptyMiddlePackages()
Gets the value of the "Compact Empty Middle Packages" option.
|
default boolean |
isShowLibraryContents()
Gets the value of the "Show/Hide Library Contents" option.
|
default boolean isFlattenPackages()
default boolean isAbbreviatePackageNames()
default boolean isHideEmptyMiddlePackages()
default boolean isCompactDirectories()
true
if directories in a tree should be merged if possibledefault boolean isShowLibraryContents()