Uses of Class
org.eclipse.nebula.widgets.opal.roundedtoolbar.RoundedToolItem
-
Packages that use RoundedToolItem Package Description org.eclipse.nebula.widgets.opal.roundedtoolbar -
-
Uses of RoundedToolItem in org.eclipse.nebula.widgets.opal.roundedtoolbar
Fields in org.eclipse.nebula.widgets.opal.roundedtoolbar with type parameters of type RoundedToolItem Modifier and Type Field Description private java.util.List<RoundedToolItem>RoundedToolbar. itemsMethods in org.eclipse.nebula.widgets.opal.roundedtoolbar that return RoundedToolItem Modifier and Type Method Description RoundedToolItemRoundedToolbar. getItem(int index)Returns the item at the given, zero-relative index in the receiver.RoundedToolItemRoundedToolbar. getItem(org.eclipse.swt.graphics.Point point)Returns the item at the given point in the receiver or null if no such item exists.RoundedToolItem[]RoundedToolbar. getItems()Returns an array ofRoundedToolItems which are the items in the receiver.Methods in org.eclipse.nebula.widgets.opal.roundedtoolbar with parameters of type RoundedToolItem Modifier and Type Method Description (package private) voidRoundedToolbar. addItem(RoundedToolItem roundedToolItem)Add an item to the toolbarintRoundedToolbar. indexOf(RoundedToolItem 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.(package private) voidRoundedToolbar. removeItem(RoundedToolItem roundedToolItem)Add an item to the toolbar
-