Class AbstractPrototype

    • Constructor Detail

      • AbstractPrototype

        public AbstractPrototype()
        Default constructor.
      • AbstractPrototype

        public AbstractPrototype​(java.lang.String label)
        Label constructor.
        Parameters:
        label - The text of the label, or null if there should be no label.
      • AbstractPrototype

        public AbstractPrototype​(java.lang.String label,
                                 java.net.URI icon)
        Label and icon constructor.
        Parameters:
        label - The text of the label, or null if there should be no label.
        icon - The icon URI, which may be a resource URI, or null if there is no icon URI.