public class ConnectionCreationToolEntry extends AbstractPaletteToolEntry implements IConnectionCreationToolEntry
Constructor and Description |
---|
ConnectionCreationToolEntry(java.lang.String label,
java.lang.String description,
java.lang.String iconId,
java.lang.String largeIconId)
Create a new
ConnectionCreationToolEntry . |
Modifier and Type | Method and Description |
---|---|
void |
addCreateConnectionFeature(ICreateConnectionFeature createFeature)
Adds a create feature to the tool.
|
java.util.List<IFeature> |
getCreateConnectionFeatures()
Gets the create connection features.
|
getDescription, getFeatures, getLargeIconId
getIconId, getLabel
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescription, getLargeIconId
getIconId, getLabel
public ConnectionCreationToolEntry(java.lang.String label, java.lang.String description, java.lang.String iconId, java.lang.String largeIconId)
ConnectionCreationToolEntry
.label
- the labeldescription
- the descriptioniconId
- the icon idlargeIconId
- the large icon idpublic void addCreateConnectionFeature(ICreateConnectionFeature createFeature)
createFeature
- the create featurepublic java.util.List<IFeature> getCreateConnectionFeatures()
getCreateConnectionFeatures
in interface IConnectionCreationToolEntry