Package com.e1c.g5.v8.dt.internal.gsw.ui
Class GenerationBasedOnUiHelper
java.lang.Object
com.e1c.g5.v8.dt.internal.gsw.ui.GenerationBasedOnUiHelper
Prepares view models/data for potential targets of based-on functionality
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets ordered names of group by source оbject groupsstatic List<org.eclipse.swt.graphics.Image>
Gets ordered icons for group by source object typesstatic Collection<Collection<MdObject>>
groupBaseObjects
(Collection<MdObject> mdObjects) Groups based-on source objects according to type
-
Constructor Details
-
GenerationBasedOnUiHelper
public GenerationBasedOnUiHelper()
-
-
Method Details
-
groupBaseObjects
Groups based-on source objects according to type- Parameters:
mdObjects
- Collection of potential based-on sources. Cannot benull
- Returns:
- Grouped objects, cannot be
null
-
getCategoryNames
Gets ordered names of group by source оbject groups- Returns:
- The list of category names. Cannot be
null
-
getObjectTypeIcons
Gets ordered icons for group by source object types- Returns:
- The list of icon images. Cannot be
null
-