| java.lang.Object org.eclipse.ui.examples.navigator.PropertiesTreeData
PropertiesTreeData | public class PropertiesTreeData (Code) | | Provides a simple model of a name=value pair from a *.properties file.
since: 3.2 |
Constructor Summary | |
public | PropertiesTreeData(String aName, String aValue, IFile aFile) Create a property with the given name and value contained by the given file. |
PropertiesTreeData | public PropertiesTreeData(String aName, String aValue, IFile aFile)(Code) | | Create a property with the given name and value contained by the given file.
Parameters: aName - The name of the property. Parameters: aValue - The value of the property. Parameters: aFile - The file that defines this property. |
getFile | public IFile getFile()(Code) | | The IFile that defines this property.
The IFile that defines this property. |
getName | public String getName()(Code) | | The name of this property.
The name of this property. |
getValue | public String getValue()(Code) | | Return the value of the property in the file.
The value of the property in the file. |
hashCode | public int hashCode()(Code) | | |
|
|