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