Uses of Interface
org.eclipse.e4.ui.model.application.ui.basic.MInputPart
-
Packages that use MInputPart Package Description org.eclipse.e4.ui.model.application.ui.basic Application programming interfaces describing the basic Eclipse 4 user interface model elements.org.eclipse.e4.ui.workbench.modeling Application programming interfaces describing the Eclipse 4 model services. -
-
Uses of MInputPart in org.eclipse.e4.ui.model.application.ui.basic
Methods in org.eclipse.e4.ui.model.application.ui.basic that return MInputPart Modifier and Type Method Description MInputPart
MBasicFactory. createInputPart()
Deprecated.Seemodel documentation
for details. -
Uses of MInputPart in org.eclipse.e4.ui.workbench.modeling
Methods in org.eclipse.e4.ui.workbench.modeling that return types with arguments of type MInputPart Modifier and Type Method Description Collection<MInputPart>
EPartService. getInputParts(String inputUri)
Deprecated.This method should never be used as MInputPart are deprecated
-