Interface FlowNodeSkinLookup

    • Method Detail

      • getById

        VNodeSkin getById​(SkinFactory skinFactory,
                          String globalId)
        Returns the skin of the specified node.
        Parameters:
        skinFactory - skin factory to search
        globalId - global id of the requested node
        Returns:
        the skin of the specified node or null if no such skin exists
      • getById

        ConnectionSkin<?> getById​(SkinFactory skinFactory,
                                  Connection c)
        Returns the skin of the specified connection.
        Parameters:
        skinFactory - skin factory to search
        c - global id of the requested node
        Returns:
        the skin of the specified connection or null if no such skin exists