org.xnap.plugin.news
Interface NewsItem

All Known Implementing Classes:
DefaultNewsItem

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

getTitle

java.lang.String getTitle()
Returns the title of this news item.


getDescription

java.lang.String getDescription()
Returns the description of this news item.


getLink

java.lang.String getLink()
Returns the link of this news item.


getAuthor

java.lang.String getAuthor()

getDate

java.util.Date getDate()

getActions

javax.swing.Action[] getActions()
Returns the actions that can performed by the news item.



Copyright © 2001-2005 XNap Team. All Rights Reserved.