public class Create extends PaletteEntry
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
createName |
Element |
prototype
Prototype element from which all new ones are cloned, during create.
|
action, name, normal, selectedpublic static final java.lang.String createName
public final Element prototype
public Create(java.lang.String createName,
javax.swing.Icon normal,
javax.swing.Icon selected,
Element prototype)
createName - name to use, which embeds the prototype object's name for uniquenessnormal - normal icon to draw.selected - selected icon to drawprototype - Element to use for prototype.