| Modifier and Type | Method | Description | 
|---|---|---|
Appearances | 
getAppearance() | 
 The overall look of buttons, menus and windows. 
 | 
int | 
getFontSmoothingLimit() | 
 The font size at or below which font smoothing is turned off. 
 | 
Fontsmoothingstyles | 
getFontSmoothingStyle() | 
 The method used for smoothing fonts. 
 | 
Reference | 
getHighlightColor() | 
 Color used for hightlighting selected text and lists. 
 | 
Map<String,Object> | 
getProperties() | 
 Returns all properties for an instance of this class. 
 | 
int | 
getRecentApplicationsLimit() | 
 The number of recent applications to track. 
 | 
int | 
getRecentDocumentsLimit() | 
 The number of recent documents to track. 
 | 
int | 
getRecentServersLimit() | 
 The number of recent servers to track. 
 | 
Scrollpagebehaviors | 
getScrollBarAction() | 
 The action performed by clicking the scroll bar. 
 | 
boolean | 
isDarkMode() | 
 Use dark menu bar and dock. 
 | 
boolean | 
isFontSmoothing() | 
 Is font smoothing on? 
 | 
boolean | 
isSmoothScrolling() | 
 Is smooth scrolling used? 
 | 
void | 
setAppearance(Appearances appearance) | 
 The overall look of buttons, menus and windows. 
 | 
void | 
setDarkMode(boolean darkMode) | 
 Use dark menu bar and dock. 
 | 
void | 
setFontSmoothing(boolean fontSmoothing) | 
 Is font smoothing on? 
 | 
void | 
setFontSmoothingStyle(Fontsmoothingstyles fontSmoothingStyle) | 
 The method used for smoothing fonts. 
 | 
void | 
setHighlightColor(Reference highlightColor) | 
 Color used for hightlighting selected text and lists. 
 | 
void | 
setRecentApplicationsLimit(int recentApplicationsLimit) | 
 The number of recent applications to track. 
 | 
void | 
setRecentDocumentsLimit(int recentDocumentsLimit) | 
 The number of recent documents to track. 
 | 
void | 
setRecentServersLimit(int recentServersLimit) | 
 The number of recent servers to track. 
 | 
void | 
setScrollBarAction(Scrollpagebehaviors scrollBarAction) | 
 The action performed by clicking the scroll bar. 
 | 
void | 
setSmoothScrolling(boolean smoothScrolling) | 
 Is smooth scrolling used? 
 | 
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOfstatic final TypeClass CLASS
@Code("appe") @Kind("property") @Name("appearance") @Type("Appearances") Appearances getAppearance()
@Code("appe") @Kind("property") @Name("appearance") @Type("Appearances") void setAppearance(Appearances appearance)
appearance - new property value@Code("ftts") @Kind("property") @Name("font smoothing") @Type("boolean") boolean isFontSmoothing()
@Code("ftts") @Kind("property") @Name("font smoothing") @Type("boolean") void setFontSmoothing(boolean fontSmoothing)
fontSmoothing - new property value@Code("ftsm") @Kind("property") @Name("font smoothing limit") @Type("integer") int getFontSmoothingLimit()
@Code("ftss") @Kind("property") @Name("font smoothing style") @Type("FontSmoothingStyles") Fontsmoothingstyles getFontSmoothingStyle()
@Code("ftss") @Kind("property") @Name("font smoothing style") @Type("FontSmoothingStyles") void setFontSmoothingStyle(Fontsmoothingstyles fontSmoothingStyle)
fontSmoothingStyle - new property value@Code("hico") @Kind("property") @Name("highlight color") @Type("any") Reference getHighlightColor()
@Code("hico") @Kind("property") @Name("highlight color") @Type("any") void setHighlightColor(Reference highlightColor)
highlightColor - new property value@Code("rapl") @Kind("property") @Name("recent applications limit") @Type("integer") int getRecentApplicationsLimit()
@Code("rapl") @Kind("property") @Name("recent applications limit") @Type("integer") void setRecentApplicationsLimit(int recentApplicationsLimit)
recentApplicationsLimit - new property value@Code("rdcl") @Kind("property") @Name("recent documents limit") @Type("integer") int getRecentDocumentsLimit()
@Code("rdcl") @Kind("property") @Name("recent documents limit") @Type("integer") void setRecentDocumentsLimit(int recentDocumentsLimit)
recentDocumentsLimit - new property value@Code("rsvl") @Kind("property") @Name("recent servers limit") @Type("integer") int getRecentServersLimit()
@Code("rsvl") @Kind("property") @Name("recent servers limit") @Type("integer") void setRecentServersLimit(int recentServersLimit)
recentServersLimit - new property value@Code("sclb") @Kind("property") @Name("scroll bar action") @Type("ScrollPageBehaviors") Scrollpagebehaviors getScrollBarAction()
@Code("sclb") @Kind("property") @Name("scroll bar action") @Type("ScrollPageBehaviors") void setScrollBarAction(Scrollpagebehaviors scrollBarAction)
scrollBarAction - new property value@Code("scls") @Kind("property") @Name("smooth scrolling") @Type("boolean") boolean isSmoothScrolling()
@Code("scls") @Kind("property") @Name("smooth scrolling") @Type("boolean") void setSmoothScrolling(boolean smoothScrolling)
smoothScrolling - new property value@Code("thme") @Kind("property") @Name("dark mode") @Type("boolean") boolean isDarkMode()
@Code("thme") @Kind("property") @Name("dark mode") @Type("boolean") void setDarkMode(boolean darkMode)
darkMode - new property value