Interface LockedFigure

All Superinterfaces:
Figure, PropertyBean, StyleableBean, StyleablePropertyBean, TreeNode<Figure>
All Known Implementing Classes:
ClippingFigure

public interface LockedFigure extends Figure
Interface for figures which are always locked.
Author:
Werner Randelshofer
  • Method Details

    • isEditable

      default boolean isEditable()
      Whether this figure is not locked and all its parents are editable.
      Specified by:
      isEditable in interface Figure
      Returns:
      false
    • isDeletable

      default boolean isDeletable()
      Whether the figure is not locked and all its parents are editable.
      Specified by:
      isDeletable in interface Figure
      Returns:
      false
    • isSelectable

      default boolean isSelectable()
      Whether the figure is not locked and all its parents are editable.
      Specified by:
      isSelectable in interface Figure
      Returns:
      false