Package com._1c.g5.v8.dt.common.ui
Interface WorkbenchUtils.IWithDefaultFocus
-
- All Known Implementing Classes:
MdPropertySheetPage
- Enclosing class:
- WorkbenchUtils
public static interface WorkbenchUtils.IWithDefaultFocus
Allows to set focus to some default state. NOTE: This is a temporary "solution" for property palette focus management, use it only if there are no other options left.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setDefaultFocus()
Sets default focus.
-