Package | Description |
---|---|
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 |
---|---|
Label |
Label.clone()
Returns a clone of this label.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Label> |
Home.getLabels()
Returns an unmodifiable collection of the labels of this home.
|
static java.util.List<Label> |
Home.getLabelsSubList(java.util.List<? extends Selectable> items)
Returns a sub list of
items that contains only labels. |
Modifier and Type | Method and Description |
---|---|
void |
Home.addLabel(Label label)
Adds the given label to the set of labels of this home.
|
void |
Home.deleteLabel(Label label)
Removes the given label from the set of labels of this home.
|
Modifier and Type | Method and Description |
---|---|
void |
Home.addLabelsListener(CollectionListener<Label> listener)
Adds the label
listener in parameter to this home. |
void |
Home.removeLabelsListener(CollectionListener<Label> listener)
Removes the label
listener in parameter from this home. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
LabelController.isLabelPartOfBasePlan(Label label)
Returns
true . |
Modifier and Type | Method and Description |
---|---|
void |
PlanController.addLabels(java.util.List<Label> labels)
Add
labels to home and post an undoable new label operation. |
© Copyrights 2006-2014 eTeks - All rights reserved
Distributed under GNU General Public License