Uses of Class
com.tensegrity.gui.swt.repository.AbstractSwtRepositoryItem

Packages that use AbstractSwtRepositoryItem
com.tensegrity.gui.swt.control.panels   
com.tensegrity.gui.swt.repository   
com.tensegrity.skeleton.container.swt   
 

Uses of AbstractSwtRepositoryItem in com.tensegrity.gui.swt.control.panels
 

Methods in com.tensegrity.gui.swt.control.panels that return AbstractSwtRepositoryItem
 AbstractSwtRepositoryItem SwtSlidePanelContent.addItem(java.lang.String poolElementName, java.lang.String tooltip, java.lang.String uiMapValue, int iconWidth, int iconHeight)
          Deprecated. Adds the specified repository item to the content.
 AbstractSwtRepositoryItem SwtSlidePanelContent.addCommandItem(Command cmd, java.lang.String tooltip, java.lang.String uiMapValue, int iconWidth, int iconHeight)
          Deprecated. Adds the specified repository item to the content.
 AbstractSwtRepositoryItem SwtSlidePanelContent.addItem(java.lang.String poolElementName, java.lang.String tooltip, java.lang.String uiMapValue, java.lang.String iconPath, java.lang.Class resourceClass, int iconWidth, int iconHeight)
          Deprecated. Adds the specified repository item to the content.
 AbstractSwtRepositoryItem SwtSlidePanelContent.addCommandItem(Command cmd, java.lang.String tooltip, java.lang.String uiMapValue, java.lang.String iconPath, java.lang.Class resourceClass, int iconWidth, int iconHeight)
          Deprecated. Adds the specified repository item to the content.
 

Uses of AbstractSwtRepositoryItem in com.tensegrity.gui.swt.repository
 

Subclasses of AbstractSwtRepositoryItem in com.tensegrity.gui.swt.repository
 class ActionSwtRepositoryItem
           An ActionSwtRepositoryItem is a AbstractSwtRepositoryItem which can perform a given action (i.e. perform a Command) upon a left or right mouse click.
 class VisualGraphObjectSwtRepositoryItem
           The VisualGraphObjectSwtRepositoryItem is used to display a VisualGraphObject in an SWT context.
 

Uses of AbstractSwtRepositoryItem in com.tensegrity.skeleton.container.swt
 

Methods in com.tensegrity.skeleton.container.swt that return AbstractSwtRepositoryItem
 AbstractSwtRepositoryItem SwtRepositoryContent.addItem(java.lang.String poolElementName, java.lang.String tooltip, org.eclipse.swt.graphics.Point iconSize)
          Adds the specified repository item to the content.
 AbstractSwtRepositoryItem SwtRepositoryContent.addCommandItem(Command cmd, java.lang.String tooltip, org.eclipse.swt.graphics.Point iconSize)
          Adds the specified repository item to the content.
 AbstractSwtRepositoryItem SwtRepositoryContent.addItem(java.lang.String poolElementName, java.lang.String tooltip, java.lang.String iconPath, java.lang.Class resourceClass, org.eclipse.swt.graphics.Point iconSize)
          Adds the specified repository item to the content.
 AbstractSwtRepositoryItem SwtRepositoryContent.addCommandItem(Command cmd, java.lang.String tooltip, java.lang.String iconPath, java.lang.Class resourceClass, org.eclipse.swt.graphics.Point iconSize)
          Adds the specified repository item to the content.
 



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.