public interface ViewSettings extends NodeOptions
Modifier and Type | Interface and Description |
---|---|
static class |
ViewSettings.Immutable |
Modifier and Type | Field and Description |
---|---|
static ViewSettings |
DEFAULT
The default view settings for the project view.
|
Modifier and Type | Method and Description |
---|---|
default boolean |
isFlattenModules() |
default boolean |
isFoldersAlwaysOnTop() |
default boolean |
isShowMembers()
Checks if the project view displays members of classes.
|
default boolean |
isShowModules()
Checks if modules are shown on the "Packages" tab of the project view.
|
default boolean |
isShowURL()
Checks if the project view displays URL for projects, modules and libraries.
|
default boolean |
isStructureView()
Checks if the project view displays the structure view pane.
|
isAbbreviatePackageNames, isCompactDirectories, isFlattenPackages, isHideEmptyMiddlePackages, isShowLibraryContents
static final ViewSettings DEFAULT
default boolean isFoldersAlwaysOnTop()
true
if directories (folders or packages) should be separated from files, false
otherwise.default boolean isShowMembers()
default boolean isStructureView()
default boolean isShowModules()
default boolean isFlattenModules()
true
if modules should be shown in a flat list without grouping accordingly to qualified namesdefault boolean isShowURL()
true
if URL is displayed, false
otherwise.