Class ResourceProperties
- java.lang.Object
-
- com._1c.g5.v8.dt.common.properties.ResourceProperties
-
public final class ResourceProperties extends Object
General resource properties
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.eclipse.core.databinding.property.list.IListProperty
contents()
static org.eclipse.core.databinding.property.value.IValueProperty
loaded()
static org.eclipse.core.databinding.property.value.IValueProperty
modified()
-
-
-
Method Detail
-
modified
public static org.eclipse.core.databinding.property.value.IValueProperty modified()
- Returns:
- modified property.
-
contents
public static org.eclipse.core.databinding.property.list.IListProperty contents()
- Returns:
- contents property.
-
loaded
public static org.eclipse.core.databinding.property.value.IValueProperty loaded()
- Returns:
- loaded property.
-
-