Package org.luwrain.core
Interface Settings.UserInterface
- Enclosing interface:
Settings
public static interface Settings.UserInterface
-
Method Summary
Modifier and TypeMethodDescriptiongetDesktopContent
(String defValue) getDesktopEscapeCommand
(String defValue) getDesktopTitle
(String defValue) boolean
getFilePopupSkipHidden
(boolean defValue) getMainMenuContent
(String defValue) getWindowTitle
(String defValue) void
setDesktopContent
(String defValue) void
setDesktopEscapeCommand
(String value) void
setDesktopTitle
(String value) void
setFilePopupSkipHidden
(boolean value) void
setMainMenuContent
(String value) void
setWindowTitle
(String value)
-
Method Details
-
getDesktopEscapeCommand
-
setDesktopEscapeCommand
-
getDesktopTitle
-
setDesktopTitle
-
getDesktopContent
-
setDesktopContent
-
getFilePopupSkipHidden
boolean getFilePopupSkipHidden(boolean defValue) -
setFilePopupSkipHidden
void setFilePopupSkipHidden(boolean value) -
getMainMenuContent
-
setMainMenuContent
-
getWindowTitle
-
setWindowTitle
-