|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TemplateComponent
Describes a component in a template design, namely a module or a channel.
| Field Summary | |
|---|---|
static int |
TYPE_CHANNEL
Specifies the type of components which are channels. |
static int |
TYPE_MODULE
Specifies the type of components which are modules. |
| Fields inherited from interface ides.api.core.Annotable |
|---|
COMPOSED_OF, COMPOSED_OF_NAMES, CONTROL_MAP, FILE, LAYOUT, TEXT_ANNOTATION |
| Method Summary | |
|---|---|
ides.api.model.fsa.FSAModel |
getModel()
Retrieve the FSAModel associated with the component. |
int |
getType()
Retrieve the type of the component. |
boolean |
hasModel()
Checks if there is an FSAModel associated with the component. |
void |
setModel(ides.api.model.fsa.FSAModel fsa)
Assign the FSAModel to be associated with the component. |
void |
setType(int type)
Sets the type of the component. |
| Methods inherited from interface ides.api.plugin.model.DESElement |
|---|
getId, setId |
| Methods inherited from interface ides.api.core.Annotable |
|---|
getAnnotation, hasAnnotation, removeAnnotation, setAnnotation |
| Field Detail |
|---|
static final int TYPE_MODULE
static final int TYPE_CHANNEL
| Method Detail |
|---|
int getType()
TYPE_MODULE or TYPE_CHANNELvoid setType(int type)
type - the type of the component (TYPE_MODULE or
TYPE_CHANNEL)ides.api.model.fsa.FSAModel getModel()
FSAModel associated with the component.
FSAModel associated with the component;
null if no FSAModel is associatedvoid setModel(ides.api.model.fsa.FSAModel fsa)
FSAModel to be associated with the component.
fsa - the FSAModel to be associated with the componentboolean hasModel()
FSAModel associated with the component.
true if the associated FSAModel is not
null; false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||