Package | Description |
---|---|
com.eteks.sweethome3d.io |
Implements how to read and write
homes and
user preferences created in
model classes of Sweet Home 3D.
|
com.eteks.sweethome3d.model |
Describes model classes of Sweet Home 3D.
|
com.eteks.sweethome3d.viewcontroller |
Describes controller classes and view interfaces of Sweet Home 3D.
|
Modifier and Type | Method and Description |
---|---|
protected FurnitureCategory |
DefaultFurnitureCatalog.readFurnitureCategory(java.util.ResourceBundle resource,
int index)
Returns the furniture category of a piece at the given
index of a
localized resource bundle. |
protected FurnitureCategory |
FileUserPreferences.readModifiableFurnitureCategory(java.util.prefs.Preferences preferences,
int index)
Returns the furniture category of a piece at the given
index
read from preferences . |
Modifier and Type | Method and Description |
---|---|
FurnitureCategory |
CatalogPieceOfFurniture.getCategory()
Returns the category of this piece of furniture.
|
FurnitureCategory |
FurnitureCatalog.getCategory(int index)
Returns the category at a given
index . |
Modifier and Type | Method and Description |
---|---|
java.util.List<FurnitureCategory> |
FurnitureCatalog.getCategories()
Returns the categories list sorted by name.
|
Modifier and Type | Method and Description |
---|---|
void |
FurnitureCatalog.add(FurnitureCategory category,
CatalogPieceOfFurniture piece)
Adds
piece of a given category to this catalog. |
int |
FurnitureCategory.compareTo(FurnitureCategory category)
Compares the names of this category and the one in parameter.
|
Modifier and Type | Method and Description |
---|---|
FurnitureCategory |
ImportedFurnitureWizardController.getCategory()
Returns the category of the imported piece.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportedFurnitureWizardController.setCategory(FurnitureCategory category)
Sets the category of the imported piece.
|
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License