JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.csstudio.opibuilder.widgets.editparts.TabItem
Packages that use
TabItem
Package
Description
org.csstudio.opibuilder.widgets.editparts
org.csstudio.opibuilder.widgets.model
Uses of
TabItem
in
org.csstudio.opibuilder.widgets.editparts
Methods in
org.csstudio.opibuilder.widgets.editparts
that return
TabItem
Modifier and Type
Method
Description
TabItem
TabItem.
getCopy
()
TabItem
TabEditPart.
getTabItem
(int tabIndex)
Methods in
org.csstudio.opibuilder.widgets.editparts
with parameters of type
TabItem
Modifier and Type
Method
Description
void
TabEditPart.
addTab
(int index,
TabItem
tabItem)
Add a TabItem to the index;
Uses of
TabItem
in
org.csstudio.opibuilder.widgets.model
Methods in
org.csstudio.opibuilder.widgets.model
with parameters of type
TabItem
Modifier and Type
Method
Description
void
TabModel.
addTab
(int index,
TabItem
tabItem)
Add a TabItem to the index;
void
TabModel.ITabItemHandler.
addTab
(int index,
TabItem
tabItem)