Interface IPageConfiguration<T>
public interface IPageConfiguration<T>
-
Method Summary
Modifier and TypeMethodDescriptioncustomLabel(Function<T, String> customLabel) featurePaths(org.eclipse.emf.databinding.FeaturePath... featurePaths) features(org.eclipse.emf.ecore.EStructuralFeature... features) objectDescription(Function<T, String> objectDescription) objectTypeName(Function<T, String> objectTypeName) pagePriority(ToIntFunction<T> pagePriority) tabPriority(ToDoubleFunction<T> tabPriority)
-
Method Details
-
visible
-
tabPriority
-
pagePriority
-
objectTypeName
-
objectDescription
-
customLabel
-
features
-
featurePaths
-