Class SelectionHandlesEditPolicy

    • Field Detail

      • handles

        protected java.util.List handles
        the List of handles
    • Constructor Detail

      • SelectionHandlesEditPolicy

        public SelectionHandlesEditPolicy()
    • Method Detail

      • addSelectionHandles

        protected void addSelectionHandles()
        Adds the handles to the handle layer.
      • createSelectionHandles

        protected abstract java.util.List createSelectionHandles()
        Subclasses must implement to provide the list of handles.
        Returns:
        List of handles; cannot be null
      • removeSelectionHandles

        protected void removeSelectionHandles()
        removes the selection handles from the selection layer.