Sweet Home 3D 3.4

Uses of Class
com.eteks.sweethome3d.model.Label

Packages that use Label
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. 
 

Uses of Label in com.eteks.sweethome3d.model
 

Methods in com.eteks.sweethome3d.model that return Label
 Label Label.clone()
          Returns a clone of this label.
 

Methods in com.eteks.sweethome3d.model that return types with arguments of type Label
 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.
 

Methods in com.eteks.sweethome3d.model with parameters of type Label
 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.
 

Method parameters in com.eteks.sweethome3d.model with type arguments of type Label
 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.
 

Uses of Label in com.eteks.sweethome3d.viewcontroller
 

Methods in com.eteks.sweethome3d.viewcontroller with parameters of type Label
protected  boolean LabelController.isLabelPartOfBasePlan(Label label)
          Returns true.
 

Method parameters in com.eteks.sweethome3d.viewcontroller with type arguments of type Label
 void PlanController.addLabels(java.util.List<Label> labels)
          Add labels to home and post an undoable new label operation.
 


Sweet Home 3D 3.4

? Copyrights 2006-2011 eTeks - All rights reserved
Distributed under GNU General Public License