|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Description
Method Summary | |
---|---|
void |
accept(StyleVisitor visitor)
calls the visit method of a StyleVisitor |
InternationalString |
getAbstract()
Human readable description. |
InternationalString |
getTitle()
Human readable title. |
void |
setAbstract(InternationalString title)
|
void |
setAbstract(String title)
Define description in the current locale. |
void |
setTitle(InternationalString title)
|
void |
setTitle(String title)
Define title using the current locale. |
Methods inherited from interface Description |
---|
accept |
Method Detail |
---|
InternationalString getTitle()
getTitle
in interface Description
void setTitle(InternationalString title)
void setTitle(String title)
title
- InternationalString getAbstract()
getAbstract
in interface Description
void setAbstract(InternationalString title)
void setAbstract(String title)
title
- void accept(StyleVisitor visitor)
visitor
- the style visitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |