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_MenuItems
the sub-menu items.Methods in adams.gui.flow.menu with parameters of type AbstractFlowEditorGitMenuItem Modifier and Type Method Description protected void
GitSubMenu. 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 class
Add
Performs a "git add".class
Commit
Performs a "git commit".class
Log
Performs a "git log".class
Pull
Performs a "git pull".class
Push
Performs a "git push".class
ResetSession
Resets passwords etc.class
Rollback
Performs a "git commit".
-