public interface PropertySheet
| Modifier and Type | Field and Description |
|---|---|
static int |
VIEW_AS_CATEGORIES |
static int |
VIEW_AS_FLAT_LIST |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(int index,
Property property) |
void |
addProperty(Property property) |
Property[] |
getProperties() |
int |
getPropertyCount() |
Iterator |
propertyIterator() |
void |
removeProperty(Property property) |
void |
setProperties(Property[] properties) |
static final int VIEW_AS_FLAT_LIST
static final int VIEW_AS_CATEGORIES
void setProperties(Property[] properties)
Property[] getProperties()
void addProperty(Property property)
void addProperty(int index,
Property property)
void removeProperty(Property property)
int getPropertyCount()
Iterator propertyIterator()
Copyright © 2015. All rights reserved.