| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PropertyMap in com.togethersoft.openapi.ide.inspector.util |
| Methods in com.togethersoft.openapi.ide.inspector.util with parameters of type PropertyMap | |
abstract IdeInspectorProperty | UIComponentsBuilder.createIdeInspectorProperty(PropertyMap properties)For creating an IdeInspectorProperty from PropertyMap. |
abstract IdeInspectorPropertySetComponent | UIComponentsBuilder.createInspectorPropertySet(PropertyMap properties)For creating an IdeInspectorPropertySetComponent from PropertyMap. |
abstract void | UIComponentsBuilder.createPropertyEditor(IdeInspectorProperty property, PropertyMap editorDescription)For creating a property editor. |
| Uses of PropertyMap in com.togethersoft.openapi.ide.inspector.util.editors |
| Methods in com.togethersoft.openapi.ide.inspector.util.editors with parameters of type PropertyMap | |
(package private) static Vector | PropertyMapMultiValueTableEditor.getPropertyMapAsVector(PropertyMap map) |
| 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. |
| Fields in com.togethersoft.openapi.util.propertyMap declared as PropertyMap | |
private PropertyMap | PropertiesAdapter.myPropertyMap |
private PropertyMap | PropertyAdapter.myPropertyMap |
private PropertyMap | PropertyProviderAdapter.myPropertyMap |
private PropertyMap | SinglePropertyProvider.myPropertyMap |
private PropertyMap | SwitchablePropertyMap.myMap |
private PropertyMap | SwitchablePropertyMap.MyProperty.myMap |
| 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.MyProperty.MyProperty(Property property, PropertyMap map) | |
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. |
PropertyMap | SwitchablePropertyMap.MyProperty.getSubproperties() |
| Methods in com.togethersoft.openapi.util.propertyMap with parameters of type PropertyMap | |
void | SwitchablePropertyMap.setPropertyMap(PropertyMap map)Specifies new PropertyMap. |
| Uses of PropertyMap in com.togethersoft.openapi.vfs |
| Subinterfaces of PropertyMap in com.togethersoft.openapi.vfs | |
interface | VirtualFileThis class represents a file (or directory) of VirtualFileSystem. |
interface | VirtualFileContext |
| Methods in com.togethersoft.openapi.vfs with parameters of type PropertyMap | |
VirtualFileContext | VirtualFileManager.createFileContext(PropertyMap originalContext)Creates context inherited from original context |
| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||