Interface GrabHandleFactory

  • All Known Implementing Classes:
    BasicGrabHandleFactory

    public interface GrabHandleFactory
    A factory so that a client can create grab handles without knowing anything about their implementation.
    Version:
    $Id$
    Author:
    Michael Shilman
    • Method Detail

      • createGrabHandle

        GrabHandle createGrabHandle​(Site s)
        Create a grab-handle that is attached to the given site. The grab-handle will be located so that its attachment point is at the site.