Uses of Class
org.eclipse.swt.widgets.CoolItem
Packages that use CoolItem
-
Uses of CoolItem in org.eclipse.swt.widgets
Fields in org.eclipse.swt.widgets declared as CoolItemModifier and TypeFieldDescription(package private) CoolItemCoolBar.dragging(package private) CoolItem[][]CoolBar.items(package private) CoolItem[]CoolBar.originalItemsMethods in org.eclipse.swt.widgets that return CoolItemModifier and TypeMethodDescription(package private) CoolItemCoolBar.getGrabbedItem(int x, int y) CoolBar.getItem(int index) Returns the item that is currently displayed at the given, zero-relative index.CoolItem[]CoolBar.getItems()Returns an array ofCoolItems in the order in which they are currently being displayed.Methods in org.eclipse.swt.widgets with parameters of type CoolItemModifier and TypeMethodDescription(package private) voidCoolBar.createItem(CoolItem item, int index) (package private) voidCoolBar.destroyItem(CoolItem item) (package private) PointintSearches the receiver's items in the order they are currently being displayed, 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.(package private) booleanCoolBar.insertItemIntoRow(CoolItem item, int rowIndex, int x_root) Insert the item into the row.(package private) void(package private) void(package private) void(package private) void(package private) booleanCoolBar.removeItemFromRow(CoolItem item, int rowIndex, boolean disposed) Remove the item from the row.