|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NewsItem
Defines the generic requirements for a news item. News items can be displayed in the news pane and can be provided by any plugin.
Method Summary | |
---|---|
javax.swing.Action[] |
getActions()
Returns the actions that can performed by the news item. |
java.lang.String |
getAuthor()
|
java.util.Date |
getDate()
|
java.lang.String |
getDescription()
Returns the description of this news item. |
java.lang.String |
getLink()
Returns the link of this news item. |
java.lang.String |
getTitle()
Returns the title of this news item. |
Method Detail |
---|
java.lang.String getTitle()
java.lang.String getDescription()
java.lang.String getLink()
java.lang.String getAuthor()
java.util.Date getDate()
javax.swing.Action[] getActions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |