Interface Cuttable

All Known Implementing Classes:
DataTreeNode, DomainFileNode, DomainFolderNode, DomainFolderRootNode

public interface Cuttable
Cuttable associated with an element which supports cut/paste operation
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if node will be cut and moved.
    void
    setIsCut(boolean isCut)
    Set this node to be deleted so that it can be rendered as such.
  • Method Details

    • setIsCut

      void setIsCut(boolean isCut)
      Set this node to be deleted so that it can be rendered as such.
      Parameters:
      isCut - true if node will be cut and moved
    • isCut

      boolean isCut()
      Returns true if node will be cut and moved.
      Returns:
      true if node will be cut and moved