@Deprecated
public interface MInput
This class should be mixed into UI elements such as InputParts that need to reference an external resource (files...).
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInputURI()
Deprecated.
No longer used
|
void |
setInputURI(java.lang.String value)
Deprecated.
No longer used
|
@Deprecated java.lang.String getInputURI()
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).
setInputURI(String),
Bug
509868@Deprecated void setInputURI(java.lang.String value)
Input
URI' attribute. value - the new value of the 'Input URI' attribute.getInputURI(),
Bug
509868
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.