Uses of Interface
org.jboss.shrinkwrap.descriptor.api.j2ee14.IconType
-
Packages that use IconType Package Description org.jboss.shrinkwrap.descriptor.api.connector15 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.api.j2ee14 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.connector15 Provides the implementation classes as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.j2ee14 Provides the implementation classes as defined in the schema -
-
Uses of IconType in org.jboss.shrinkwrap.descriptor.api.connector15
Methods in org.jboss.shrinkwrap.descriptor.api.connector15 that return IconType Modifier and Type Method Description IconType<ConnectorDescriptor>ConnectorDescriptor. createIcon()Creates a newiconelementIconType<ConnectorType<T>>ConnectorType. createIcon()Creates a newiconelementIconType<ConnectorDescriptor>ConnectorDescriptor. getOrCreateIcon()If not already created, a newiconelement will be created and returned.IconType<ConnectorType<T>>ConnectorType. getOrCreateIcon()If not already created, a newiconelement will be created and returned.Methods in org.jboss.shrinkwrap.descriptor.api.connector15 that return types with arguments of type IconType Modifier and Type Method Description List<IconType<ConnectorDescriptor>>ConnectorDescriptor. getAllIcon()Returns alliconelementsList<IconType<ConnectorType<T>>>ConnectorType. getAllIcon()Returns alliconelements -
Uses of IconType in org.jboss.shrinkwrap.descriptor.api.j2ee14
Methods in org.jboss.shrinkwrap.descriptor.api.j2ee14 that return IconType Modifier and Type Method Description IconType<ListenerType<T>>ListenerType. createIcon()Creates a newiconelementIconType<MessageDestinationType<T>>MessageDestinationType. createIcon()Creates a newiconelementIconType<ListenerType<T>>ListenerType. getOrCreateIcon()If not already created, a newiconelement will be created and returned.IconType<MessageDestinationType<T>>MessageDestinationType. getOrCreateIcon()If not already created, a newiconelement will be created and returned.IconType<T>IconType. id(String id)Sets theidattributeIconType<T>IconType. largeIcon(String largeIcon)Sets thelarge-iconelementIconType<T>IconType. removeId()Removes theidattributeIconType<T>IconType. removeLargeIcon()Removes thelarge-iconelementIconType<T>IconType. removeSmallIcon()Removes thesmall-iconelementIconType<T>IconType. smallIcon(String smallIcon)Sets thesmall-iconelementMethods in org.jboss.shrinkwrap.descriptor.api.j2ee14 that return types with arguments of type IconType Modifier and Type Method Description List<IconType<ListenerType<T>>>ListenerType. getAllIcon()Returns alliconelementsList<IconType<MessageDestinationType<T>>>MessageDestinationType. getAllIcon()Returns alliconelements -
Uses of IconType in org.jboss.shrinkwrap.descriptor.impl.connector15
Methods in org.jboss.shrinkwrap.descriptor.impl.connector15 that return IconType Modifier and Type Method Description IconType<ConnectorDescriptor>ConnectorDescriptorImpl. createIcon()Creates a newiconelementIconType<ConnectorType<T>>ConnectorTypeImpl. createIcon()Creates a newiconelementIconType<ConnectorDescriptor>ConnectorDescriptorImpl. getOrCreateIcon()If not already created, a newiconelement will be created and returned.IconType<ConnectorType<T>>ConnectorTypeImpl. getOrCreateIcon()If not already created, a newiconelement will be created and returned.Methods in org.jboss.shrinkwrap.descriptor.impl.connector15 that return types with arguments of type IconType Modifier and Type Method Description List<IconType<ConnectorDescriptor>>ConnectorDescriptorImpl. getAllIcon()Returns alliconelementsList<IconType<ConnectorType<T>>>ConnectorTypeImpl. getAllIcon()Returns alliconelements -
Uses of IconType in org.jboss.shrinkwrap.descriptor.impl.j2ee14
Classes in org.jboss.shrinkwrap.descriptor.impl.j2ee14 that implement IconType Modifier and Type Class Description classIconTypeImpl<T>This class implements theiconTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.j2ee14 that return IconType Modifier and Type Method Description IconType<ListenerType<T>>ListenerTypeImpl. createIcon()Creates a newiconelementIconType<MessageDestinationType<T>>MessageDestinationTypeImpl. createIcon()Creates a newiconelementIconType<ListenerType<T>>ListenerTypeImpl. getOrCreateIcon()If not already created, a newiconelement will be created and returned.IconType<MessageDestinationType<T>>MessageDestinationTypeImpl. getOrCreateIcon()If not already created, a newiconelement will be created and returned.IconType<T>IconTypeImpl. id(String id)Sets theidattributeIconType<T>IconTypeImpl. largeIcon(String largeIcon)Sets thelarge-iconelementIconType<T>IconTypeImpl. removeId()Removes theidattributeIconType<T>IconTypeImpl. removeLargeIcon()Removes thelarge-iconelementIconType<T>IconTypeImpl. removeSmallIcon()Removes thesmall-iconelementIconType<T>IconTypeImpl. smallIcon(String smallIcon)Sets thesmall-iconelementMethods in org.jboss.shrinkwrap.descriptor.impl.j2ee14 that return types with arguments of type IconType Modifier and Type Method Description List<IconType<ListenerType<T>>>ListenerTypeImpl. getAllIcon()Returns alliconelementsList<IconType<MessageDestinationType<T>>>MessageDestinationTypeImpl. getAllIcon()Returns alliconelements
-