The following features are supported:
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 |
---|---|
String |
getInputURI()
Deprecated.
Returns the value of the 'Input URI' attribute
|
void |
setInputURI(String value)
Deprecated.
Sets the value of the '
Input URI ' attribute |
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)
void setInputURI(String value)
Input URI
' attribute.
value
- the new value of the 'Input URI' attribute.getInputURI()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.