com.l2fprod.common.propertysheet
Interface PropertySheet
- All Known Implementing Classes:
- PropertySheetPanel, PropertySheetTableModel
public interface PropertySheet
PropertySheet.
VIEW_AS_FLAT_LIST
static final int VIEW_AS_FLAT_LIST
- See Also:
- Constant Field Values
VIEW_AS_CATEGORIES
static final int VIEW_AS_CATEGORIES
- See Also:
- Constant Field Values
setProperties
void setProperties(Property[] properties)
getProperties
Property[] getProperties()
addProperty
void addProperty(Property property)
addProperty
void addProperty(int index,
Property property)
removeProperty
void removeProperty(Property property)
getPropertyCount
int getPropertyCount()
propertyIterator
java.util.Iterator propertyIterator()