Interface MInput
-
- All Known Subinterfaces:
MInputPart
@Deprecated public interface MInput
Deprecated.No longer usedA representation of the model object 'Input'.This class should be mixed into UI elements such as InputParts that need to reference an external resource (files...).
- Since:
- 1.0
- See Also:
- Bug 509868
The following features are supported:
- org.eclipse.e4.ui.model.application.ui.MInput#getInputURIInput URI
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be referenced by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getInputURI()
Deprecated.No longer used.void
setInputURI(String value)
Deprecated.Seemodel documentation
for details.
-
-
-
Method Detail
-
getInputURI
@Deprecated String getInputURI()
Deprecated.No longer used.Returns the value of the 'Input URI' attribute.The specification of the particular resource's location or other meta information. The format of this field will be interpreted by the class using it (i.e. a Part).
- Returns:
- the value of the 'Input URI' attribute.
- See Also:
- Bug 509868
,
setInputURI(String)
- Restriction:
- This method is not intended to be referenced by clients.
-
setInputURI
@Deprecated void setInputURI(String value)
Deprecated.Seemodel documentation
for details.Sets the value of the 'Input URI
' attribute.- Parameters:
value
- the new value of the 'Input URI' attribute.- See Also:
getInputURI()
- Restriction:
- See
model documentation
for details.
-
-