Uses of Class
org.eclipse.swt.widgets.Item
-
Packages that use Item Package Description org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines.org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets.org.eclipse.swt.custom SWT Custom widgets.org.eclipse.swt.widgets SWT widget public API classes.org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface.org.eclipse.ui.navigator Provides the Common Navigator framework. -
-
Uses of Item in org.eclipse.jface.action
Methods in org.eclipse.jface.action that return Item Modifier and Type Method Description protected ItemMenuManager. getMenuItem(int index)Get an item from the implementation's widget.protected Item[]MenuManager. getMenuItems()Get all the items from the implementation's widget. -
Uses of Item in org.eclipse.jface.viewers
Methods in org.eclipse.jface.viewers that return Item Modifier and Type Method Description protected abstract ItemAbstractTableViewer. doGetItem(int index)Returns the item at the given, zero-relative index in the receiver.protected ItemTableViewer. doGetItem(int index)protected abstract Item[]AbstractTableViewer. doGetItems()Returns a (possibly empty) array of TableItems which are the items in the receiver.protected Item[]TableViewer. doGetItems()protected abstract Item[]AbstractTableViewer. doGetSelection()Returns an array ofItemthat are currently selected in the receiver.protected Item[]TableViewer. doGetSelection()protected ItemAbstractTreeViewer. getChild(Widget widget, int index)Get the child for the widget at index.protected ItemTreeViewer. getChild(Widget widget, int index)protected abstract Item[]AbstractTreeViewer. getChildren(Widget widget)Returns the SWT child items for the given SWT widget.Item[]AbstractTreeViewer. getChildren(Widget widget, Object[] elementChildren)Deprecated.This method was inadvertently released as API but is not intended to be called by clients.protected Item[]TreeViewer. getChildren(Widget o)protected ItemColumnViewer. getItem(int x, int y)protected ItemStructuredViewer. getItem(int x, int y)Deprecated.This method is deprecated in 3.3 in favor ofColumnViewer.getItemAt(org.eclipse.swt.graphics.Point).protected ItemAbstractTreeViewer. getItemAt(Point point)This implementation ofAbstractTreeViewer.getItemAt(Point)returns null to ensure API backwards compatibility.protected abstract ItemColumnViewer. getItemAt(Point point)Returns theItemat the given widget-relative coordinates, ornullif there is no item at the given coordinates.protected ItemTableViewer. getItemAt(Point p)protected ItemTreeViewer. getItemAt(Point p)protected abstract Item[]AbstractTreeViewer. getItems(Item item)Returns the child items of the given SWT item.protected Item[]TreeViewer. getItems(Item item)protected ItemAbstractTreeViewer. getNextItem(Item item, boolean includeChildren)Returns the item after the given item in the tree, ornullif there is no next item.protected abstract ItemAbstractTreeViewer. getParentItem(Item item)Returns the parent item of the given item in the tree, ornullif there is no parent item.protected ItemTreeViewer. getParentItem(Item item)protected ItemAbstractTreeViewer. getPreviousItem(Item item)Returns the item before the given item in the tree, ornullif there is no previous item.protected abstract Item[]AbstractTreeViewer. getSelection(Control control)Returns all selected items for the given SWT control.protected Item[]TreeViewer. getSelection(Control widget)protected abstract ItemAbstractTreeViewer. newItem(Widget parent, int style, int index)Creates a new item.protected ItemTreeViewer. newItem(Widget parent, int flags, int ix)ItemAbstractTreeViewer. scrollDown(int x, int y)ItemViewer. scrollDown(int x, int y)Scrolls the viewer's control down by one item from the given display-relative coordinates.ItemAbstractTreeViewer. scrollUp(int x, int y)ItemViewer. scrollUp(int x, int y)Scrolls the viewer's control up by one item from the given display-relative coordinates.Methods in org.eclipse.jface.viewers with parameters of type Item Modifier and Type Method Description protected voidAbstractTreeViewer. associate(Object element, Item item)protected voidStructuredViewer. associate(Object element, Item item)Associates the given element with the given widget.voidStructuredViewerInternals.AssociateListener. associate(Object element, Item item)Call when an element is associated with an Itemprotected voidAbstractTreeViewer. disassociate(Item item)TheAbstractTreeViewerimplementation of this method also recurses over children of the corresponding element.protected voidStructuredViewer. disassociate(Item item)Disassociates the given SWT item from its corresponding element.voidStructuredViewerInternals.AssociateListener. disassociate(Item item)Called when an Item is no longer associatedprotected voidTreeViewer. disassociate(Item item)protected abstract intAbstractTableViewer. doIndexOf(Item item)Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.protected intTableViewer. doIndexOf(Item item)protected abstract voidAbstractTableViewer. doResetItem(Item item)Resets the given item in the receiver.protected voidTableViewer. doResetItem(Item item)protected abstract voidAbstractTableViewer. doSetSelection(Item[] items)Sets the receiver's selection to be the given array of items.protected voidTableViewer. doSetSelection(Item[] items)protected abstract voidAbstractTableViewer. doShowItem(Item item)Shows the item.protected voidTableViewer. doShowItem(Item item)protected voidAbstractTreeViewer. doUpdateItem(Item item, Object element)Copies the attributes of the given element into the given SWT item.protected voidCheckboxTreeViewer. doUpdateItem(Item item, Object element)protected RectangleViewerDropAdapter. getBounds(Item item)Returns the bounds of the given SWT tree or table item.protected abstract booleanAbstractTreeViewer. getExpanded(Item item)Returns whether the given SWT item is expanded or collapsed.protected booleanTreeViewer. getExpanded(Item item)protected abstract intAbstractTreeViewer. getItemCount(Item item)Returns the number of child items of the given SWT item.protected intTreeViewer. getItemCount(Item item)protected abstract Item[]AbstractTreeViewer. getItems(Item item)Returns the child items of the given SWT item.protected Item[]TreeViewer. getItems(Item item)protected ItemAbstractTreeViewer. getNextItem(Item item, boolean includeChildren)Returns the item after the given item in the tree, ornullif there is no next item.protected abstract ItemAbstractTreeViewer. getParentItem(Item item)Returns the parent item of the given item in the tree, ornullif there is no parent item.protected ItemTreeViewer. getParentItem(Item item)protected ItemAbstractTreeViewer. getPreviousItem(Item item)Returns the item before the given item in the tree, ornullif there is no previous item.protected TreePathAbstractTreeViewer. getTreePathFromItem(Item item)Returns the tree path for the given item.protected booleanAbstractTreeViewer. isSameSelection(List<Item> items, Item[] current)Returnstrueif the given list and array of items refer to the same model elements.protected voidCheckboxTreeViewer. setCheckedChildren(Item item, boolean state)Sets the checked state for the children of the given item.protected abstract voidColumnViewerEditor. setEditor(Control w, Item item, int fColumnNumber)Position the editor inside the controlprotected voidTableViewerEditor. setEditor(Control w, Item item, int columnNumber)protected voidTreeViewerEditor. setEditor(Control w, Item item, int fColumnNumber)protected abstract voidAbstractTreeViewer. setExpanded(Item item, boolean expand)Sets the expand state of the given item.protected voidTreeViewer. setExpanded(Item node, boolean expand)protected abstract voidAbstractTreeViewer. showItem(Item item)Shows the given item.protected voidTreeViewer. showItem(Item item)protected voidAbstractTreeViewer. updatePlus(Item item, Object element)Updates the "+"/"-" icon of the tree node from the given element.protected voidTreeViewer. updatePlus(Item item, Object element)Method parameters in org.eclipse.jface.viewers with type arguments of type Item Modifier and Type Method Description protected booleanAbstractTreeViewer. isSameSelection(List<Item> items, Item[] current)Returnstrueif the given list and array of items refer to the same model elements.protected abstract voidAbstractTreeViewer. setSelection(List<Item> items)Sets the selection to the given list of items.protected voidTreeViewer. setSelection(List<Item> items) -
Uses of Item in org.eclipse.swt.custom
Subclasses of Item in org.eclipse.swt.custom Modifier and Type Class Description classCTabItemInstances of this class represent a selectable user interface object that represent a page in a notebook widget. -
Uses of Item in org.eclipse.swt.widgets
Subclasses of Item in org.eclipse.swt.widgets Modifier and Type Class Description classCoolItemInstances of this class are selectable user interface objects that represent the dynamically positionable areas of aCoolBar.classExpandItemInstances of this class represent a selectable user interface object that represents a expandable item in a expand bar.classMenuItemInstances of this class represent a selectable user interface object that issues notification when pressed and released.classTabItemInstances of this class represent a selectable user interface object corresponding to a tab for a page in a tab folder.classTableColumnInstances of this class represent a column in a table widget.classTableItemInstances of this class represent a selectable user interface object that represents an item in a table.classTaskItemInstances of this class represent a task item.classToolItemInstances of this class represent a selectable user interface object that represents a button in a tool bar.classTrayItemInstances of this class represent icons that can be placed on the system tray or task bar status area.classTreeColumnInstances of this class represent a column in a tree widget.classTreeItemInstances of this class represent a selectable user interface object that represents a hierarchy of tree items in a tree widget. -
Uses of Item in org.eclipse.ui.dialogs
Methods in org.eclipse.ui.dialogs with parameters of type Item Modifier and Type Method Description protected voidContainerCheckedTreeViewer. setExpanded(Item item, boolean expand) -
Uses of Item in org.eclipse.ui.navigator
Methods in org.eclipse.ui.navigator with parameters of type Item Modifier and Type Method Description voidICommonViewerMapper. addToMap(Object element, Item item)Adds a new item to the map.RectangleCommonDropAdapter. getBounds(Item item)voidICommonViewerMapper. removeFromMap(Object element, Item item)Removes an element from the map.
-