com.l2fprod.common.propertysheet
Interface PropertySheet

All Known Implementing Classes:
PropertySheetPanel, PropertySheetTableModel

public interface PropertySheet

PropertySheet.


Field Summary
static int VIEW_AS_CATEGORIES
           
static int VIEW_AS_FLAT_LIST
           
 
Method Summary
 void addProperty(int index, Property property)
           
 void addProperty(Property property)
           
 Property[] getProperties()
           
 int getPropertyCount()
           
 java.util.Iterator propertyIterator()
           
 void removeProperty(Property property)
           
 void setProperties(Property[] properties)
           
 

Field Detail

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
Method Detail

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()