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