Class ActionBarSpinnerItem
- java.lang.Object
- 
- com._1c.g5.v8.dt.common.ui.controls.ActionBarSpinnerItem
 
- 
- All Implemented Interfaces:
- IActionBarItem
 
 public class ActionBarSpinnerItem extends Object implements IActionBarItem 
- 
- 
Constructor SummaryConstructors Constructor Description ActionBarSpinnerItem(org.eclipse.swt.widgets.Composite parent, String name, int style)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddActionListener(IActionListener listener)Adds action listener to the item.org.eclipse.swt.widgets.ControlgetControl()Gets the control associated with the item to perform actiob bar processing (like layouts) on it.StringgetId()Gets the indetifier of the action bar item.voidremoveActionListener(IActionListener listener)Removes action listener from the item.voidsetImage(org.eclipse.swt.graphics.Image image)Sets the image decorator for the item.voidsetToolTipText(String toolTip)Sets the tooltip text for the itme.
 
- 
- 
- 
Constructor Detail- 
ActionBarSpinnerItempublic ActionBarSpinnerItem(org.eclipse.swt.widgets.Composite parent, String name, int style)
 
- 
 - 
Method Detail- 
addActionListenerpublic void addActionListener(IActionListener listener) Description copied from interface:IActionBarItemAdds action listener to the item.- Specified by:
- addActionListenerin interface- IActionBarItem
- Parameters:
- listener- The listener to add.
 
 - 
removeActionListenerpublic void removeActionListener(IActionListener listener) Description copied from interface:IActionBarItemRemoves action listener from the item.- Specified by:
- removeActionListenerin interface- IActionBarItem
- Parameters:
- listener- The listener to remove.
 
 - 
getControlpublic org.eclipse.swt.widgets.Control getControl() Description copied from interface:IActionBarItemGets the control associated with the item to perform actiob bar processing (like layouts) on it.- Specified by:
- getControlin interface- IActionBarItem
- Returns:
- The control associated with widget.
 
 - 
setImagepublic void setImage(org.eclipse.swt.graphics.Image image) Description copied from interface:IActionBarItemSets the image decorator for the item.- Specified by:
- setImagein interface- IActionBarItem
- Parameters:
- image- Image to set.
 
 - 
setToolTipTextpublic void setToolTipText(String toolTip) Description copied from interface:IActionBarItemSets the tooltip text for the itme.- Specified by:
- setToolTipTextin interface- IActionBarItem
- Parameters:
- toolTip- Text to set.
 
 - 
getIdpublic String getId() Description copied from interface:IActionBarItemGets the indetifier of the action bar item.- Specified by:
- getIdin interface- IActionBarItem
- Returns:
- The identifier of the button.
 
 
- 
 
-