com.exadel.vpe.editor.toolbar
Interface IItems

All Known Implementing Classes:
ToolItemDescriptor

public interface IItems

Author:
Erick Created on 14.07.2005 This interface is the descriptor for the ToolItem to insert them in to the menu bar

Method Summary
 org.eclipse.swt.graphics.Image getItemImage()
           
 java.lang.String getItemToolTip()
           
 org.eclipse.swt.widgets.Listener[] getListeners()
           
 int getSize()
           
 boolean isInsertable()
           
 boolean isToolItem()
           
 

Method Detail

getListeners

public org.eclipse.swt.widgets.Listener[] getListeners()

getSize

public int getSize()

isInsertable

public boolean isInsertable()

getItemImage

public org.eclipse.swt.graphics.Image getItemImage()

getItemToolTip

public java.lang.String getItemToolTip()

isToolItem

public boolean isToolItem()