Class GTFrameTools.ModelChangeRequest

    • Method Detail

      • setUndoable

        public void setUndoable​(boolean undoable)
      • _execute

        protected void _execute()
                         throws java.lang.Exception
        Description copied from class: ChangeRequest
        Execute the change. Derived classes must implement this method. Any exception may be thrown if the change fails.
        Specified by:
        _execute in class ChangeRequest
        Throws:
        java.lang.Exception - If the change fails.