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, getLargeIconIdgetIconId, getLabelequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getLargeIconIdgetIconId, getLabelpublic 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