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 TabEditPartAddTabAfterAction.getSelectedTabWidget()Gets the widget models of all currently selected EditParts.protected final TabEditPartAddTabBeforeAction.getSelectedTabWidget()Gets the widget models of all currently selected EditParts.protected final TabEditPartChangeTabIndexAction.getSelectedTabWidget()Gets the widget models of all currently selected EditParts.protected final TabEditPartDuplicateTabAction.getSelectedTabWidget()Gets the widget models of all currently selected EditParts.protected final TabEditPartRemoveTabAction.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)