Interface Mode

  • All Known Implementing Classes:
    ModalDocument

    public interface Mode
    Interface for attaching a DocumentMode on a Document.
    Version:
    $Id$
    Author:
    hsivonen
    • Method Detail

      • getMode

        DocumentMode getMode()
        Returns the mode.
        Returns:
        the mode
      • setMode

        void setMode​(DocumentMode mode)
        Sets the mode.
        Parameters:
        mode - the mode to set