Class ConnectionCreationToolEntry

    • Constructor Detail

      • ConnectionCreationToolEntry

        public ConnectionCreationToolEntry​(java.lang.String label,
                                           java.lang.String description,
                                           java.lang.String iconId,
                                           java.lang.String largeIconId)
        Parameters:
        label - the label
        description - the description
        iconId - the icon id
        largeIconId - the large icon id
    • Method Detail

      • addCreateConnectionFeature

        public void addCreateConnectionFeature​(ICreateConnectionFeature createFeature)
        Adds a create feature to the tool. you have to provide at least one. If several features are added the tool will display a popup menu after connection creation which lets the user choose between all features which canExecute.
        Parameters:
        createFeature - the create feature