|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NatureExtendable
Defines a marker interface that any class needs to implement that wants to allow natures to be layered on top.
ClassInfo
,
Nature
Method Summary | |
---|---|
void |
addNature(java.lang.String nature)
Adds a specified nature. |
boolean |
hasNature(java.lang.String nature)
Checks if a specified nature has been added. |
Method Detail |
---|
boolean hasNature(java.lang.String nature)
nature
- the name of the nature.
void addNature(java.lang.String nature)
nature
- the name of the nature
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |