Uses of Interface
gw.internal.gosu.properties.PropertySet
Packages that use PropertySet
-
Uses of PropertySet in gw.internal.gosu.properties
Classes in gw.internal.gosu.properties that implement PropertySetModifier and TypeClassDescriptionclassProperty set with no propertiesclassA property set based on an underlyingPropertiesobject.classMakes available the standard system properties, which should be available on all JVMsFields in gw.internal.gosu.properties declared as PropertySetMethods in gw.internal.gosu.properties that return PropertySetModifier and TypeMethodDescriptionPropertiesPropertySet.Source.getPropertySet(String name) PropertySetSource.getPropertySet(String name) Return the named property setPropertiesPropertySet.Source.getPropertySetForFile(IFile file) PropertySetSource.getPropertySetForFile(IFile file) Return the property set for the given fileMethods in gw.internal.gosu.properties with parameters of type PropertySetModifier and TypeMethodDescriptionstatic PropertyNodePropertyNode.buildTree(PropertySet propertySet) Constructors in gw.internal.gosu.properties with parameters of type PropertySetModifierConstructorDescriptionprivatePropertyNode(PropertyNode parent, String name, PropertySet propertySet)