|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AProperty | |
|---|---|
| org.solovyev.android | |
| Uses of AProperty in org.solovyev.android |
|---|
| Classes in org.solovyev.android that implement AProperty | |
|---|---|
class |
APropertyImpl
User: serso Date: 5/30/12 Time: 7:17 PM |
| Methods in org.solovyev.android that return AProperty | |
|---|---|
static AProperty |
APropertyImpl.fromParcel(android.os.Parcel in)
|
AProperty |
APropertiesContainerImpl.getProperty(String name)
|
AProperty |
APropertiesProvider.getProperty(String name)
|
static AProperty |
APropertyImpl.newInstance(String name,
String value)
|
AProperty |
APropertiesContainerImpl.removeProperty(String name)
|
AProperty |
APropertiesContainer.removeProperty(String name)
|
AProperty |
APropertiesContainerImpl.setProperty(String name,
String value)
|
AProperty |
APropertiesContainer.setProperty(String name,
String value)
|
| Methods in org.solovyev.android that return types with arguments of type AProperty | |
|---|---|
Map<String,AProperty> |
APropertiesContainerImpl.getProperties()
|
Map<String,AProperty> |
APropertiesContainer.getProperties()
|
Collection<AProperty> |
APropertiesContainerImpl.getPropertiesCollection()
|
Collection<AProperty> |
APropertiesProvider.getPropertiesCollection()
|
| Methods in org.solovyev.android with parameters of type AProperty | |
|---|---|
void |
APropertiesContainerImpl.setProperty(AProperty property)
|
void |
APropertiesContainer.setProperty(AProperty property)
|
| Method parameters in org.solovyev.android with type arguments of type AProperty | |
|---|---|
static APropertiesContainer |
APropertiesContainerImpl.newInstance(Collection<AProperty> properties)
|
static APropertiesContainer |
APropertiesContainerImpl.newInstance(Map<String,AProperty> properties)
|
void |
APropertiesContainerImpl.setPropertiesFrom(Collection<AProperty> properties)
|
void |
APropertiesContainer.setPropertiesFrom(Collection<AProperty> properties)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||