|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Property | |
---|---|
de.cau.cs.kieler.kvid.datadistributor | Package to hold classes responsible for data deliverance. |
de.cau.cs.kieler.kvid.ui.views | Package holding view classes for KViD UI. |
Uses of Property in de.cau.cs.kieler.kvid.datadistributor |
---|
Methods in de.cau.cs.kieler.kvid.datadistributor that return Property | |
---|---|
Property |
RuntimeConfiguration.getProperty(String propertyName)
Getter for a property with a certain name. |
Methods in de.cau.cs.kieler.kvid.datadistributor that return types with arguments of type Property | |
---|---|
List<Property> |
RuntimeConfiguration.getKnownProperties()
Getter for the list of currently known Property s. |
List<Property> |
RuntimeConfiguration.getReferedProperties(List<String> selectedParts)
Getter for the list of Property s referring to the current selection. |
Methods in de.cau.cs.kieler.kvid.datadistributor with parameters of type Property | |
---|---|
void |
RuntimeConfiguration.addProperty(int where,
Property theproperty)
ONLY use this to add a new Property to the configuration when a
certain position is desired (e.g. |
void |
RuntimeConfiguration.addProperty(Property theproperty)
ONLY use this to add a new Property to the configuration. |
void |
RuntimeConfiguration.removeProperty(Property theproperty)
Removes a Property from the list of currenty known Properties. |
void |
IPropertyListener.triggerPropertyChanged(Property changedProperty)
Method that is called when the value of a certain Property changes. |
void |
RuntimeConfiguration.triggerPropertyChanged(Property theproperty)
Method which notifies listeners when Properties have changed. |
Uses of Property in de.cau.cs.kieler.kvid.ui.views |
---|
Methods in de.cau.cs.kieler.kvid.ui.views with parameters of type Property | |
---|---|
void |
PropertiesView.triggerPropertyChanged(Property changedProperty)
Method that is called when the value of a certain Property changes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |