Package com._1c.g5.v8.dt.dcs.ui.nested
Class DcsNestedSchemasUtil
- java.lang.Object
-
- com._1c.g5.v8.dt.dcs.ui.nested.DcsNestedSchemasUtil
-
public class DcsNestedSchemasUtil extends Object
Instance of this class contains usefull methods for DCSNestedSchemas
.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DcsNestedSchemasUtil
getInstance()
Returns instance of this class.ISelection
getNestedSchemasSelection()
Returns nested schemas page viewer selection.
-
-
-
Method Detail
-
getInstance
public static DcsNestedSchemasUtil getInstance()
Returns instance of this class.- Returns:
- instance of this class. Cannot return
null
.
-
getNestedSchemasSelection
public ISelection getNestedSchemasSelection()
Returns nested schemas page viewer selection.- Returns:
- nested schemas page viewer selection. Can return
null
.
-
-