Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector10.Icon
-
Packages that use Icon Package Description org.jboss.shrinkwrap.descriptor.api.connector10 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.connector10 Provides the implementation classes 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 Modifier and Type Method Description Icon<Connector<T>>Connector. getOrCreateIcon()If not already created, a newiconelement with the given value will be created.Icon<ConnectorDescriptor>ConnectorDescriptor. getOrCreateIcon()If not already created, a newiconelement with the given value will be created.Icon<T>Icon. largeIcon(String largeIcon)Sets thelarge-iconelementIcon<T>Icon. removeLargeIcon()Removes thelarge-iconelementIcon<T>Icon. removeSmallIcon()Removes thesmall-iconelementIcon<T>Icon. smallIcon(String smallIcon)Sets thesmall-iconelement -
Uses of Icon in org.jboss.shrinkwrap.descriptor.impl.connector10
Classes in org.jboss.shrinkwrap.descriptor.impl.connector10 that implement Icon Modifier and Type Class Description classIconImpl<T>This class implements theiconxsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.connector10 that return Icon Modifier and Type Method Description Icon<ConnectorDescriptor>ConnectorDescriptorImpl. getOrCreateIcon()If not already created, a newiconelement with the given value will be created.Icon<Connector<T>>ConnectorImpl. getOrCreateIcon()If not already created, a newiconelement with the given value will be created.Icon<T>IconImpl. largeIcon(String largeIcon)Sets thelarge-iconelementIcon<T>IconImpl. removeLargeIcon()Removes thelarge-iconelementIcon<T>IconImpl. removeSmallIcon()Removes thesmall-iconelementIcon<T>IconImpl. smallIcon(String smallIcon)Sets thesmall-iconelement
-