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, getLargeIconId
getIconId, getLabel
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescription, getLargeIconId
getIconId, getLabel
public 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