Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector10.Icon

Packages that use Icon
org.jboss.shrinkwrap.descriptor.api.connector10 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of Icon in org.jboss.shrinkwrap.descriptor.api.connector10
 

Methods in org.jboss.shrinkwrap.descriptor.api.connector10 that return Icon
 Icon<ConnectorDescriptor> ConnectorDescriptor.getOrCreateIcon()
          If not already created, a new icon element with the given value will be created.
 Icon<Connector<T>> Connector.getOrCreateIcon()
          If not already created, a new icon element with the given value will be created.
 Icon<T> Icon.largeIcon(String largeIcon)
          Sets the large-icon element
 Icon<T> Icon.removeLargeIcon()
          Removes the large-icon element
 Icon<T> Icon.removeSmallIcon()
          Removes the small-icon element
 Icon<T> Icon.smallIcon(String smallIcon)
          Sets the small-icon element
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.