|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Template
Describes a template (available in a template library).
| Field Summary | |
|---|---|
static java.awt.datatransfer.DataFlavor |
fsaFlavor
The DataFlavor for an FSAModel. |
static java.lang.String |
TEMPLATE_DESC
The key to be used when a TemplateDescriptor is added as an
annotation. |
static java.awt.datatransfer.DataFlavor |
templateFlavor
The DataFlavor for a Template. |
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Retrieve the description of the template. |
EntityIcon |
getIcon()
Retrieve the icon of the template. |
ides.api.model.fsa.FSAModel |
getModel()
Retrieve the FSAModel on which the template is based. |
java.lang.String |
getName()
Retrieve the "ID" of the template. |
ides.api.model.fsa.FSAModel |
instantiate()
Create a new instance of the template. |
| Field Detail |
|---|
static final java.lang.String TEMPLATE_DESC
TemplateDescriptor is added as an
annotation.
Annotable,
Constant Field Valuesstatic final java.awt.datatransfer.DataFlavor templateFlavor
DataFlavor for a Template.
static final java.awt.datatransfer.DataFlavor fsaFlavor
DataFlavor for an FSAModel.
| Method Detail |
|---|
java.lang.String getName()
EntityIcon getIcon()
java.lang.String getDescription()
ides.api.model.fsa.FSAModel getModel()
FSAModel on which the template is based.
FSAModel on which the template is basedides.api.model.fsa.FSAModel instantiate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||