Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Class
org.eclipse.swt.custom.CTabItem

Packages that use CTabItem
org.eclipse.swt.custom SWT Custom widgets. 
org.eclipse.ui.views.properties.tabbed Provides the Tabbed Properties framework. 
 

Uses of CTabItem in org.eclipse.swt.custom
 

Methods in org.eclipse.swt.custom that return CTabItem
  CTabItem CTabFolder. getItem (int index)
          Return the tab that is located at the specified index.
  CTabItem CTabFolder. getItem ( Point pt)
          Gets the item at a point in the widget.
  CTabItem[] CTabFolder. getItems ()
          Return the tab items.
  CTabItem CTabFolder. getSelection ()
          Return the selected tab item, or null if there is no selection.
 

Methods in org.eclipse.swt.custom with parameters of type CTabItem
 int CTabFolder. indexOf ( CTabItem item)
          Return the index of the specified tab or -1 if the tab is not in the receiver.
 void CTabFolder. setInsertMark ( CTabItem item, boolean after)
          Display an insert marker before or after the specified tab item.
 void CTabFolder. setSelection ( CTabItem item)
          Set the selection to the tab at the specified item.
 void CTabFolder. showItem ( CTabItem item)
          Shows the item.
 

Uses of CTabItem in org.eclipse.ui.views.properties.tabbed
 

Methods in org.eclipse.ui.views.properties.tabbed that return CTabItem
  CTabItem TabbedPropertySheetWidgetFactory. createTabItem ( CTabFolder tabFolder, int style)
          Creates the tab item as a part of the tab folder.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire