Class VersionControlCheckInAction

All Implemented Interfaces:
DockingActionIf, HelpDescriptor

public class VersionControlCheckInAction extends VersionControlAction
Action to check-in domain files to the repository.
  • Constructor Details

    • VersionControlCheckInAction

      public VersionControlCheckInAction(Plugin plugin, Component parent)
      Creates an action to check-in domain files to the repository.
      Parameters:
      plugin - the plug-in that owns this action.
      parent - the component to be used as the parent of the check-in dialog.
  • Method Details