Class AbstractResourceUndoAction

    • Constructor Detail

      • AbstractResourceUndoAction

        protected AbstractResourceUndoAction()
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Description copied from interface: UndoManager.UndoAction
        The description of the action will be used to determine grouping equality as well as for display purposes.
        Specified by:
        getDescription in interface UndoManager.UndoAction
      • actionSize

        protected abstract int actionSize()
      • objectKey

        protected abstract java.lang.String objectKey()
      • actionKey

        protected abstract java.lang.String actionKey()
      • extractProjectResources

        public static java.util.List<ProjectResource> extractProjectResources​(java.util.List<AbstractResourceNavTreeNode> nodes)
        Extracts the project resources (deep) contained in and beneath the nodes represented in the list.