Interface ApplicationUIConfiguration
-
public interface ApplicationUIConfigurationContract to place on ui configuration. Created on 9/19/14.- Since:
- 2.13
- Author:
- Tony Chemit - chemit@codelutin.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeyStrokegetShortcutClosePopup()booleanisShowKeyStrokeOnText()booleanisShowKeyStrokeOnTip()
-
-
-
Method Detail
-
getShortcutClosePopup
KeyStroke getShortcutClosePopup()
-
isShowKeyStrokeOnText
boolean isShowKeyStrokeOnText()
-
isShowKeyStrokeOnTip
boolean isShowKeyStrokeOnTip()
-
-