Uses of Class
de.cau.cs.kieler.core.util.Property

Packages that use Property
de.cau.cs.kieler.core.util General purpose utility classes in the style of java.util
 

Uses of Property in de.cau.cs.kieler.core.util
 

Methods in de.cau.cs.kieler.core.util with parameters of type Property
<T> T
PropertyHolder.getProperty(Property<T> property)
          Retrieves a property value.
 void PropertyHolder.setProperty(Property<?> property, Object value)
          Sets a property value.