Uses of Class
adams.gui.flow.menu.git.AbstractFlowEditorGitMenuItem
-
Packages that use AbstractFlowEditorGitMenuItem Package Description adams.gui.flow.menu adams.gui.flow.menu.git -
-
Uses of AbstractFlowEditorGitMenuItem in adams.gui.flow.menu
Fields in adams.gui.flow.menu with type parameters of type AbstractFlowEditorGitMenuItem Modifier and Type Field Description protected List<AbstractFlowEditorGitMenuItem>GitSubMenu. m_MenuItemsthe sub-menu items.Methods in adams.gui.flow.menu with parameters of type AbstractFlowEditorGitMenuItem Modifier and Type Method Description protected voidGitSubMenu. addMenuItem(AbstractFlowEditorGitMenuItem menuitem)Adds the menuitem to the sub-menu and the list of managed menuitems. -
Uses of AbstractFlowEditorGitMenuItem in adams.gui.flow.menu.git
Subclasses of AbstractFlowEditorGitMenuItem in adams.gui.flow.menu.git Modifier and Type Class Description classAddPerforms a "git add".classCommitPerforms a "git commit".classLogPerforms a "git log".classPullPerforms a "git pull".classPushPerforms a "git push".classResetSessionResets passwords etc.classRollbackPerforms a "git commit".
-