Interface MInputPart
-
- All Superinterfaces:
MApplicationElement
,MBindings
,MContext
,MContribution
,MDirtyable
,MHandlerContainer
,MInput
,MLocalizable
,MPart
,MPartSashContainerElement
,MStackElement
,MUIElement
,MUILabel
,MWindowElement
@Deprecated public interface MInputPart extends MPart, MInput
Deprecated.Use Part instead.A representation of the model object 'Input Part'.This is a subclass of Part that allows tracking of an 'input'. While originally defined as a type of 'editor' it turns out that it may well be better to just use a regular Part and to store what would be the input as an entry on the Part's 'persistentData' map.
- Since:
- 1.0
- See Also:
- Bug 509868
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be referenced by clients.
-
-
Method Summary
-
Methods inherited from interface org.eclipse.e4.ui.model.application.MApplicationElement
getContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementId
-
Methods inherited from interface org.eclipse.e4.ui.model.application.commands.MBindings
getBindingContexts
-
Methods inherited from interface org.eclipse.e4.ui.model.application.ui.MContext
getContext, getProperties, getVariables, setContext
-
Methods inherited from interface org.eclipse.e4.ui.model.application.MContribution
getContributionURI, getObject, setContributionURI, setObject
-
Methods inherited from interface org.eclipse.e4.ui.model.application.ui.MDirtyable
isDirty, setDirty
-
Methods inherited from interface org.eclipse.e4.ui.model.application.commands.MHandlerContainer
getHandlers
-
Methods inherited from interface org.eclipse.e4.ui.model.application.ui.MInput
getInputURI, setInputURI
-
Methods inherited from interface org.eclipse.e4.ui.model.application.ui.MLocalizable
updateLocalization
-
Methods inherited from interface org.eclipse.e4.ui.model.application.ui.basic.MPart
getDescription, getLocalizedDescription, getMenus, getToolbar, getTrimBars, isCloseable, setCloseable, setDescription, setToolbar
-
Methods inherited from interface org.eclipse.e4.ui.model.application.ui.MUIElement
getAccessibilityPhrase, getContainerData, getCurSharedRef, getLocalizedAccessibilityPhrase, getParent, getRenderer, getVisibleWhen, getWidget, isOnTop, isToBeRendered, isVisible, setAccessibilityPhrase, setContainerData, setCurSharedRef, setOnTop, setParent, setRenderer, setToBeRendered, setVisible, setVisibleWhen, setWidget
-
Methods inherited from interface org.eclipse.e4.ui.model.application.ui.MUILabel
getIconURI, getLabel, getLocalizedLabel, getLocalizedTooltip, getTooltip, setIconURI, setLabel, setTooltip
-
-