public class FavoritesViewSettings extends java.lang.Object implements ViewSettings
ViewSettings.Immutable
Modifier and Type | Field and Description |
---|---|
boolean |
myAbbreviateQualifiedPackages |
boolean |
myAutoScrollFromSource |
boolean |
myAutoScrollToSource |
boolean |
myFlattenPackages |
boolean |
myHideEmptyMiddlePackages |
boolean |
myShowMembers |
DEFAULT
Constructor and Description |
---|
FavoritesViewSettings() |
Modifier and Type | Method and Description |
---|---|
boolean |
isAbbreviatePackageNames()
Gets the value of the "Abbreviate Qualified Package Names" option.
|
boolean |
isAutoScrollFromSource() |
boolean |
isAutoScrollToSource() |
boolean |
isHideEmptyMiddlePackages()
Gets the value of the "Compact Empty Middle Packages" option.
|
boolean |
isShowMembers()
Checks if the project view displays members of classes.
|
void |
setAbbreviateQualifiedPackages(boolean abbreviate) |
void |
setAutoScrollFromSource(boolean autoScrollFromSource) |
void |
setAutoScrollToSource(boolean autoScrollToSource) |
void |
setFlattenPackages(boolean flattenPackages) |
void |
setHideEmptyMiddlePackages(boolean hide) |
void |
setShowMembers(boolean showMembers) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isFlattenModules, isFoldersAlwaysOnTop, isShowModules, isShowURL, isStructureView
isCompactDirectories, isFlattenPackages, isShowLibraryContents
@PropertyName(value="favorites.view.settings.show.members") public boolean myShowMembers
@PropertyName(value="favorites.view.settings.flatten.packages") public boolean myFlattenPackages
@PropertyName(value="favorites.view.settings.autoscroll.to.source") public boolean myAutoScrollToSource
@PropertyName(value="favorites.view.settings.autoscroll.from.source") public boolean myAutoScrollFromSource
@PropertyName(value="favorites.view.settings.hide.empty.middle.packages") public boolean myHideEmptyMiddlePackages
@PropertyName(value="favorites.view.settings.abbreviate.qualified.package.names") public boolean myAbbreviateQualifiedPackages
public boolean isShowMembers()
ViewSettings
isShowMembers
in interface ViewSettings
public void setShowMembers(boolean showMembers)
public boolean isAutoScrollFromSource()
public void setAutoScrollFromSource(boolean autoScrollFromSource)
public void setFlattenPackages(boolean flattenPackages)
public boolean isAbbreviatePackageNames()
NodeOptions
isAbbreviatePackageNames
in interface NodeOptions
public boolean isHideEmptyMiddlePackages()
NodeOptions
isHideEmptyMiddlePackages
in interface NodeOptions
public boolean isAutoScrollToSource()
public void setAutoScrollToSource(boolean autoScrollToSource)
public void setHideEmptyMiddlePackages(boolean hide)
public void setAbbreviateQualifiedPackages(boolean abbreviate)