Uses of Class
org.csstudio.opibuilder.widgets.editparts.TabEditPart
Packages that use TabEditPart
-
Uses of TabEditPart in org.csstudio.opibuilder.widgets.actions
Methods in org.csstudio.opibuilder.widgets.actions that return TabEditPartModifier 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.Constructors in org.csstudio.opibuilder.widgets.actions with parameters of type TabEditPartModifierConstructorDescriptionAddTabCommand
(TabEditPart tabEditPart, boolean before) ChangeTabIndexCommand
(TabEditPart tabEditPart, int newIndex) DuplicateTabCommand
(TabEditPart tabEditPart) RemoveTabCommand
(TabEditPart tabEditPart)