Interface TreePopupAction

    • Method Detail

      • keyStrokeApplies

        boolean keyStrokeApplies​(KeyStroke ks)
        Checks whether the keystroke matches.
        Parameters:
        ks - the keystroke to match
        Returns:
        true if a match
      • addUndoPoint

        void addUndoPoint​(String comment)
        Adds an undo point with the given comment.
        Parameters:
        comment - the comment for the undo point