Class IconDTO


  • public class IconDTO
    extends org.osgi.dto.DTO
    A representation of an icon.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String resource
      The URL of the icon.
      java.lang.Integer size
      The horizontal size of the image in pixel.
    • Constructor Summary

      Constructors 
      Constructor Description
      IconDTO()  
    • Method Summary

      • Methods inherited from class org.osgi.dto.DTO

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • resource

        public java.lang.String resource
        The URL of the icon.

        If the URL does not contain a scheme, the URL must be interpreted as relative to the bundle. Must not be null.

      • size

        public java.lang.Integer size
        The horizontal size of the image in pixel.

        If it is not specified this field must be null.

    • Constructor Detail

      • IconDTO

        public IconDTO()