Interface ObjectAction

    • Method Detail

      • getMenuFilter

        ObjectMenuFilter getMenuFilter()
        Get menu filter associated with the tool
      • setMenuFilter

        void setMenuFilter​(ObjectMenuFilter filter)
        Sets menu filter for the tool
      • getToolType

        int getToolType()
        Get tool type
      • isApplicableForNode

        boolean isApplicableForNode​(AbstractNode node)
        Check if this action is applicable to given node
        Parameters:
        node - node object
        Returns:
        true if applicable