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