| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use PropertyMap | |
| com.togethersoft.openapi.ide.inspector.util.property | |
| com.togethersoft.openapi.sci.pattern | |
| com.togethersoft.openapi.util.propertyMap | |
| Uses of PropertyMap in com.togethersoft.openapi.ide.inspector.util.property |
| Fields in com.togethersoft.openapi.ide.inspector.util.property declared as PropertyMap | |
protected final PropertyMap | PropertyMapInspectorProperty.myPropertyMap |
| Constructors in com.togethersoft.openapi.ide.inspector.util.property with parameters of type PropertyMap | |
MultipleDirectPropertyMapInspectorProperty.MultipleDirectPropertyMapInspectorProperty(PropertyMap map, Object key, Class valueType, Class editorClass)Constructs MultipleDirectPropertyMapInspectorProperty. | |
MultipleDirectPropertyMapInspectorProperty.MultipleDirectPropertyMapInspectorProperty(PropertyMap map, Object key)Constructs MultipleDirectPropertyMapInspectorProperty. | |
MultiplePropertyMapInspectorProperty.MultiplePropertyMapInspectorProperty(PropertyMap map, Object key, Class valueType, Class editorClass)Constructs MultiplePropertyMapInspectorProperty. | |
MultiplePropertyMapInspectorProperty.MultiplePropertyMapInspectorProperty(PropertyMap map, Object key)Constructs MultiplePropertyMapInspectorProperty. | |
PropertyMapInspectorProperty.PropertyMapInspectorProperty(PropertyMap map, Object key, Class valueType, Class editorClass)Constructs new PropertyMapInspectorProperty with an editor class. | |
PropertyMapInspectorProperty.PropertyMapInspectorProperty(PropertyMap map, Object key, Class valueType)Constructs new PropertyMapInspectorProperty without editor class. | |
| Uses of PropertyMap in com.togethersoft.openapi.sci.pattern |
| Methods in com.togethersoft.openapi.sci.pattern that return PropertyMap | |
PropertyMap | SciPattern.getProperties()Returns PropertyMap containing all properties for this pattern. |
| Uses of PropertyMap in com.togethersoft.openapi.util.propertyMap |
| Classes in com.togethersoft.openapi.util.propertyMap that implement PropertyMap | |
class | DefaultPropertyMapDefaultPropertyMap class is a generic-use implementation of a PropertyMap interface. |
class | SwitchablePropertyMapRepresents PropertyMap with ability to switch to another PropertyMap. |
| Constructors in com.togethersoft.openapi.util.propertyMap with parameters of type PropertyMap | |
PropertiesAdapter.PropertiesAdapter(PropertyMap propertyMap)Creates new adapter. | |
PropertyAdapter.PropertyAdapter(Object key, Object value, PropertyMap propertyMap)Creates new property with PropertyMap of subproperties. | |
PropertyMapEvent.PropertyMapEvent(PropertyMap map, Property property, Object oldValue, boolean propertyAdded)Constructs a new PropertyMapEvent. | |
PropertyMapEvent.PropertyMapEvent(PropertyMap map, Object propertyKey)Constructs a new PropertyMapEvent. | |
PropertyProviderAdapter.PropertyProviderAdapter(PropertyMap propertyMap, Object propertyKey)Creates new PropertyProvider with propertyKey name of the only property and with propertyMap set of values. | |
SinglePropertyProvider.SinglePropertyProvider(Property property, PropertyMap propertyMap)There is an advantage of passing the propertyMap parameter so it will delegate all call for determining if property is addable, readable, writable, etc. | |
SinglePropertyProvider.SinglePropertyProvider(Object key, Object propertyValue, PropertyMap propertyMap) | |
SwitchablePropertyMap.SwitchablePropertyMap(PropertyMap map)Creates new SwitchablePropertyMap from existing. | |
| Methods in com.togethersoft.openapi.util.propertyMap that return PropertyMap | |
PropertyMap | DefaultPropertyMap.DefaultProperty.getSubproperties() |
PropertyMap | Property.getSubproperties()Retruns all subproperties as a PropertyMap. |
PropertyMap | PropertyAdapter.getSubproperties()Returns PropertyMap of subproperties. |
PropertyMap | PropertyMapEvent.getPropertyMap()Returns PropertyMap instance which fired this event. |
PropertyMap | SwitchablePropertyMap.getPropertyMap()Returns current PropertyMap. |
| Methods in com.togethersoft.openapi.util.propertyMap with parameters of type PropertyMap | |
void | SwitchablePropertyMap.setPropertyMap(PropertyMap map)Specifies new PropertyMap. |
| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||