Interface ToolSource

  • All Known Subinterfaces:
    ContextMenuEvent

    public interface ToolSource
    This interface represents the tool that is the source of an object.
    • Method Detail

      • isFromTool

        boolean isFromTool​(ToolType... toolType)
        This method is used to determine whether this tool source is from a specified tool.
        Parameters:
        toolType - The tool types to check.
        Returns:
        Returns true if this tool source is from any of the specified tool types.