Uses of Class
org.csstudio.opibuilder.widgets.editparts.TabEditPart
-
Uses of TabEditPart in org.csstudio.opibuilder.widgets.actions
Modifier and TypeMethodDescriptionprotected final TabEditPart
AddTabAfterAction.getSelectedTabWidget()
Gets the widget models of all currently selected EditParts.protected final TabEditPart
AddTabBeforeAction.getSelectedTabWidget()
Gets the widget models of all currently selected EditParts.protected final TabEditPart
ChangeTabIndexAction.getSelectedTabWidget()
Gets the widget models of all currently selected EditParts.protected final TabEditPart
DuplicateTabAction.getSelectedTabWidget()
Gets the widget models of all currently selected EditParts.protected final TabEditPart
RemoveTabAction.getSelectedTabWidget()
Gets the widget models of all currently selected EditParts.ModifierConstructorDescriptionAddTabCommand
(TabEditPart tabEditPart, boolean before) ChangeTabIndexCommand
(TabEditPart tabEditPart, int newIndex) DuplicateTabCommand
(TabEditPart tabEditPart) RemoveTabCommand
(TabEditPart tabEditPart)