Class GitCommitWizard

All Implemented Interfaces:
IExtendable, ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class GitCommitWizard extends WizardFrame
See Also:
  • Constructor Details

    • GitCommitWizard

      public GitCommitWizard(Project project)
  • Method Details

    • updateStatus

      public void updateStatus(org.eclipse.jgit.api.Status newStatus)
    • onAddAllToIndex

      public void onAddAllToIndex()
    • onAddToIndex

      public void onAddToIndex()
    • onRemoveAllFromIndex

      public void onRemoveAllFromIndex()
    • onRemoveFromIndex

      public void onRemoveFromIndex()
    • next

      protected void next()
      Overrides:
      next in class WizardFrame