Uses of Class
org.ow2.weblab.portlet.bean.NamedEntity

Packages that use NamedEntity
org.ow2.weblab.portlet.bean   
org.ow2.weblab.portlet.tool   
 

Uses of NamedEntity in org.ow2.weblab.portlet.bean
 

Methods in org.ow2.weblab.portlet.bean that return NamedEntity
 NamedEntity TextZone.getEntityReference()
          get the first entity referenced by the text zone.
 

Methods in org.ow2.weblab.portlet.bean that return types with arguments of type NamedEntity
 java.util.List<NamedEntity> TextZone.getEntitiesReferences()
           
 

Methods in org.ow2.weblab.portlet.bean with parameters of type NamedEntity
 boolean TextZone.reference(NamedEntity ne)
          check a named entitie is referenced in this text zone.
 

Method parameters in org.ow2.weblab.portlet.bean with type arguments of type NamedEntity
 void TextZone.setEntitiesList(java.util.List<NamedEntity> entitiesList)
           
 

Uses of NamedEntity in org.ow2.weblab.portlet.tool
 

Methods in org.ow2.weblab.portlet.tool with parameters of type NamedEntity
 java.lang.String MediaUnitLegend.getColor(NamedEntity ne)
          Method to get the color of a typed valued entity in the legend.
 java.lang.String MediaUnitLegend.getDisplayName(NamedEntity ne, java.util.ResourceBundle resourceBundle)
          to get the display class name for the entity
 java.lang.String MediaUnitLegend.getStyle(NamedEntity ne)
          Method to get the css style name of an named entity.
 boolean MediaUnitLegend.show(NamedEntity ne)
          Method to get visibility of the named entity.
 



Copyright © 2004-2011. All Rights Reserved.