|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Item | |
---|---|
org.eclipse.ercp.swt.mobile | SWT Mobile Extensions Package Specification This package contains classes which are suitable for mobile devices. |
org.eclipse.jface.viewers | Provides a framework for viewers, which are model-based content adapters for SWT widgets. |
org.eclipse.swt.widgets | SWT widget public API classes. |
Uses of Item in org.eclipse.ercp.swt.mobile |
---|
Subclasses of Item in org.eclipse.ercp.swt.mobile | |
---|---|
class |
Command
Command is a metaphor that represents a general action. |
Uses of Item in org.eclipse.jface.viewers |
---|
Methods in org.eclipse.jface.viewers that return Item | |
---|---|
protected Item |
AbstractTreeViewer.getChild(Widget widget,
int index)
Get the child for the widget at index. |
protected Item |
TreeViewer.getChild(Widget widget,
int index)
|
protected abstract Item[] |
AbstractTreeViewer.getChildren(Widget widget)
Returns the SWT child items for the given SWT widget. |
protected Item[] |
TreeViewer.getChildren(Widget o)
|
protected Item |
StructuredViewer.getItem(int x,
int y)
Returns the item at the given display-relative coordinates, or null if there is no item at that location. |
protected Item |
TreeViewer.getItem(int x,
int y)
|
protected abstract Item[] |
AbstractTreeViewer.getItems(Item item)
Returns the child items of the given SWT item. |
protected Item[] |
TreeViewer.getItems(Item item)
|
protected Item |
AbstractTreeViewer.getNextItem(Item item,
boolean includeChildren)
Returns the item after the given item in the tree, or null
if there is no next item. |
protected abstract Item |
AbstractTreeViewer.getParentItem(Item item)
Returns the parent item of the given item in the tree, or null
if there is no parent item. |
protected Item |
TreeViewer.getParentItem(Item item)
|
protected Item |
AbstractTreeViewer.getPreviousItem(Item item)
Returns the item before the given item in the tree, or null
if 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 Item |
AbstractTreeViewer.newItem(Widget parent,
int style,
int index)
Creates a new item. |
protected Item |
TreeViewer.newItem(Widget parent,
int flags,
int ix)
|
Item |
AbstractTreeViewer.scrollDown(int x,
int y)
|
Item |
Viewer.scrollDown(int x,
int y)
Scrolls the viewer's control down by one item from the given display-relative coordinates. |
Item |
AbstractTreeViewer.scrollUp(int x,
int y)
|
Item |
Viewer.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 | |
---|---|
protected void |
AbstractTreeViewer.associate(java.lang.Object element,
Item item)
|
protected void |
StructuredViewer.associate(java.lang.Object element,
Item item)
Associates the given element with the given widget. |
protected void |
AbstractTreeViewer.disassociate(Item item)
The AbstractTreeViewer implementation of this method also
recurses over children of the corresponding element. |
protected void |
StructuredViewer.disassociate(Item item)
Disassociates the given SWT item from its corresponding element. |
protected abstract void |
AbstractTreeViewer.doUpdateItem(Item item,
java.lang.Object element)
Copies the attributes of the given element into the given SWT item. |
protected void |
TreeViewer.doUpdateItem(Item item,
java.lang.Object element)
|
protected abstract boolean |
AbstractTreeViewer.getExpanded(Item item)
Returns whether the given SWT item is expanded or collapsed. |
protected boolean |
TreeViewer.getExpanded(Item item)
|
protected abstract int |
AbstractTreeViewer.getItemCount(Item item)
Returns the number of child items of the given SWT item. |
protected int |
TreeViewer.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 Item |
AbstractTreeViewer.getNextItem(Item item,
boolean includeChildren)
Returns the item after the given item in the tree, or null
if there is no next item. |
protected abstract Item |
AbstractTreeViewer.getParentItem(Item item)
Returns the parent item of the given item in the tree, or null
if there is no parent item. |
protected Item |
TreeViewer.getParentItem(Item item)
|
protected Item |
AbstractTreeViewer.getPreviousItem(Item item)
Returns the item before the given item in the tree, or null
if there is no previous item. |
protected boolean |
TreeViewer.isSameSelection(java.util.List items,
Item[] current)
Returns true if the given list and array of items refer to
the same model elements. |
protected abstract void |
AbstractTreeViewer.setExpanded(Item item,
boolean expand)
Sets the expand state of the given item. |
protected void |
TreeViewer.setExpanded(Item node,
boolean expand)
|
protected abstract void |
AbstractTreeViewer.showItem(Item item)
Shows the given item. |
protected void |
TreeViewer.showItem(Item item)
|
protected void |
AbstractTreeViewer.updatePlus(Item item,
java.lang.Object element)
Updates the "+"/"-" icon of the tree node from the given element. |
Uses of Item in org.eclipse.swt.widgets |
---|
Subclasses of Item in org.eclipse.swt.widgets | |
---|---|
class |
MenuItem
Instances of this class represent a selectable user interface object that issues notification when pressed and released. |
class |
TableColumn
Instances of this class represent a column in a table widget. |
class |
TableItem
Instances of this class represent a selectable user interface object that represents an item in a table. |
class |
TrayItem
Instances of this class represent icons that can be placed on the system tray or task bar status area. |
class |
TreeItem
Instances of this class represent a selectable user interface object that represents a hierarchy of tree items in a tree widget. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |